Skip to content

Commit

Permalink
pkg: Update babel packages (#2192)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 29, 2022
1 parent efd5280 commit 7c9d3bc
Show file tree
Hide file tree
Showing 21 changed files with 149 additions and 149 deletions.
2 changes: 1 addition & 1 deletion examples/benchmark/package.json
Expand Up @@ -17,7 +17,7 @@
"react": "^18.2.0"
},
"devDependencies": {
"@babel/core": "7.19.1",
"@babel/core": "7.19.3",
"@babel/node": "7.19.1",
"@types/babel__core": "^7",
"@types/benchmark": "2.1.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/github-app/package.json
Expand Up @@ -21,11 +21,11 @@
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@anansi/babel-preset": "3.2.17",
"@anansi/babel-preset": "3.2.18",
"@anansi/browserslist-config": "1.4.0",
"@anansi/eslint-plugin": "0.14.2",
"@anansi/webpack-config": "13.0.13",
"@babel/core": "7.19.1",
"@babel/core": "7.19.3",
"@linaria/babel-preset": "4.2.0",
"@linaria/core": "4.1.2",
"@linaria/react": "4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/normalizr-github/package.json
Expand Up @@ -14,7 +14,7 @@
"@rest-hooks/normalizr": "workspace:^"
},
"devDependencies": {
"@babel/core": "7.19.1",
"@babel/core": "7.19.3",
"@babel/node": "7.19.1",
"@types/babel__core": "^7",
"rollup": "2.79.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/normalizr-redux/package.json
Expand Up @@ -10,7 +10,7 @@
"start": "babel-node ./ --root-mode upward --extensions '.ts,.tsx,.js'"
},
"devDependencies": {
"@babel/core": "7.19.1",
"@babel/core": "7.19.3",
"@babel/node": "7.19.1",
"@octokit/rest": "19.0.4",
"@rest-hooks/normalizr": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/normalizr-relationships/package.json
Expand Up @@ -10,7 +10,7 @@
"start": "babel-node ./ --root-mode upward --extensions '.ts,.tsx,.js'"
},
"devDependencies": {
"@babel/core": "7.19.1",
"@babel/core": "7.19.3",
"@babel/node": "7.19.1",
"@types/babel__core": "^7",
"mockdate": "^3.0.5",
Expand Down
4 changes: 2 additions & 2 deletions examples/todo-app/package.json
Expand Up @@ -21,11 +21,11 @@
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@anansi/babel-preset": "3.2.17",
"@anansi/babel-preset": "3.2.18",
"@anansi/browserslist-config": "1.4.0",
"@anansi/eslint-plugin": "0.14.2",
"@anansi/webpack-config": "13.0.13",
"@babel/core": "7.19.1",
"@babel/core": "7.19.3",
"@linaria/babel-preset": "4.2.0",
"@linaria/core": "4.1.2",
"@linaria/react": "4.1.3",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -32,12 +32,12 @@
"extends @anansi/browserslist-config"
],
"devDependencies": {
"@anansi/babel-preset": "3.2.17",
"@anansi/babel-preset": "3.2.18",
"@anansi/browserslist-config": "1.4.0",
"@anansi/eslint-plugin": "0.14.2",
"@anansi/jest-preset": "0.7.28",
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@babel/node": "7.19.1",
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
Expand All @@ -57,7 +57,7 @@
"benchmark": "^2.1.4",
"conventional-changelog-anansi": "^0.2.0",
"copyfiles": "^2.4.1",
"core-js": "3.25.1",
"core-js": "3.25.3",
"coveralls": "^3.1.0",
"cpy-cli": "4.2.0",
"cross-fetch": "^3.0.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Expand Up @@ -121,8 +121,8 @@
}
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/endpoint/package.json
Expand Up @@ -102,8 +102,8 @@
"@babel/runtime": "^7.13.0"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/experimental/package.json
Expand Up @@ -94,8 +94,8 @@
}
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"rollup": "2.79.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql/package.json
Expand Up @@ -106,8 +106,8 @@
"@rest-hooks/endpoint": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Expand Up @@ -85,8 +85,8 @@
}
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"rollup": "2.79.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/img/package.json
Expand Up @@ -82,8 +82,8 @@
}
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"rollup": "2.79.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/legacy/package.json
Expand Up @@ -102,8 +102,8 @@
}
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/normalizr/package.json
Expand Up @@ -93,8 +93,8 @@
],
"license": "MIT",
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"immutable": "4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/rest-hooks/package.json
Expand Up @@ -120,8 +120,8 @@
}
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/rest/package.json
Expand Up @@ -101,8 +101,8 @@
"@rest-hooks/endpoint": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/ssr/package.json
Expand Up @@ -115,8 +115,8 @@
}
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"npm-run-all": "^4.1.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/test/package.json
Expand Up @@ -117,8 +117,8 @@
}
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"rollup": "2.79.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/use-enhanced-reducer/package.json
Expand Up @@ -82,8 +82,8 @@
}
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@types/babel__core": "^7",
"downlevel-dts": "^0.10.0",
"rollup": "2.79.1",
Expand Down

0 comments on commit 7c9d3bc

Please sign in to comment.