Skip to content

Commit

Permalink
Update babel monorepo to ^7.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and mrtnzlml committed May 19, 2022
1 parent 2b493da commit 980bba3
Show file tree
Hide file tree
Showing 27 changed files with 179 additions and 166 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@adeira/eslint-config": "^7.5.0",
"@adeira/monorepo-utils": "^0.11.0",
"@babel/cli": "^7.17.10",
"@babel/core": "^7.17.12",
"@babel/core": "^7.18.0",
"@babel/eslint-parser": "^7.17.0",
"babel-jest": "^28.1.0",
"babel-loader": "^8.2.5",
Expand Down
8 changes: 4 additions & 4 deletions src/babel-preset-adeira/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"dependencies": {
"@babel/plugin-proposal-throw-expressions": "^7.16.7",
"@babel/plugin-transform-flow-strip-types": "^7.17.12",
"@babel/plugin-transform-runtime": "^7.17.12",
"@babel/preset-env": "^7.17.12",
"@babel/plugin-transform-runtime": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"@babel/preset-react": "^7.17.12",
"@babel/runtime": "^7.17.9",
"@babel/runtime": "^7.18.0",
"babel-plugin-transform-flow-enums": "^0.0.2"
},
"devDependencies": {
Expand All @@ -28,6 +28,6 @@
"strip-ansi": "^6.0.1"
},
"peerDependencies": {
"@babel/core": "^7.17.12"
"@babel/core": "^7.18.0"
}
}
2 changes: 1 addition & 1 deletion src/css-colors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"license": "MIT",
"dependencies": {
"@adeira/js": "^2.1.1",
"@babel/runtime": "^7.17.9"
"@babel/runtime": "^7.18.0"
}
}
2 changes: 1 addition & 1 deletion src/eslint-config-adeira/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"type": "commonjs",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime": "^7.18.0",
"@next/eslint-plugin-next": "^12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-adeira": "^0.15.0",
Expand Down
2 changes: 1 addition & 1 deletion src/eslint-fixtures-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@adeira/flow-types-eslint": "0.0.0",
"@adeira/js": "^2.1.1",
"@babel/eslint-parser": "^7.17.0",
"@babel/runtime": "^7.17.9",
"@babel/runtime": "^7.18.0",
"eslint": "^8.15.0",
"jest-docblock": "^28.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion src/eslint-plugin-adeira/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"type": "commonjs",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime": "^7.18.0",
"fast-levenshtein": "^3.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/eslint-plugin-sx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"main": "./src/index.js",
"type": "commonjs",
"dependencies": {
"@babel/runtime": "^7.17.9"
"@babel/runtime": "^7.18.0"
},
"devDependencies": {
"@adeira/eslint-fixtures-tester": "0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"description": "Production ready fetch function with advanced capabilities like retries with delay and request cancellation after timeout.",
"dependencies": {
"@adeira/js": "^2.1.1",
"@babel/runtime": "^7.17.9",
"@babel/runtime": "^7.18.0",
"cross-fetch": "^3.1.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/fixtures-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"sideEffects": false,
"dependencies": {
"@adeira/js": "^2.1.1",
"@babel/runtime": "^7.17.9"
"@babel/runtime": "^7.18.0"
}
}
2 changes: 1 addition & 1 deletion src/flow-config-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"dependencies": {
"@adeira/fixtures-tester": "^1.1.1",
"@adeira/js": "^2.1.1",
"@babel/runtime": "^7.17.9"
"@babel/runtime": "^7.18.0"
}
}
2 changes: 1 addition & 1 deletion src/graphql-global-id/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"sideEffects": false,
"dependencies": {
"@adeira/js": "^2.1.1",
"@babel/runtime": "^7.17.9"
"@babel/runtime": "^7.18.0"
},
"peerDependencies": {
"graphql": "^15.0.0 || ^16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/graphql-relay-fauna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@adeira/graphql-global-id": "^2.1.0",
"@adeira/js": "^2.1.1",
"@babel/runtime": "^7.17.9",
"@babel/runtime": "^7.18.0",
"faunadb": "^4.5.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/graphql-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"graphql": "^16.5.0"
},
"dependencies": {
"@babel/runtime": "^7.17.9"
"@babel/runtime": "^7.18.0"
}
}
2 changes: 1 addition & 1 deletion src/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"type": "commonjs",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.17.9"
"@babel/runtime": "^7.18.0"
},
"peerDependencies": {
"react": "^17.0.2"
Expand Down
2 changes: 1 addition & 1 deletion src/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"type": "commonjs",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime": "^7.18.0",
"@loadable/component": "^5.15.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"type": "commonjs",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.17.9"
"@babel/runtime": "^7.18.0"
}
}
4 changes: 2 additions & 2 deletions src/monorepo-npm-publisher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@adeira/babel-preset-adeira": "^4.0.0",
"@adeira/monorepo-utils": "^0.11.0",
"@babel/runtime": "^7.17.9",
"@babel/runtime": "^7.18.0",
"chalk": "^4.1.2",
"is-ci": "^3.0.1",
"npm-packlist": "^5.0.4",
Expand All @@ -27,6 +27,6 @@
"tar": "^6.1.11"
},
"peerDependencies": {
"@babel/core": "^7.17.12"
"@babel/core": "^7.18.0"
}
}
2 changes: 1 addition & 1 deletion src/monorepo-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@adeira/js": "^2.1.1",
"@adeira/shell-command": "^0.0.0",
"@babel/register": "^7.17.7",
"@babel/runtime": "^7.17.9",
"@babel/runtime": "^7.18.0",
"glob": "^8.0.3",
"is-ci": "^3.0.1",
"semver": "^7.3.7"
Expand Down
2 changes: 1 addition & 1 deletion src/murmur-hash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"type": "commonjs",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.17.9"
"@babel/runtime": "^7.18.0"
}
}
2 changes: 1 addition & 1 deletion src/react-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"main": "./index.js",
"dependencies": {
"@adeira/hooks": "^0.2.0",
"@babel/runtime": "^7.17.9"
"@babel/runtime": "^7.18.0"
},
"peerDependencies": {
"react": "*"
Expand Down
2 changes: 1 addition & 1 deletion src/relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@adeira/fetch": "^2.1.0",
"@adeira/js": "^2.1.1",
"@babel/runtime": "^7.17.9",
"@babel/runtime": "^7.18.0",
"babel-plugin-relay": "^13.2.0",
"react-relay": "^13.2.0",
"relay-compiler": "^13.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/signed-source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"type": "commonjs",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.17.9"
"@babel/runtime": "^7.18.0"
}
}
2 changes: 1 addition & 1 deletion src/sx-design-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "MIT",
"main": "./index.js",
"dependencies": {
"@babel/runtime": "^7.17.9"
"@babel/runtime": "^7.18.0"
},
"peerDependencies": {
"@adeira/sx-design": "^0.27.0",
Expand Down
4 changes: 2 additions & 2 deletions src/sx-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@adeira/hooks": "^0.2.0",
"@adeira/icons": "^1.1.0",
"@adeira/js": "^2.1.1",
"@babel/runtime": "^7.17.9",
"@babel/runtime": "^7.18.0",
"blurhash": "^1.1.5",
"fbt": "^1.0.0",
"flow-enums-runtime": "^0.0.6",
Expand All @@ -37,7 +37,7 @@
"@adeira/css-colors": "^2.2.0",
"@adeira/sx": "^0.29.1",
"@adeira/sx-jest-snapshot-serializer": "^0.1.0",
"@babel/core": "^7.17.12",
"@babel/core": "^7.18.0",
"@fbtjs/default-collection-transform": "^1.0.0",
"@storybook/addon-a11y": "^6.5.3",
"@storybook/addon-actions": "^6.5.3",
Expand Down
2 changes: 1 addition & 1 deletion src/sx-jest-snapshot-serializer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"sideEffects": true,
"dependencies": {
"@adeira/sx": "^0.29.1",
"@babel/runtime": "^7.17.9",
"@babel/runtime": "^7.18.0",
"prettier": "^2.6.2",
"pretty-format": "^28.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/sx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@adeira/css-colors": "^2.2.0",
"@adeira/js": "^2.1.1",
"@adeira/murmur-hash": "^2.0.1",
"@babel/runtime": "^7.17.9",
"@babel/runtime": "^7.18.0",
"change-case": "^4.1.2",
"css-tree": "^2.1.0",
"fast-levenshtein": "^3.0.0",
Expand Down
Loading

0 comments on commit 980bba3

Please sign in to comment.