Skip to content

Commit

Permalink
Merge branch 'main' into fix-named-routes-search-params
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmoiseev authored Sep 24, 2024
2 parents 49fa5b5 + 340334f commit 156cb7e
Show file tree
Hide file tree
Showing 17 changed files with 81 additions and 93 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,21 @@
"@actions/core": "1.10.1",
"@actions/exec": "1.1.1",
"@actions/glob": "0.5.0",
"@babel/cli": "7.24.8",
"@babel/cli": "7.25.6",
"@babel/core": "^7.22.20",
"@babel/generator": "7.25.0",
"@babel/generator": "7.25.6",
"@babel/node": "7.25.0",
"@babel/plugin-proposal-decorators": "7.24.7",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/plugin-transform-nullish-coalescing-operator": "7.24.7",
"@babel/plugin-transform-private-methods": "^7.22.5",
"@babel/plugin-transform-private-property-in-object": "^7.22.11",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/plugin-transform-runtime": "7.25.4",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/runtime-corejs3": "7.25.0",
"@babel/runtime-corejs3": "7.25.6",
"@faker-js/faker": "8.4.1",
"@npmcli/arborist": "7.5.4",
"@playwright/test": "1.47.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/dbAuth/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.25.0",
"@babel/runtime-corejs3": "7.25.6",
"@prisma/internals": "5.20.0",
"@redwoodjs/cli-helpers": "workspace:*",
"@simplewebauthn/browser": "7.4.0",
Expand All @@ -32,7 +32,7 @@
"terminal-link": "2.1.1"
},
"devDependencies": {
"@babel/cli": "7.24.8",
"@babel/cli": "7.25.6",
"@babel/core": "^7.22.20",
"@simplewebauthn/typescript-types": "7.4.0",
"@types/yargs": "17.0.33",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/dbAuth/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.25.0",
"@babel/runtime-corejs3": "7.25.6",
"@redwoodjs/auth": "workspace:*",
"@simplewebauthn/browser": "7.4.0",
"core-js": "3.38.1"
},
"devDependencies": {
"@babel/cli": "7.24.8",
"@babel/cli": "7.25.6",
"@babel/core": "^7.22.20",
"@simplewebauthn/typescript-types": "7.4.0",
"@types/react": "^18.2.55",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-config/dist.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ describe('dist', () => {
"proposals": true,
"version": 3,
},
"version": "7.25.0",
"version": "7.25.6",
},
"CORE_JS_VERSION": "3.38",
"RUNTIME_CORE_JS_VERSION": "7.25.0",
"RUNTIME_CORE_JS_VERSION": "7.25.6",
"TARGETS_NODE": "20.10",
"getApiSideBabelConfigPath": [Function],
"getApiSideBabelPlugins": [Function],
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"@babel/plugin-transform-private-methods": "^7.22.5",
"@babel/plugin-transform-private-property-in-object": "^7.22.11",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/plugin-transform-runtime": "7.25.4",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/register": "^7.22.15",
"@babel/runtime-corejs3": "7.25.0",
"@babel/runtime-corejs3": "7.25.6",
"@babel/traverse": "^7.22.20",
"@redwoodjs/project-config": "workspace:*",
"babel-plugin-auto-import": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-config/src/__tests__/api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ describe('api', () => {
proposals: true,
version: 3,
},
version: '7.25.0',
version: '7.25.6',
},
])

Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.25.0",
"@babel/runtime-corejs3": "7.25.6",
"@opentelemetry/api": "1.8.0",
"@opentelemetry/core": "1.22.0",
"@opentelemetry/exporter-trace-otlp-http": "0.49.1",
Expand Down Expand Up @@ -83,7 +83,7 @@
"yargs": "17.7.2"
},
"devDependencies": {
"@babel/cli": "7.24.8",
"@babel/cli": "7.25.6",
"@babel/core": "^7.22.20",
"@types/archiver": "^6",
"memfs": "4.12.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@babel/cli": "7.24.8",
"@babel/cli": "7.25.6",
"@babel/core": "^7.22.20",
"@babel/parser": "^7.22.16",
"@babel/plugin-transform-typescript": "^7.22.15",
"@babel/runtime-corejs3": "7.25.0",
"@babel/runtime-corejs3": "7.25.6",
"@babel/traverse": "^7.22.20",
"@redwoodjs/project-config": "workspace:*",
"@svgr/core": "8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"prepublishOnly": "NODE_ENV=production yarn build"
},
"dependencies": {
"@babel/cli": "7.24.8",
"@babel/cli": "7.25.6",
"@redwoodjs/api-server": "workspace:*",
"@redwoodjs/cli": "workspace:*",
"@redwoodjs/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prettier": "3.3.3"
},
"devDependencies": {
"@babel/cli": "7.24.8",
"@babel/cli": "7.25.6",
"typescript": "5.6.2"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.25.0",
"@babel/runtime-corejs3": "7.25.6",
"@envelop/core": "5.0.2",
"@envelop/depth-limit": "4.0.0",
"@envelop/disable-introspection": "6.0.0",
Expand All @@ -45,7 +45,7 @@
"uuid": "10.0.0"
},
"devDependencies": {
"@babel/cli": "7.24.8",
"@babel/cli": "7.25.6",
"@babel/core": "^7.22.20",
"@envelop/testing": "7.0.0",
"@envelop/types": "5.0.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 @@ -78,7 +78,7 @@
"@babel/parser": "^7.22.16",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@babel/plugin-transform-typescript": "^7.22.15",
"@babel/runtime-corejs3": "7.25.0",
"@babel/runtime-corejs3": "7.25.6",
"@babel/traverse": "^7.22.20",
"@graphql-codegen/add": "4.0.1",
"@graphql-codegen/cli": "3.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.25.0",
"@babel/runtime-corejs3": "7.25.6",
"@redwoodjs/auth": "workspace:*",
"@redwoodjs/server-store": "workspace:*",
"core-js": "3.38.1",
Expand All @@ -100,7 +100,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@babel/cli": "7.24.8",
"@babel/cli": "7.25.6",
"@babel/core": "^7.22.20",
"@redwoodjs/framework-tools": "workspace:*",
"@testing-library/jest-dom": "6.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/structure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.25.0",
"@babel/runtime-corejs3": "7.25.6",
"@prisma/internals": "5.20.0",
"@redwoodjs/project-config": "workspace:*",
"@types/line-column": "1.0.2",
Expand All @@ -51,7 +51,7 @@
"yargs-parser": "21.1.1"
},
"devDependencies": {
"@babel/cli": "7.24.8",
"@babel/cli": "7.25.6",
"@babel/core": "^7.22.20",
"@types/fs-extra": "11.0.4",
"@types/lodash": "4.17.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@babel/generator": "7.25.0",
"@babel/generator": "7.25.6",
"@babel/parser": "^7.22.16",
"@babel/traverse": "^7.22.20",
"@redwoodjs/auth": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
},
"dependencies": {
"@apollo/client": "3.11.1",
"@babel/runtime-corejs3": "7.25.0",
"@babel/runtime-corejs3": "7.25.6",
"@redwoodjs/auth": "workspace:*",
"@redwoodjs/server-store": "workspace:*",
"@whatwg-node/fetch": "0.9.21",
Expand All @@ -159,10 +159,10 @@
"devDependencies": {
"@apollo/client-react-streaming": "0.10.0",
"@arethetypeswrong/cli": "0.16.4",
"@babel/cli": "7.24.8",
"@babel/cli": "7.25.6",
"@babel/core": "^7.22.20",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/runtime": "7.25.0",
"@babel/plugin-transform-runtime": "7.25.4",
"@babel/runtime": "7.25.6",
"@redwoodjs/framework-tools": "workspace:*",
"@redwoodjs/internal": "workspace:*",
"@rollup/plugin-babel": "6.0.4",
Expand Down
Loading

0 comments on commit 156cb7e

Please sign in to comment.