Skip to content

Commit

Permalink
pkg: Update babel packages (#2161)
Browse files Browse the repository at this point in the history
* pkg: Update babel packages

* internal: yarnDedupeHighest is needed to actually dedupe babel

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nathaniel Tucker <me@ntucker.me>
  • Loading branch information
renovate[bot] and ntucker committed Sep 8, 2022
1 parent 649aa86 commit 31b2c8f
Show file tree
Hide file tree
Showing 22 changed files with 206 additions and 228 deletions.
2 changes: 1 addition & 1 deletion examples/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react": "^18.2.0"
},
"devDependencies": {
"@babel/core": "7.18.13",
"@babel/core": "7.19.0",
"@babel/node": "7.18.10",
"@types/babel__core": "^7",
"@types/benchmark": "2.1.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/github-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@anansi/babel-preset": "3.2.15",
"@anansi/babel-preset": "3.2.16",
"@anansi/browserslist-config": "1.3.3",
"@anansi/eslint-plugin": "0.14.2",
"@anansi/webpack-config": "13.0.7",
"@babel/core": "7.18.13",
"@babel/core": "7.19.0",
"@linaria/babel-preset": "4.1.2",
"@linaria/core": "4.1.1",
"@linaria/react": "4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/normalizr-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@rest-hooks/normalizr": "^8.3.0"
},
"devDependencies": {
"@babel/core": "7.18.13",
"@babel/core": "7.19.0",
"@babel/node": "7.18.10",
"@types/babel__core": "^7",
"rollup": "2.79.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/normalizr-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "babel-node ./ --root-mode upward --extensions '.ts,.tsx,.js'"
},
"devDependencies": {
"@babel/core": "7.18.13",
"@babel/core": "7.19.0",
"@babel/node": "7.18.10",
"@octokit/rest": "19.0.4",
"@rest-hooks/normalizr": "^8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/normalizr-relationships/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "babel-node ./ --root-mode upward --extensions '.ts,.tsx,.js'"
},
"devDependencies": {
"@babel/core": "7.18.13",
"@babel/core": "7.19.0",
"@babel/node": "7.18.10",
"@types/babel__core": "^7",
"mockdate": "^3.0.5",
Expand Down
4 changes: 2 additions & 2 deletions examples/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@anansi/babel-preset": "3.2.15",
"@anansi/babel-preset": "3.2.16",
"@anansi/browserslist-config": "1.3.3",
"@anansi/eslint-plugin": "0.14.2",
"@anansi/webpack-config": "13.0.7",
"@babel/core": "7.18.13",
"@babel/core": "7.19.0",
"@linaria/babel-preset": "4.1.2",
"@linaria/core": "4.1.1",
"@linaria/react": "4.1.2",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"extends @anansi/browserslist-config"
],
"devDependencies": {
"@anansi/babel-preset": "3.2.15",
"@anansi/babel-preset": "3.2.16",
"@anansi/browserslist-config": "1.3.3",
"@anansi/eslint-plugin": "0.14.2",
"@anansi/jest-preset": "0.7.22",
"@babel/cli": "7.18.10",
"@babel/core": "7.18.13",
"@babel/core": "7.19.0",
"@babel/node": "7.18.10",
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
Expand All @@ -56,7 +56,7 @@
"benchmark": "^2.1.4",
"conventional-changelog-anansi": "^0.2.0",
"copyfiles": "^2.4.1",
"core-js": "3.25.0",
"core-js": "3.25.1",
"coveralls": "^3.1.0",
"cpy-cli": "4.2.0",
"cross-fetch": "^3.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.18.13",
"@babel/core": "7.19.0",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/endpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.18.13",
"@babel/core": "7.19.0",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.18.13",
"@babel/core": "7.19.0",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"rollup": "2.79.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.18.13",
"@babel/core": "7.19.0",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.18.13",
"@babel/core": "7.19.0",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"rollup": "2.79.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/img/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.18.13",
"@babel/core": "7.19.0",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"rollup": "2.79.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.18.13",
"@babel/core": "7.19.0",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/normalizr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"license": "MIT",
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.18.13",
"@babel/core": "7.19.0",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"immutable": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.18.13",
"@babel/core": "7.19.0",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.18.13",
"@babel/core": "7.19.0",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.18.13",
"@babel/core": "7.19.0",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.18.13",
"@babel/core": "7.19.0",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"rollup": "2.79.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-enhanced-reducer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.18.13",
"@babel/core": "7.19.0",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"rollup": "2.79.0",
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"rangeStrategy": "auto",
"ignoreDeps": ["whatwg-fetch", "react-error-overlay", "msw"],
"timezone": "America/Chicago",
"postUpdateOptions": ["yarnDedupeFewer"],
"postUpdateOptions": ["yarnDedupeHighest"],
"packageRules": [
{
"matchPackageNames": ["@babel/runtime", "core-js", "core-js-compat"],
Expand Down

0 comments on commit 31b2c8f

Please sign in to comment.