Skip to content

Commit

Permalink
fix(deps): update dependency core-js to v3.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 20, 2022
1 parent 4ab54d4 commit 4251ba8
Show file tree
Hide file tree
Showing 9 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"babel-plugin-auto-import": "1.1.0",
"babel-plugin-remove-code": "0.0.6",
"boxen": "5.1.2",
"core-js": "3.22.0",
"core-js": "3.22.1",
"cypress": "9.5.4",
"cypress-wait-until": "1.7.2",
"eslint": "8.13.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"chalk": "4.1.2",
"concurrently": "7.1.0",
"configstore": "3.1.5",
"core-js": "3.22.0",
"core-js": "3.22.1",
"cross-env": "7.0.3",
"decamelize": "5.0.0",
"dotenv-defaults": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@babel/plugin-transform-typescript": "7.16.7",
"@babel/runtime-corejs3": "7.16.7",
"@vscode/ripgrep": "1.14.2",
"core-js": "3.22.0",
"core-js": "3.22.1",
"cross-undici-fetch": "0.3.0",
"deepmerge": "4.2.2",
"fast-glob": "3.2.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"babel-plugin-module-resolver": "4.1.0",
"babel-timing": "0.9.1",
"copy-webpack-plugin": "10.2.4",
"core-js": "3.22.0",
"core-js": "3.22.1",
"css-loader": "6.7.1",
"css-minimizer-webpack-plugin": "3.4.1",
"dotenv-webpack": "7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@graphql-yoga/common": "2.3.0",
"@prisma/client": "3.12.0",
"@redwoodjs/api": "1.1.0",
"core-js": "3.22.0",
"core-js": "3.22.1",
"cross-undici-fetch": "0.3.0",
"graphql": "16.3.0",
"graphql-scalars": "1.17.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 @@ -44,7 +44,7 @@
"babel-plugin-graphql-tag": "3.3.0",
"babel-plugin-polyfill-corejs3": "0.5.0",
"chalk": "4.1.2",
"core-js": "3.22.0",
"core-js": "3.22.1",
"deepmerge": "4.2.2",
"esbuild": "0.14.36",
"fast-glob": "3.2.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/record/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@prisma/client": "3.12.0",
"core-js": "3.22.0"
"core-js": "3.22.1"
},
"devDependencies": {
"@babel/cli": "7.16.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@reach/skip-nav": "0.16.0",
"@redwoodjs/auth": "1.1.0",
"core-js": "3.22.0",
"core-js": "3.22.1",
"lodash.isequal": "4.5.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 4251ba8

Please sign in to comment.