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] authored Mar 31, 2023
1 parent e5ea5b2 commit 0aee316
Show file tree
Hide file tree
Showing 5 changed files with 1,161 additions and 710 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.21.0",
"@babel/core": "7.21.4",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.21.4",
"@babel/preset-react": "7.18.6",
"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.21.0",
"@babel/core": "7.21.4",
"@babel/preset-env": "7.21.4",
"husky": "3.1.0",
"lint-staged": "9.5.0",
"prettier": "1.19.1",
Expand Down
20 changes: 10 additions & 10 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"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/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.21.4",
"@babel/preset-react": "7.18.6",
"babel-loader": "8.0.6",
"copy-webpack-plugin": "5.1.1",
"css-loader": "3.4.1",
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.21.0",
"@babel/core": "7.21.4",
"@babel/preset-env": "7.21.4",
"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.3"
},
"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.21.0",
"@babel/core": "7.21.4",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/preset-env": "7.21.4",
"rimraf": "3.0.0"
}
}
Loading

0 comments on commit 0aee316

Please sign in to comment.