Skip to content

Commit

Permalink
Merge pull request #211 from batijs/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
magne4000 authored Feb 26, 2024
2 parents b10c3da + 6605f22 commit 4be5254
Show file tree
Hide file tree
Showing 30 changed files with 485 additions and 473 deletions.
2 changes: 1 addition & 1 deletion boilerplates/compiled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@batijs/compile": "workspace:*",
"@types/node": "^18.19.14",
"vite": "^5.1.3",
"vite": "^5.1.4",
"vite-plugin-compiled-react": "^1.1.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/edgedb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@batijs/compile": "workspace:*",
"@edgedb/generate": "^0.4.1",
"@prisma/client": "^5.9.1",
"@prisma/client": "^5.10.2",
"@types/node": "^18.19.14",
"colorette": "^2.0.20",
"edgedb": "^1.4.1"
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
},
"devDependencies": {
"@batijs/compile": "workspace:^",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0"
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.57.0"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"express": "^4.18.2",
"telefunc": "^0.1.71",
"tsx": "^4.7.1",
"vike": "^0.4.162",
"vike": "^0.4.163",
"vike-authjs": "^0.1.5",
"vite": "^5.1.3"
"vite": "^5.1.4"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/h3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"@trpc/server": "^10.45.1",
"@types/node": "^18.19.14",
"@types/serve-static": "^1.15.5",
"h3": "~1.10.1",
"h3": "~1.11.1",
"serve-static": "^1.15.0",
"telefunc": "^0.1.71",
"tsx": "^4.7.1",
"vike": "^0.4.162",
"vike": "^0.4.163",
"vike-authjs": "^0.1.5",
"vite": "^5.1.3"
"vite": "^5.1.4"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/hattip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"@types/node": "^18.19.14",
"hattip": "^0.0.33",
"telefunc": "^0.1.71",
"vike": "^0.4.162",
"vike": "^0.4.163",
"vike-authjs": "^0.1.5",
"vite": "^5.1.3"
"vite": "^5.1.4"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@prisma/client": "^5.9.1",
"@prisma/client": "^5.10.2",
"@types/node": "^18.19.14",
"colorette": "^2.0.20",
"prisma": "^5.9.1"
"prisma": "^5.10.2"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/react-telefunc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"@batijs/compile": "workspace:^",
"@batijs/shared-db": "workspace:^",
"@types/node": "^18.19.14",
"@types/react": "^18.2.56",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"telefunc": "^0.1.71",
"vike": "^0.4.162",
"vike": "^0.4.163",
"vike-react": "^0.4.6",
"vite": "^5.1.3"
"vite": "^5.1.4"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/react-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"@batijs/shared-db": "workspace:^",
"@batijs/trpc": "workspace:^",
"@types/node": "^18.19.14",
"@types/react": "^18.2.56",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vike": "^0.4.162",
"vike": "^0.4.163",
"vike-react": "^0.4.6",
"vite": "^5.1.3"
"vite": "^5.1.4"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@batijs/compile": "workspace:*",
"@types/node": "^18.19.14",
"@types/react": "^18.2.56",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"cross-fetch": "^4.0.0",
Expand All @@ -26,9 +26,9 @@
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vike": "^0.4.162",
"vike": "^0.4.163",
"vike-react": "^0.4.6",
"vite": "^5.1.3"
"vite": "^5.1.4"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/shared-plain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"devDependencies": {
"@batijs/compile": "workspace:*",
"@types/node": "^18.19.14",
"vike": "^0.4.162",
"vite": "^5.1.3"
"vike": "^0.4.163",
"vite": "^5.1.4"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/shared/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "",
"devDependencies": {
"typescript": "^5.3.3",
"vike": "^0.4.162",
"vite": "^5.1.3"
"vike": "^0.4.163",
"vite": "^5.1.4"
},
"dependencies": {}
}
2 changes: 1 addition & 1 deletion boilerplates/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/node": "^18.19.14",
"esbuild": "^0.20.1",
"esbuild-plugin-copy": "^2.1.1",
"vite": "^5.1.3"
"vite": "^5.1.4"
},
"files": [
"dist/"
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/solid-telefunc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@types/node": "^18.19.14",
"solid-js": "^1.8.15",
"telefunc": "^0.1.71",
"vike": "^0.4.162",
"vite": "^5.1.3"
"vike": "^0.4.163",
"vite": "^5.1.4"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/solid-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@trpc/server": "^10.45.1",
"@types/node": "^18.19.14",
"solid-js": "^1.8.15",
"vike": "^0.4.162",
"vite": "^5.1.3"
"vike": "^0.4.163",
"vite": "^5.1.4"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"solid-js": "^1.8.15",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vike": "^0.4.162",
"vike": "^0.4.163",
"vike-solid": "^0.4.1",
"vite": "^5.1.3",
"vite": "^5.1.4",
"vite-plugin-solid": "^2.10.1"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"daisyui": "^4.7.2",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"vike": "^0.4.162",
"vite": "^5.1.3"
"vike": "^0.4.163",
"vite": "^5.1.4"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/telefunc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@batijs/compile": "workspace:*",
"@types/node": "^18.19.14",
"telefunc": "^0.1.71",
"vike": "^0.4.162",
"vite": "^5.1.3"
"vike": "^0.4.163",
"vite": "^5.1.4"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@trpc/client": "^10.45.1",
"@trpc/server": "^10.45.1",
"@types/node": "^18.19.14",
"vite": "^5.1.3"
"vite": "^5.1.4"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@batijs/compile": "workspace:*",
"@types/node": "^18.19.14",
"@vite-plugin-vercel/vike": "^4.0.0",
"vike": "^0.4.162",
"vite": "^5.1.3",
"vike": "^0.4.163",
"vite": "^5.1.4",
"vite-plugin-vercel": "^4.0.0"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions boilerplates/vue-telefunc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"@batijs/shared-db": "workspace:^",
"@types/node": "^18.19.14",
"telefunc": "^0.1.71",
"vike": "^0.4.162",
"vike-vue": "^0.6.2",
"vite": "^5.1.3",
"vue": "^3.4.19"
"vike": "^0.4.163",
"vike-vue": "^0.6.3",
"vite": "^5.1.4",
"vue": "^3.4.20"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions boilerplates/vue-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"@batijs/shared-db": "workspace:^",
"@batijs/trpc": "workspace:^",
"@types/node": "^18.19.14",
"vike": "^0.4.162",
"vike-vue": "^0.6.2",
"vite": "^5.1.3",
"vue": "^3.4.19"
"vike": "^0.4.163",
"vike-vue": "^0.6.3",
"vite": "^5.1.4",
"vue": "^3.4.20"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
14 changes: 7 additions & 7 deletions boilerplates/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"@batijs/compile": "workspace:*",
"@types/node": "^18.19.14",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.19",
"@vue/server-renderer": "^3.4.19",
"@vue/compiler-sfc": "^3.4.20",
"@vue/server-renderer": "^3.4.20",
"cross-fetch": "^4.0.0",
"eslint-plugin-vue": "^9.21.1",
"eslint-plugin-vue": "^9.22.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"unplugin-vue-markdown": "^0.26.0",
"vike": "^0.4.162",
"vike-vue": "^0.6.2",
"vite": "^5.1.3",
"vue": "^3.4.19",
"vike": "^0.4.163",
"vike-vue": "^0.6.3",
"vite": "^5.1.4",
"vue": "^3.4.20",
"vue-gtag": "^2.0.1"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"license": "MIT",
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"bumpp": "^9.3.0",
"citty": "^0.1.6",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"sift": "^17.0.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vite": "^5.1.3"
"vite": "^5.1.4"
},
"dependencies": {
"@batijs/core": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"license": "MIT",
"devDependencies": {
"@batijs/features": "workspace:*",
"@types/eslint": "^8.56.2",
"@types/eslint": "^8.56.3",
"@types/estree": "^1.0.5",
"@types/node": "^18.19.14",
"@types/which": "^3.0.3",
"@typescript-eslint/parser": "^7.0.1",
"@typescript-eslint/utils": "^7.0.1",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/utils": "^7.0.2",
"colorette": "^2.0.20",
"esbuild": "^0.20.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-plugin-solid": "^0.13.1",
"eslint-rule-composer": "^0.3.0",
"espree": "^10.0.1",
Expand All @@ -35,7 +35,7 @@
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vitest": "^1.3.0",
"vitest": "^1.3.1",
"vue-eslint-parser": "^9.4.2",
"which": "^4.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@types/node": "^18.19.14",
"tsup": "^8.0.2",
"vitest": "^1.3.0"
"vitest": "^1.3.1"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/tests-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"get-port": "^7.0.0",
"node-fetch": "^3.3.2",
"tree-kill": "^1.2.2",
"vitest": "^1.3.0",
"vitest": "^1.3.1",
"which": "^4.0.0"
},
"main": "./dist/index.js",
Expand Down
Loading

0 comments on commit 4be5254

Please sign in to comment.