Skip to content

Commit

Permalink
Merge pull request #415 from vikejs/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 authored Oct 28, 2024
2 parents fbef85f + 46e32a5 commit c2253d9
Show file tree
Hide file tree
Showing 48 changed files with 1,162 additions and 1,166 deletions.
10 changes: 5 additions & 5 deletions boilerplates/aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"@batijs/compile": "workspace:*",
"@types/node": "^18.19.57",
"@types/which": "^3.0.4",
"aws-cdk": "^2.162.1",
"aws-cdk-lib": "^2.162.1",
"cdk": "^2.162.1",
"aws-cdk": "^2.164.1",
"aws-cdk-lib": "^2.164.1",
"cdk": "^2.164.1",
"constructs": "^10.4.2",
"esbuild": "^0.24.0",
"npm-run-all2": "^6.2.4",
"npm-run-all2": "^6.2.6",
"source-map-support": "^0.5.21",
"tsx": "^4.19.1",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vitest": "^2.1.3",
"which": "^5.0.0"
Expand Down
6 changes: 3 additions & 3 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.20241018.0",
"@cloudflare/workers-types": "^4.20241022.0",
"@hattip/adapter-cloudflare-workers": "^0.0.48",
"@types/node": "^18.19.57",
"npm-run-all2": "^6.2.4",
"npm-run-all2": "^6.2.6",
"vike-cloudflare": "^0.1.3",
"wrangler": "^3.81.0"
"wrangler": "^3.83.0"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
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.57",
"vite": "^5.4.9",
"vite": "^5.4.10",
"vite-plugin-compiled-react": "^1.1.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/d1-sqlite/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.20241018.0",
"@cloudflare/workers-types": "^4.20241022.0",
"@types/node": "^18.19.57",
"@universal-middleware/core": "^0.2.13",
"vike": "^0.4.199"
Expand Down
4 changes: 2 additions & 2 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.20241018.0",
"@cloudflare/workers-types": "^4.20241022.0",
"@types/node": "^18.19.57",
"@universal-middleware/core": "^0.2.13",
"vike": "^0.4.199",
"wrangler": "^3.81.0"
"wrangler": "^3.83.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 @@ -15,10 +15,10 @@
"@batijs/compile": "workspace:*",
"@types/better-sqlite3": "^7.6.11",
"@types/node": "^18.19.57",
"better-sqlite3": "^11.4.0",
"better-sqlite3": "^11.5.0",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.26.2",
"drizzle-orm": "^0.35.2"
"drizzle-orm": "^0.35.3"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-solid": "^0.14.3",
"eslint-plugin-vue": "^9.29.1",
"globals": "^15.11.0",
"typescript-eslint": "^8.10.0",
"typescript-eslint": "^8.11.0",
"vue-eslint-parser": "^9.4.3"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"telefunc": "^0.1.79",
"tsx": "^4.19.1",
"telefunc": "^0.1.80",
"tsx": "^4.19.2",
"vike": "^0.4.199",
"vite": "^5.4.9"
"vite": "^5.4.10"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions boilerplates/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"fastify": "^5.0.0",
"telefunc": "^0.1.79",
"tsx": "^4.19.1",
"telefunc": "^0.1.80",
"tsx": "^4.19.2",
"vike": "^0.4.199",
"vite": "^5.4.9"
"vite": "^5.4.10"
},
"dependencies": {
"@batijs/core": "workspace:*"
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 @@ -19,10 +19,10 @@
"cookie": "^1.0.1",
"dotenv": "^16.4.5",
"firebase": "^10.14.1",
"firebase-admin": "^12.6.0",
"firebase-admin": "^12.7.0",
"firebaseui": "^6.1.0",
"vike": "^0.4.199",
"vite": "^5.4.9"
"vite": "^5.4.10"
},
"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 @@ -24,10 +24,10 @@
"dotenv": "^16.4.5",
"h3": "~1.13.0",
"serve-static": "^1.16.2",
"telefunc": "^0.1.79",
"tsx": "^4.19.1",
"telefunc": "^0.1.80",
"tsx": "^4.19.2",
"vike": "^0.4.199",
"vite": "^5.4.9"
"vite": "^5.4.10"
},
"dependencies": {
"@batijs/core": "workspace:*"
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.2",
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241018.0",
"@cloudflare/workers-types": "^4.20241022.0",
"@hattip/adapter-aws-lambda": "^0.0.48",
"@hattip/adapter-node": "^0.0.48",
"@hattip/adapter-vercel-edge": "^0.0.48",
Expand All @@ -30,9 +30,9 @@
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"hattip": "^0.0.33",
"telefunc": "^0.1.79",
"telefunc": "^0.1.80",
"vike": "^0.4.199",
"vite": "^5.4.9"
"vite": "^5.4.10"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
12 changes: 6 additions & 6 deletions boilerplates/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"devDependencies": {
"@auth/core": "^0.37.2",
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241018.0",
"@hono/node-server": "^1.13.2",
"@cloudflare/workers-types": "^4.20241022.0",
"@hono/node-server": "^1.13.3",
"@hono/vite-dev-server": "^0.16.0",
"@trpc/server": "^10.45.2",
"@types/aws-lambda": "^8.10.145",
"@types/node": "^18.19.57",
"@universal-middleware/hono": "^0.2.12",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"hono": "^4.6.5",
"telefunc": "^0.1.79",
"tsx": "^4.19.1",
"hono": "^4.6.7",
"telefunc": "^0.1.80",
"tsx": "^4.19.2",
"vike": "^0.4.199",
"vite": "^5.4.9"
"vite": "^5.4.10"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions boilerplates/lucia-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241018.0",
"@cloudflare/workers-types": "^4.20241022.0",
"@lucia-auth/adapter-drizzle": "^1.1.0",
"@lucia-auth/adapter-sqlite": "^3.0.2",
"@types/better-sqlite3": "^7.6.11",
"@types/cookie": "^0.6.0",
"@types/node": "^18.19.57",
"@universal-middleware/core": "^0.2.13",
"arctic": "^2.0.1",
"better-sqlite3": "^11.4.0",
"better-sqlite3": "^11.5.0",
"cookie": "^1.0.1",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.35.2",
"drizzle-orm": "^0.35.3",
"lucia": "^3.2.2",
"vike": "^0.4.199",
"vite": "^5.4.9"
"vite": "^5.4.10"
},
"dependencies": {
"@batijs/core": "workspace:*"
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,18 +13,18 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@mantine/core": "^7.13.3",
"@mantine/hooks": "^7.13.3",
"@mantine/core": "^7.13.4",
"@mantine/hooks": "^7.13.4",
"@types/node": "^18.19.57",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"postcss": "^8.4.47",
"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.7",
"vite": "^5.4.9",
"vite": "^5.4.10",
"vite-plugin-compiled-react": "^1.1.3"
},
"dependencies": {
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 @@ -14,14 +14,14 @@
"devDependencies": {
"@batijs/compile": "workspace:*",
"@types/node": "^18.19.57",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"firebase": "^10.14.1",
"firebaseui": "^6.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vike": "^0.4.199",
"vite": "^5.4.9"
"vite": "^5.4.10"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions boilerplates/react-lucia-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"devDependencies": {
"@batijs/compile": "workspace:*",
"@types/node": "^18.19.57",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vike": "^0.4.199",
"vite": "^5.4.9"
"vite": "^5.4.10"
},
"dependencies": {
"@batijs/core": "workspace:*"
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,13 +13,13 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@sentry/react": "^8.34.0",
"@sentry/react": "^8.35.0",
"@types/node": "^18.19.57",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite": "^5.4.9"
"vite": "^5.4.10"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
12 changes: 6 additions & 6 deletions boilerplates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/plugin-syntax-flow": "^7.25.7",
"@babel/plugin-transform-react-jsx": "^7.25.7",
"@babel/core": "^7.26.0",
"@babel/plugin-syntax-flow": "^7.26.0",
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@batijs/compile": "workspace:*",
"@mantine/core": "^7.13.3",
"@mantine/core": "^7.13.4",
"@types/node": "^18.19.57",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"react": "^18.3.1",
Expand All @@ -27,7 +27,7 @@
"typescript": "^5.6.3",
"vike": "^0.4.199",
"vike-react": "^0.5.7",
"vite": "^5.4.9",
"vite": "^5.4.10",
"vite-plugin-compiled-react": "^1.1.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@batijs/compile": "workspace:*",
"@sentry/vite-plugin": "^2.22.6",
"@types/node": "^18.19.57",
"vite": "^5.4.9"
"vite": "^5.4.10"
},
"dependencies": {
"@batijs/core": "workspace:*"
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.20241018.0",
"@cloudflare/workers-types": "^4.20241022.0",
"@types/node": "^18.19.57",
"@universal-middleware/core": "^0.2.13"
},
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,11 +14,11 @@
"license": "MIT",
"devDependencies": {
"@batijs/compile": "workspace:*",
"@cloudflare/workers-types": "^4.20241018.0",
"@cloudflare/workers-types": "^4.20241022.0",
"@types/node": "^18.19.57",
"@universal-middleware/core": "^0.2.13",
"vike": "^0.4.199",
"vite": "^5.4.9"
"vite": "^5.4.10"
},
"files": [
"dist/"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/shared-todo/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.20241018.0",
"@cloudflare/workers-types": "^4.20241022.0",
"@types/node": "^18.19.57",
"vike": "^0.4.199",
"vike-cloudflare": "^0.1.3"
Expand Down
2 changes: 1 addition & 1 deletion boilerplates/shared/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"typescript": "^5.6.3",
"vike": "^0.4.199",
"vite": "^5.4.9"
"vite": "^5.4.10"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion boilerplates/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@hattip/vite": "^0.0.48",
"@types/node": "^18.19.57",
"vike": "^0.4.199",
"vite": "^5.4.9",
"vite": "^5.4.10",
"vite-plugin-vercel": "^9.0.3"
},
"files": [
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,9 +16,9 @@
"@types/node": "^18.19.57",
"firebase": "^10.14.1",
"firebaseui": "^6.1.0",
"solid-js": "^1.9.2",
"solid-js": "^1.9.3",
"vike": "^0.4.199",
"vite": "^5.4.9"
"vite": "^5.4.10"
},
"dependencies": {
"@batijs/core": "workspace:*"
Expand Down
Loading

0 comments on commit c2253d9

Please sign in to comment.