Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.2.0",
"@types/bun": "^1.3.0",
"@types/bun": "^1.3.1",
"@types/clean-css": "^4.2.11",
"buddy-bot": "^0.9.9",
"bun-git-hooks": "^0.3.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@nuxt/kit": "^4.1.3",
"@nuxt/kit": "^4.2.0",
"ts-maps": "workspace:*"
},
"devDependencies": {
"@nuxt/devtools": "^2.6.5",
"@nuxt/eslint-config": "^1.9.0",
"@nuxt/eslint-config": "^1.10.0",
"@nuxt/module-builder": "^1.0.2",
"@nuxt/schema": "^4.1.3",
"nuxt": "^4.1.3",
"@nuxt/schema": "^4.2.0",
"nuxt": "^4.2.0",
"typescript": "~5.9.3",
"vue-tsc": "^3.1.1"
"vue-tsc": "^3.1.2"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react-dom": "^19.2.0"
},
"dependencies": {
"@vitejs/plugin-react": "^5.0.4",
"@vitejs/plugin-react": "^5.1.0",
"ts-maps": "workspace:*",
"vite": "^7.1.12",
"vite-plugin-dts": "^4.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"typecheck": "bun --bun tsc --noEmit"
},
"devDependencies": {
"bunfig": "^0.15.0",
"bunfig": "^0.15.5",
"lint-staged": "^16.2.6",
"typescript": "^5.9.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"ts-maps": "workspace:*"
},
"devDependencies": {
"@happy-dom/global-registrator": "^20.0.8",
"@happy-dom/global-registrator": "^20.0.10",
"@microsoft/api-extractor": "^8.0.0",
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.14.0-beta.3",
Expand All @@ -59,7 +59,7 @@
"@vue/tsconfig": "^0.8.1",
"bumpp": "^10.3.1",
"changelogen": "^0.6.2",
"happy-dom": "^20.0.8",
"happy-dom": "^20.0.10",
"typescript": "^5.9.3",
"vite": "^7.1.9",
"vue": "^3.5.22",
Expand Down
4 changes: 2 additions & 2 deletions playground/react-samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint"
},
"dependencies": {
"next": "16.0.0",
"next": "16.0.1",
"react": "19.2.0",
"react-dom": "19.2.0",
"ts-maps": "^0.2.7",
Expand All @@ -21,7 +21,7 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.0.0",
"eslint-config-next": "16.0.1",
"tailwindcss": "^4",
"typescript": "^5"
}
Expand Down
Loading