Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
Update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2023
1 parent 198f45f commit 7a1b073
Show file tree
Hide file tree
Showing 4 changed files with 921 additions and 706 deletions.
14 changes: 7 additions & 7 deletions apps/ks-frontend-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@
},
"dependencies": {
"@apollo/client": "^3.7.12",
"@babel/core": "^7.21.4",
"@babel/core": "^7.22.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@babel/runtime": "^7.21.0",
"@babel/runtime-corejs3": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/runtime": "^7.22.10",
"@babel/runtime-corejs3": "^7.22.10",
"@next/bundle-analyzer": "^13.4.2",
"@preconstruct/next": "^4.0.0",
"core-js": "^3.23.5",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@babel/core": "^7.21.4",
"@babel/eslint-parser": "^7.21.8",
"@babel/core": "^7.22.10",
"@babel/eslint-parser": "^7.22.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/plugin-transform-typescript": "^7.21.3",
"@babel/preset-env": "^7.21.5",
"@babel/preset-flow": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/plugin-transform-typescript": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-flow": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@manypkg/cli": "^0.20.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/keystone-nextjs-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"main": "dist/opensaas-keystone-nextjs-auth.cjs.js",
"module": "dist/opensaas-keystone-nextjs-auth.esm.js",
"dependencies": {
"@babel/runtime": "^7.21.0",
"@babel/runtime-corejs3": "^7.21.0",
"@babel/runtime": "^7.22.10",
"@babel/runtime-corejs3": "^7.22.10",
"@types/ejs": "^3.1.2",
"cookie": "^0.5.0",
"cross-fetch": "^3.1.5",
Expand Down
Loading

0 comments on commit 7a1b073

Please sign in to comment.