Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 3, 2024
1 parent 61e2291 commit 31a05d7
Show file tree
Hide file tree
Showing 29 changed files with 1,003 additions and 790 deletions.
2 changes: 1 addition & 1 deletion boilerplates/authjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@auth/core": "^0.34.2",
"@batijs/compile": "workspace:*",
"@types/node": "^18.19.14",
"@universal-middleware/core": "^0.2.5",
"@universal-middleware/core": "^0.2.6",
"dotenv": "^16.4.5"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@hattip/adapter-cloudflare-workers": "^0.0.47",
"@types/node": "^18.19.14",
"npm-run-all2": "^6.2.2",
"vike-cloudflare": "^0.1.0",
"wrangler": "^3.72.2"
"vike-cloudflare": "^0.1.1",
"wrangler": "^3.73.0"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/drizzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@types/node": "^18.19.14",
"better-sqlite3": "^11.2.1",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.24.1",
"drizzle-kit": "^0.24.2",
"drizzle-orm": "^0.33.0",
"tsx": "^4.18.0"
"tsx": "^4.19.0"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/edgedb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"devDependencies": {
"@batijs/compile": "workspace:*",
"@edgedb/generate": "^0.5.5",
"@prisma/client": "^5.19.0",
"@prisma/client": "^5.19.1",
"@types/node": "^18.19.14",
"colorette": "^2.0.20",
"edgedb": "^1.5.10"
"edgedb": "^1.5.11"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-solid": "^0.14.2",
"eslint-plugin-react": "^7.35.1",
"eslint-plugin-solid": "^0.14.3",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.9.0",
"typescript-eslint": "^8.3.0",
"typescript-eslint": "^8.4.0",
"vue-eslint-parser": "^9.4.3"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21",
"@types/node": "^18.19.14",
"@universal-middleware/express": "^0.2.2",
"@universal-middleware/express": "^0.2.3",
"cookie-parser": "^1.4.6",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-openid-connect": "^2.17.1",
"telefunc": "^0.1.78",
"tsx": "^4.18.0",
"tsx": "^4.19.0",
"vike": "^0.4.193",
"vite": "^5.4.2"
},
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"@trpc/server": "^10.45.2",
"@types/express": "^4.17.21",
"@types/node": "^18.19.14",
"@universal-middleware/fastify": "^0.2.2",
"@universal-middleware/fastify": "^0.2.3",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"fastify": "^4.28.1",
"telefunc": "^0.1.78",
"tsx": "^4.18.0",
"tsx": "^4.19.0",
"vike": "^0.4.193",
"vite": "^5.4.2"
},
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/firebase-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@batijs/compile": "workspace:*",
"@types/cookie": "^0.6.0",
"@types/node": "^18.19.14",
"@universal-middleware/core": "^0.2.5",
"@universal-middleware/core": "^0.2.6",
"cookie": "^0.6.0",
"dotenv": "^16.4.5",
"firebase": "^10.13.0",
"firebase": "^10.13.1",
"firebase-admin": "^12.4.0",
"firebaseui": "^6.1.0",
"vike": "^0.4.193",
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/h3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"h3": "~1.12.0",
"serve-static": "^1.15.0",
"telefunc": "^0.1.78",
"tsx": "^4.18.0",
"tsx": "^4.19.0",
"vike": "^0.4.193",
"vite": "^5.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/hattip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@hattip/vite": "^0.0.47",
"@trpc/server": "^10.45.2",
"@types/node": "^18.19.14",
"@universal-middleware/hattip": "^0.2.2",
"@universal-middleware/hattip": "^0.2.4",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"hattip": "^0.0.33",
Expand Down
8 changes: 4 additions & 4 deletions boilerplates/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"@batijs/trpc": "workspace:^",
"@batijs/ts-rest": "workspace:*",
"@hono/node-server": "^1.12.2",
"@hono/vite-dev-server": "^0.15.0",
"@hono/vite-dev-server": "^0.15.2",
"@trpc/server": "^10.45.2",
"@types/node": "^18.19.14",
"@universal-middleware/hono": "^0.2.3",
"@universal-middleware/hono": "^0.2.5",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"hono": "^4.5.8",
"hono": "^4.5.10",
"telefunc": "^0.1.78",
"tsx": "^4.18.0",
"tsx": "^4.19.0",
"vike": "^0.4.193",
"vite": "^5.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/lucia-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/better-sqlite3": "^7.6.11",
"@types/cookie": "^0.6.0",
"@types/node": "^18.19.14",
"@universal-middleware/core": "^0.2.5",
"@universal-middleware/core": "^0.2.6",
"arctic": "^1.9.2",
"better-sqlite3": "^11.2.1",
"cookie": "^0.6.0",
Expand Down
10 changes: 5 additions & 5 deletions boilerplates/mantine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"devDependencies": {
"@batijs/compile": "workspace:*",
"@batijs/react": "workspace:*",
"@mantine/core": "^7.12.1",
"@mantine/hooks": "^7.12.1",
"@mantine/core": "^7.12.2",
"@mantine/hooks": "^7.12.2",
"@types/node": "^18.19.14",
"@types/react": "^18.3.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"postcss": "^8.4.41",
"postcss": "^8.4.44",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vike-react": "^0.5.3",
"vike-react": "^0.5.5",
"vite": "^5.4.2",
"vite-plugin-compiled-react": "^1.1.3"
},
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.19.0",
"@prisma/client": "^5.19.1",
"@types/node": "^18.19.14",
"colorette": "^2.0.20",
"prisma": "^5.19.0"
"prisma": "^5.19.1"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/react-firebase-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@batijs/compile": "workspace:*",
"@batijs/firebase-auth": "workspace:*",
"@types/node": "^18.19.14",
"@types/react": "^18.3.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"firebase": "^10.13.0",
"firebase": "^10.13.1",
"firebaseui": "^6.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/react-lucia-auth/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",
"@types/react": "^18.3.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"@batijs/telefunc": "workspace:^",
"@batijs/trpc": "workspace:^",
"@batijs/ts-rest": "workspace:*",
"@mantine/core": "^7.12.1",
"@mantine/core": "^7.12.2",
"@types/node": "^18.19.14",
"@types/react": "^18.3.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"cross-fetch": "^4.0.0",
Expand All @@ -32,7 +32,7 @@
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vike": "^0.4.193",
"vike-react": "^0.5.4",
"vike-react": "^0.5.5",
"vite": "^5.4.2",
"vite-plugin-compiled-react": "^1.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/shared-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@batijs/features": "workspace:*",
"@batijs/shared-no-db": "workspace:*",
"@types/node": "^18.19.14",
"@universal-middleware/core": "^0.2.5",
"@universal-middleware/core": "^0.2.6",
"vike": "^0.4.193",
"vite": "^5.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/solid-firebase-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@batijs/compile": "workspace:^",
"@batijs/firebase-auth": "workspace:*",
"@types/node": "^18.19.14",
"firebase": "^10.13.0",
"firebase": "^10.13.1",
"firebaseui": "^6.1.0",
"solid-js": "^1.8.22",
"vike": "^0.4.193",
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/node": "^18.19.14",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
"postcss": "^8.4.41",
"postcss": "^8.4.44",
"tailwindcss": "^3.4.10",
"vike": "^0.4.193",
"vite": "^5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/telefunc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@batijs/shared-no-db": "workspace:*",
"@batijs/shared-todo": "workspace:*",
"@types/node": "^18.19.14",
"@universal-middleware/core": "^0.2.5",
"@universal-middleware/core": "^0.2.6",
"telefunc": "^0.1.78",
"vike": "^0.4.193",
"vite": "^5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/ts-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@ts-rest/core": "^3.51.0",
"@ts-rest/serverless": "^3.51.0",
"@types/node": "^18.19.14",
"@universal-middleware/core": "^0.2.5",
"@universal-middleware/core": "^0.2.6",
"zod": "^3.23.8"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/vue-firebase-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@batijs/compile": "workspace:*",
"@batijs/firebase-auth": "workspace:*",
"@types/node": "^18.19.14",
"firebase": "^10.13.0",
"firebase": "^10.13.1",
"firebaseui": "^6.1.0",
"vike": "^0.4.193",
"vite": "^5.4.2",
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@batijs/trpc": "workspace:^",
"@batijs/ts-rest": "workspace:*",
"@types/node": "^18.19.14",
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue": "^5.1.3",
"@vue/compiler-sfc": "^3.4.38",
"@vue/server-renderer": "^3.4.38",
"cross-fetch": "^4.0.0",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-solid": "^0.14.2",
"eslint-plugin-react": "^7.35.1",
"eslint-plugin-solid": "^0.14.3",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsx": "^4.18.0",
"turbo": "^2.1.0",
"tsx": "^4.19.0",
"turbo": "^2.1.1",
"typescript": "^5.5.4",
"typescript-eslint": "^8.3.0",
"typescript-eslint": "^8.4.0",
"vue-eslint-parser": "^9.4.3"
},
"optionalDependencies": {
"browserless": "^10.5.2",
"puppeteer": "^23.2.0"
"puppeteer": "^23.2.1"
},
"engines": {
"node": ">=18",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"@types/estree": "^1.0.5",
"@types/node": "^18.19.14",
"@types/which": "^3.0.4",
"@typescript-eslint/parser": "^8.3.0",
"@typescript-eslint/utils": "^8.3.0",
"@typescript-eslint/parser": "^8.4.0",
"@typescript-eslint/utils": "^8.4.0",
"colorette": "^2.0.20",
"esbuild": "^0.23.1",
"eslint": "^9.9.1",
"eslint-plugin-solid": "^0.14.2",
"eslint-plugin-solid": "^0.14.3",
"eslint-rule-composer": "^0.3.0",
"espree": "^10.1.0",
"magicast": "^0.3.5",
"prettier": "^3.3.3",
"squirrelly": "^9.1.0",
"tsup": "^8.2.4",
"tsx": "^4.18.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"unplugin-purge-polyfills": "^0.0.5",
"vitest": "^2.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/tests-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"@types/node": "^18.19.14",
"@types/which": "^3.0.4",
"tsup": "^8.2.4",
"tsx": "^4.18.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
},
"dependencies": {
"get-port": "^7.1.0",
"happy-dom": "^15.3.1",
"happy-dom": "^15.7.3",
"node-fetch": "^3.3.2",
"vitest": "^2.0.5",
"which": "^4.0.0",
Expand Down
Loading

0 comments on commit 31a05d7

Please sign in to comment.