Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deps.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dependencies:
bun.sh: ^1.2.21
bun.sh: ^1.2.23
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,23 @@
"changelog": "bunx logsmith --verbose",
"changelog:generate": "bunx logsmith --output CHANGELOG.md",
"release": "bun run changelog:generate && bunx bumpx prompt --recursive",
"postinstall": "bunx git-hooks",
"typecheck": "bunx tsc --noEmit",
"dev:docs": "bun --bun vitepress dev docs",
"build:docs": "bun --bun vitepress build docs",
"preview:docs": "bun --bun vitepress preview docs"
},
"devDependencies": {
"@stacksjs/bumpx": "^0.1.84",
"@stacksjs/clarity": "^0.3.23",
"@stacksjs/bumpx": "^0.2.1",
"@stacksjs/clarity": "^0.3.24",
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.1.18",
"@types/bun": "^1.2.23",
"@types/bun": "^1.3.0",
"@types/clean-css": "^4.2.11",
"buddy-bot": "^0.9.7",
"bun-git-hooks": "^0.2.19",
"buddy-bot": "^0.9.8",
"bun-git-hooks": "^0.3.1",
"bun-plugin-dtsx": "0.21.12",
"cac": "^6.7.14",
"typescript": "^5.9.3"
},
"overrides": {
Expand All @@ -77,7 +75,7 @@
"commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG"
},
"workspaces": [
"packages/*",
"packages/**",
"playground"
]
}
6 changes: 3 additions & 3 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@nuxt/kit": "^4.1.2",
"@nuxt/kit": "^4.1.3",
"ts-maps": "workspace:*"
},
"devDependencies": {
"@nuxt/devtools": "^2.6.5",
"@nuxt/eslint-config": "^1.9.0",
"@nuxt/module-builder": "^1.0.2",
"@nuxt/schema": "^4.1.2",
"nuxt": "^4.1.2",
"@nuxt/schema": "^4.1.3",
"nuxt": "^4.1.3",
"typescript": "~5.9.3"
}
}
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"ts-maps": "workspace:*"
},
"devDependencies": {
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.0.4",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"typescript": "^5.9.3",
"vite": "^7.1.9",
"vite": "^7.1.10",
"vite-plugin-dts": "^4.5.4"
}
}
3 changes: 1 addition & 2 deletions packages/ts-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@
"devDependencies": {
"bun-plugin-dtsx": "^0.21.12",
"bunfig": "^0.15.0",
"lint-staged": "^16.2.3",
"simple-git-hooks": "^2.13.1",
"lint-staged": "^16.2.4",
"typescript": "^5.9.3"
},
"lint-staged": {
Expand Down
10 changes: 6 additions & 4 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
"test": "bun test"
},
"dependencies": {
"bun-types": "^1.2.23"
"@vitejs/plugin-vue": "^6.0.1",
"bun-types": "^1.3.0",
"vite": "^7.1.9"
},
"devDependencies": {
"@happy-dom/global-registrator": "^19.0.2",
Expand All @@ -52,13 +54,13 @@
"@types/google.maps": "^3.58.1",
"@types/vue": "^2.0.0",
"@vue/tsconfig": "^0.8.1",
"bumpp": "^10.2.3",
"bumpp": "^10.3.1",
"bun-plugin-dtsx": "^0.21.12",
"cac": "^6.7.14",
"changelogen": "^0.6.2",
"happy-dom": "^19.0.2",
"happy-dom": "^20.0.0",
"typescript": "^5.9.3",
"vue": "^3.5.22",
"vue-tsc": "^3.1.0"
"vue-tsc": "^3.1.1"
}
}
2 changes: 1 addition & 1 deletion playground/vue-samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/google.maps": "^3.58.1",
"ts-maps-vue": "../../packages/vue",
"vue": "^3.5.22",
"vue-router": "4.5.1"
"vue-router": "4.6.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
Expand Down