Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent bfc6361 commit 916b842
Show file tree
Hide file tree
Showing 46 changed files with 2,156 additions and 878 deletions.
8 changes: 4 additions & 4 deletions boilerplates/aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"@batijs/compile": "workspace:*",
"@types/node": "^18.19.68",
"@types/which": "^3.0.4",
"aws-cdk": "^2.174.0",
"aws-cdk-lib": "^2.174.0",
"cdk": "^2.174.0",
"aws-cdk": "^2.175.1",
"aws-cdk-lib": "^2.175.1",
"cdk": "^2.175.1",
"constructs": "^10.4.2",
"esbuild": "^0.24.2",
"npm-run-all2": "^7.0.2",
"source-map-support": "^0.5.21",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"vitest": "^2.1.8",
"which": "^5.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241230.0",
"@cloudflare/workers-types": "^4.20250109.0",
"@hattip/adapter-cloudflare-workers": "^0.0.49",
"@types/node": "^18.19.68",
"npm-run-all2": "^7.0.2",
"vike-cloudflare": "^0.1.6",
"wrangler": "^3.99.0"
"wrangler": "^3.101.0"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/d1-sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241230.0",
"@cloudflare/workers-types": "^4.20250109.0",
"@types/node": "^18.19.68",
"@universal-middleware/core": "^0.3.3",
"vike": "^0.4.212"
"vike": "^0.4.214"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/d1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241230.0",
"@cloudflare/workers-types": "^4.20250109.0",
"@types/node": "^18.19.68",
"@universal-middleware/core": "^0.3.3",
"vike": "^0.4.212",
"wrangler": "^3.99.0"
"vike": "^0.4.214",
"wrangler": "^3.101.0"
},
"dependencies": {
"@batijs/core": "workspace:*"
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.5.6",
"@prisma/client": "^6.1.0",
"@prisma/client": "^6.2.1",
"@types/node": "^18.19.68",
"colorette": "^2.0.20",
"edgedb": "^1.5.12"
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,15 +13,15 @@
},
"devDependencies": {
"@batijs/compile": "workspace:^",
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"@eslint/js": "^9.18.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-solid": "^0.14.5",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"typescript-eslint": "^8.19.0",
"typescript-eslint": "^8.19.1",
"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 @@ -21,9 +21,9 @@
"cross-env": "^7.0.3",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"telefunc": "^0.1.82",
"telefunc": "^0.1.83",
"tsx": "^4.19.2",
"vike": "^0.4.212",
"vike": "^0.4.214",
"vite": "^6.0.7"
},
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions boilerplates/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"devDependencies": {
"@auth/core": "^0.37.4",
"@batijs/compile": "workspace:*",
"@fastify/middie": "^9.0.2",
"@fastify/static": "^8.0.3",
"@fastify/middie": "^9.0.3",
"@fastify/static": "^8.0.4",
"@trpc/server": "^10.45.2",
"@types/express": "^4.17.21",
"@types/node": "^18.19.68",
"@universal-middleware/fastify": "^0.4.3",
"cross-env": "^7.0.3",
"dotenv": "^16.4.7",
"fastify": "^5.2.0",
"telefunc": "^0.1.82",
"fastify": "^5.2.1",
"telefunc": "^0.1.83",
"tsx": "^4.19.2",
"vike": "^0.4.212",
"vike": "^0.4.214",
"vite": "^6.0.7"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/firebase-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"firebase": "^11.1.0",
"firebase-admin": "^12.7.0",
"firebaseui": "^6.1.0",
"vike": "^0.4.212",
"vike": "^0.4.214",
"vite": "^6.0.7"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/h3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"@universal-middleware/h3": "^0.3.3",
"cross-env": "^7.0.3",
"dotenv": "^16.4.7",
"h3": "~1.13.0",
"h3": "~1.13.1",
"serve-static": "^1.16.2",
"telefunc": "^0.1.82",
"telefunc": "^0.1.83",
"tsx": "^4.19.2",
"vike": "^0.4.212",
"vike": "^0.4.214",
"vite": "^6.0.7"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/hattip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@auth/core": "^0.37.4",
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241230.0",
"@cloudflare/workers-types": "^4.20250109.0",
"@hattip/adapter-aws-lambda": "^0.0.49",
"@hattip/adapter-node": "^0.0.49",
"@hattip/adapter-vercel-edge": "^0.0.49",
Expand All @@ -30,8 +30,8 @@
"cross-env": "^7.0.3",
"dotenv": "^16.4.7",
"hattip": "^0.0.33",
"telefunc": "^0.1.82",
"vike": "^0.4.212",
"telefunc": "^0.1.83",
"vike": "^0.4.214",
"vite": "^6.0.7"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@auth/core": "^0.37.4",
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241230.0",
"@cloudflare/workers-types": "^4.20250109.0",
"@hono/node-server": "^1.13.7",
"@hono/vite-dev-server": "^0.18.0",
"@trpc/server": "^10.45.2",
Expand All @@ -24,9 +24,9 @@
"cross-env": "^7.0.3",
"dotenv": "^16.4.7",
"hono": "^4.6.16",
"telefunc": "^0.1.82",
"telefunc": "^0.1.83",
"tsx": "^4.19.2",
"vike": "^0.4.212",
"vike": "^0.4.214",
"vite": "^6.0.7"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/lucia-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241230.0",
"@cloudflare/workers-types": "^4.20250109.0",
"@lucia-auth/adapter-drizzle": "^1.1.0",
"@lucia-auth/adapter-sqlite": "^3.0.2",
"@types/better-sqlite3": "^7.6.12",
Expand All @@ -25,7 +25,7 @@
"dotenv": "^16.4.7",
"drizzle-orm": "^0.38.3",
"lucia": "^3.2.2",
"vike": "^0.4.212",
"vike": "^0.4.214",
"vite": "^6.0.7"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions boilerplates/mantine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@mantine/core": "^7.15.2",
"@mantine/hooks": "^7.15.2",
"@mantine/core": "^7.15.3",
"@mantine/hooks": "^7.15.3",
"@types/node": "^18.19.68",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react": "^19.0.6",
"@types/react-dom": "^19.0.3",
"postcss": "^8.4.49",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
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": "^6.1.0",
"@prisma/client": "^6.2.1",
"@types/node": "^18.19.68",
"colorette": "^2.0.20",
"prisma": "^6.1.0"
"prisma": "^6.2.1"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/react-firebase-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"devDependencies": {
"@batijs/compile": "workspace:*",
"@types/node": "^18.19.68",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react": "^19.0.6",
"@types/react-dom": "^19.0.3",
"firebase": "^11.1.0",
"firebaseui": "^6.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"vike": "^0.4.212",
"vike": "^0.4.214",
"vite": "^6.0.7"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/react-lucia-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"devDependencies": {
"@batijs/compile": "workspace:*",
"@types/node": "^18.19.68",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react": "^19.0.6",
"@types/react-dom": "^19.0.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"vike": "^0.4.212",
"vike": "^0.4.214",
"vite": "^6.0.7"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/react-sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@sentry/react": "^8.47.0",
"@sentry/react": "^8.48.0",
"@types/node": "^18.19.68",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react": "^19.0.6",
"@types/react-dom": "^19.0.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"vite": "^6.0.7"
Expand Down
10 changes: 5 additions & 5 deletions boilerplates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"@babel/plugin-syntax-flow": "^7.26.0",
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@batijs/compile": "workspace:*",
"@mantine/core": "^7.15.2",
"@mantine/core": "^7.15.3",
"@pandacss/dev": "^0.51.1",
"@types/node": "^18.19.68",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react": "^19.0.6",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vike": "^0.4.212",
"typescript": "^5.7.3",
"vike": "^0.4.214",
"vike-react": "^0.5.11",
"vite": "^6.0.7",
"vite-plugin-compiled-react": "^1.1.3"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@sentry/vite-plugin": "^2.22.7",
"@sentry/vite-plugin": "^2.23.0",
"@types/node": "^18.19.68",
"vite": "^6.0.7"
},
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/shadcn-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/node": "^18.19.68",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.469.0",
"lucide-react": "^0.471.0",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/shared-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241230.0",
"@cloudflare/workers-types": "^4.20250109.0",
"@types/node": "^18.19.68",
"@universal-middleware/core": "^0.3.3"
},
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/shared-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241230.0",
"@cloudflare/workers-types": "^4.20250109.0",
"@types/node": "^18.19.68",
"@universal-middleware/core": "^0.3.3",
"vike": "^0.4.212",
"vike": "^0.4.214",
"vite": "^6.0.7"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/shared-todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241230.0",
"@cloudflare/workers-types": "^4.20250109.0",
"@types/node": "^18.19.68",
"vike": "^0.4.212",
"vike": "^0.4.214",
"vike-cloudflare": "^0.1.6"
},
"dependencies": {
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 @@ -6,8 +6,8 @@
},
"dependencies": {},
"devDependencies": {
"typescript": "^5.7.2",
"vike": "^0.4.212",
"typescript": "^5.7.3",
"vike": "^0.4.214",
"vite": "^6.0.7"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@batijs/compile": "workspace:*",
"@hattip/vite": "^0.0.49",
"@types/node": "^18.19.68",
"vike": "^0.4.212",
"vike": "^0.4.214",
"vite": "^6.0.7",
"vite-plugin-vercel": "^9.0.4"
},
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/solid-firebase-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@types/node": "^18.19.68",
"firebase": "^11.1.0",
"firebaseui": "^6.1.0",
"solid-js": "^1.9.3",
"vike": "^0.4.212",
"solid-js": "^1.9.4",
"vike": "^0.4.214",
"vite": "^6.0.7"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 916b842

Please sign in to comment.