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] committed Sep 19, 2024
1 parent 88bd0d4 commit 11c0eeb
Show file tree
Hide file tree
Showing 9 changed files with 1,783 additions and 4,641 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"lint": "eslint . --cache --cache-location ./node_modules/.cache/eslint"
},
"devDependencies": {
"@aa900031/eslint-config": "^1.4.0",
"@aa900031/eslint-config": "^1.9.1",
"@release-it/conventional-changelog": "^7.0.2",
"@types/node": "^18.19.31",
"conventional-changelog-unjs": "^0.1.1",
"eslint": "^8.57.0",
"@types/node": "^18.19.50",
"conventional-changelog-unjs": "^0.1.2",
"eslint": "^8.57.1",
"happy-dom": "^11.2.0",
"release-it": "^16.3.0",
"sirv-cli": "^2.0.2",
"turbo": "^2.0.4",
"typescript": "^5.4.5",
"turbo": "^2.1.2",
"typescript": "^5.6.2",
"unbuild": "^2.0.0",
"vitest": "^1.5.3"
"vitest": "^1.6.0"
},
"pnpm": {
"overrides": {
Expand Down
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.18.0"
"type-fest": "^4.26.1"
},
"devDependencies": {
"@ginjou/release-it-config": "workspace:*",
"@ginjou/tsconfig": "workspace:*",
"@tanstack/query-core": "^4.36.1",
"@types/lodash": "^4.17.0",
"@types/lodash": "^4.17.7",
"@types/lodash-es": "^4.17.12"
}
}
6 changes: 3 additions & 3 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
"dependencies": {
"@bouzu/vue-helper": "^0.0.2",
"@ginjou/core": "workspace:^",
"@vueuse/shared": "^10.9.0",
"type-fest": "^4.18.0",
"@vueuse/shared": "^10.11.1",
"type-fest": "^4.26.1",
"vue-demi": "latest"
},
"devDependencies": {
"@ginjou/release-it-config": "workspace:*",
"@ginjou/tsconfig": "workspace:*",
"@tanstack/vue-query": "^4.37.1",
"@testing-library/vue": "^7.0.0",
"vue": "^3.4.26"
"vue": "^3.5.6"
}
}
2 changes: 1 addition & 1 deletion packages/with-directus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"clean-deep": "^3.4.0",
"dset": "^3.1.3",
"dset": "^3.1.4",
"pluralize": "^8.0.0",
"scule": "1.3.0"
},
Expand Down
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/release-it-config": "workspace:*",
"@ginjou/tsconfig": "workspace:*",
"@ginjou/core": "workspace:^",
"@supabase/supabase-js": "^2.43.0"
"@supabase/supabase-js": "^2.45.4"
}
}
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.4.26",
"vue-i18n": "^9.13.1"
"vue": "^3.5.6",
"vue-i18n": "^9.14.0"
}
}
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.18.0",
"type-fest": "^4.26.1",
"vue-demi": "latest"
},
"devDependencies": {
"@ginjou/release-it-config": "workspace:*",
"@ginjou/tsconfig": "workspace:*",
"@ginjou/vue": "workspace:^",
"vue": "^3.4.26",
"vue-router": "^4.3.2"
"vue": "^3.5.6",
"vue-router": "^4.4.5"
}
}
Loading

0 comments on commit 11c0eeb

Please sign in to comment.