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

Commit

Permalink
chore(deps): update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 15, 2021
1 parent 305faf0 commit fb3bc30
Show file tree
Hide file tree
Showing 5 changed files with 1,097 additions and 685 deletions.
12 changes: 6 additions & 6 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"slugify": "1.3.6"
},
"devDependencies": {
"@babel/cli": "7.7.7",
"@babel/core": "7.7.7",
"@babel/plugin-proposal-object-rest-spread": "7.7.7",
"@babel/plugin-syntax-dynamic-import": "7.7.4",
"@babel/preset-env": "7.7.7",
"@babel/preset-react": "7.7.4",
"@babel/cli": "7.13.16",
"@babel/core": "7.14.2",
"@babel/plugin-proposal-object-rest-spread": "7.14.2",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.14.2",
"@babel/preset-react": "7.13.13",
"husky": "3.1.0",
"lint-staged": "9.5.0",
"prettier": "1.19.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"yargs": "15.1.0"
},
"devDependencies": {
"@babel/cli": "7.7.7",
"@babel/core": "7.7.7",
"@babel/preset-env": "7.7.7",
"@babel/cli": "7.13.16",
"@babel/core": "7.14.2",
"@babel/preset-env": "7.14.2",
"husky": "3.1.0",
"lint-staged": "9.5.0",
"prettier": "1.19.1",
Expand Down
22 changes: 11 additions & 11 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"test": "jest"
},
"dependencies": {
"@babel/cli": "7.7.7",
"@babel/core": "7.7.7",
"@babel/plugin-proposal-object-rest-spread": "7.7.7",
"@babel/plugin-syntax-dynamic-import": "7.7.4",
"@babel/polyfill": "7.7.0",
"@babel/preset-env": "7.7.7",
"@babel/preset-react": "7.7.4",
"babel-loader": "8.0.6",
"@babel/cli": "7.13.16",
"@babel/core": "7.14.2",
"@babel/plugin-proposal-object-rest-spread": "7.14.2",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.14.2",
"@babel/preset-react": "7.13.13",
"babel-loader": "8.2.2",
"copy-webpack-plugin": "5.1.1",
"css-loader": "3.4.1",
"file-loader": "5.0.2",
Expand All @@ -48,9 +48,9 @@
"webpack-stylish": "0.1.8"
},
"devDependencies": {
"@babel/cli": "7.7.7",
"@babel/core": "7.7.7",
"@babel/preset-env": "7.7.7",
"@babel/cli": "7.13.16",
"@babel/core": "7.14.2",
"@babel/preset-env": "7.14.2",
"conventional-changelog-cli": "2.0.31",
"conventional-recommended-bump": "6.0.5",
"husky": "3.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/stylegator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@stylegator/core": "0.20.2"
},
"devDependencies": {
"@babel/cli": "7.7.7",
"@babel/core": "7.7.7",
"@babel/plugin-proposal-object-rest-spread": "7.7.7",
"@babel/preset-env": "7.7.7",
"@babel/cli": "7.13.16",
"@babel/core": "7.14.2",
"@babel/plugin-proposal-object-rest-spread": "7.14.2",
"@babel/preset-env": "7.14.2",
"rimraf": "3.0.0"
}
}
Loading

0 comments on commit fb3bc30

Please sign in to comment.