Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into renovate/major-vitest…
Browse files Browse the repository at this point in the history
…-monorepo
  • Loading branch information
Josh-Walker-GM committed Jul 20, 2024
2 parents c3831d0 + 0b7e96a commit d582310
Show file tree
Hide file tree
Showing 7 changed files with 238 additions and 228 deletions.
2 changes: 1 addition & 1 deletion packages/cookie-jar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"cookie": "0.6.0",
"esbuild": "0.21.3",
"esbuild": "0.23.0",
"fast-glob": "3.3.2",
"fs-extra": "11.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/framework-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:types": "tsc --build --verbose"
},
"dependencies": {
"esbuild": "0.21.3",
"esbuild": "0.23.0",
"fast-glob": "3.3.2",
"fs-extra": "11.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"chalk": "4.1.2",
"core-js": "3.37.1",
"deepmerge": "4.3.1",
"esbuild": "0.21.3",
"esbuild": "0.23.0",
"fast-glob": "3.3.2",
"fs-extra": "11.2.0",
"graphql": "16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/record/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/cli": "7.24.8",
"@babel/core": "^7.22.20",
"@prisma/internals": "5.17.0",
"esbuild": "0.21.3",
"esbuild": "0.23.0",
"vitest": "2.0.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/server-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@redwoodjs/auth": "workspace:*",
"@redwoodjs/cookie-jar": "workspace:*",
"esbuild": "0.21.3",
"esbuild": "0.23.0",
"fast-glob": "3.3.2",
"fs-extra": "11.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@redwoodjs/project-config": "workspace:*",
"@redwoodjs/server-store": "workspace:*",
"@redwoodjs/web": "workspace:*",
"@swc/core": "1.5.27",
"@swc/core": "1.7.0",
"@vitejs/plugin-react": "4.3.1",
"@whatwg-node/fetch": "0.9.17",
"@whatwg-node/server": "0.9.36",
Expand Down
Loading

0 comments on commit d582310

Please sign in to comment.