Skip to content

Commit

Permalink
chore(deps): update npm non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent 751397a commit 3817e23
Show file tree
Hide file tree
Showing 10 changed files with 1,360 additions and 2,007 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@
"lint": "eslint . --cache --cache-location ./node_modules/.cache/eslint"
},
"devDependencies": {
"@aa900031/eslint-config": "^2.2.0",
"@release-it/conventional-changelog": "^9.0.2",
"@types/node": "^18.19.64",
"@aa900031/eslint-config": "^2.4.0",
"@release-it/conventional-changelog": "^9.0.4",
"@types/node": "^18.19.70",
"conventional-changelog-unjs": "^0.1.2",
"eslint": "^9.14.0",
"happy-dom": "^15.11.0",
"eslint": "^9.18.0",
"happy-dom": "^15.11.7",
"release-it": "^16.3.0",
"sirv-cli": "^3.0.0",
"turbo": "^2.2.3",
"typescript": "^5.6.3",
"turbo": "^2.3.3",
"typescript": "^5.7.3",
"unbuild": "^2.0.0",
"vitest": "^2.1.4"
"vitest": "^2.1.8"
},
"pnpm": {
"overrides": {
"@tanstack/vue-query>vue-demi": "latest",
"mkdist>esbuild": "0.24.0",
"vite>esbuild": "0.24.0"
"mkdist>esbuild": "0.24.2",
"vite>esbuild": "0.24.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
"lodash-unified": "^1.0.3",
"mitt": "^3.0.1",
"regexparam": "^3.0.0",
"type-fest": "^4.26.1"
"type-fest": "^4.32.0"
},
"devDependencies": {
"@ginjou/release-it-config": "workspace:*",
"@ginjou/tsconfig": "workspace:*",
"@tanstack/query-core": "^4.36.1",
"@types/lodash": "^4.17.13",
"@types/lodash": "^4.17.14",
"@types/lodash-es": "^4.17.12"
}
}
8 changes: 4 additions & 4 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"dependencies": {
"@ginjou/vue": "workspace:^",
"@ginjou/with-vue-router": "workspace:^",
"@nuxt/kit": "^3.9.0"
"@nuxt/kit": "^3.15.1"
},
"devDependencies": {
"@ginjou/vue": "workspace:^",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.9.0",
"@nuxt/test-utils": "^3.14.4",
"@nuxt/schema": "^3.15.1",
"@nuxt/test-utils": "^3.15.4",
"npm-run-all2": "^6.2.6",
"nuxt": "^3.14.1592"
"nuxt": "^3.15.1"
}
}
2 changes: 1 addition & 1 deletion packages/nuxt/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"dependencies": {
"@ginjou/nuxt": "workspace:^",
"nuxt": "^3.14.159"
"nuxt": "^3.15.1"
}
}
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@
"@bouzu/vue-helper": "^0.0.2",
"@ginjou/core": "workspace:^",
"@vueuse/shared": "^10.11.1",
"type-fest": "^4.26.1",
"type-fest": "^4.32.0",
"vue-demi": "latest"
},
"devDependencies": {
"@ginjou/release-it-config": "workspace:*",
"@ginjou/tsconfig": "workspace:*",
"@tanstack/vue-query": "^4.37.1",
"@testing-library/vue": "^8.1.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
}
}
2 changes: 1 addition & 1 deletion packages/with-supabase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"@ginjou/core": "workspace:^",
"@ginjou/release-it-config": "workspace:*",
"@ginjou/tsconfig": "workspace:*",
"@supabase/supabase-js": "^2.46.1"
"@supabase/supabase-js": "^2.47.12"
}
}
4 changes: 2 additions & 2 deletions packages/with-vue-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@ginjou/release-it-config": "workspace:*",
"@ginjou/tsconfig": "workspace:*",
"@ginjou/vue": "workspace:^",
"vue": "^3.5.12",
"vue-i18n": "^9.14.1"
"vue": "^3.5.13",
"vue-i18n": "^9.14.2"
}
}
6 changes: 3 additions & 3 deletions packages/with-vue-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
}
},
"dependencies": {
"type-fest": "^4.26.1",
"type-fest": "^4.32.0",
"vue-demi": "latest"
},
"devDependencies": {
"@ginjou/release-it-config": "workspace:*",
"@ginjou/tsconfig": "workspace:*",
"@ginjou/vue": "workspace:^",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
"vue": "^3.5.13",
"vue-router": "^4.5.0"
}
}
Loading

0 comments on commit 3817e23

Please sign in to comment.