Skip to content

Commit

Permalink
chore(dev-deps): update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 25, 2022
1 parent a892bba commit eaf282e
Show file tree
Hide file tree
Showing 2 changed files with 1,045 additions and 816 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime": "^7.18.3",
"css-box-model": "^1.2.1",
"memoize-one": "^6.0.0",
"raf-schd": "^4.0.3",
Expand All @@ -77,17 +77,17 @@
"devDependencies": {
"@atlaskit/css-reset": "6.3.10",
"@atlaskit/theme": "12.1.6",
"@babel/core": "7.17.9",
"@babel/eslint-parser": "7.17.0",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-private-methods": "7.16.11",
"@babel/plugin-proposal-private-property-in-object": "7.16.7",
"@babel/plugin-transform-modules-commonjs": "7.17.9",
"@babel/core": "7.18.2",
"@babel/eslint-parser": "7.18.2",
"@babel/plugin-proposal-class-properties": "7.17.12",
"@babel/plugin-proposal-private-methods": "7.17.12",
"@babel/plugin-proposal-private-property-in-object": "7.17.12",
"@babel/plugin-transform-modules-commonjs": "7.18.2",
"@babel/plugin-transform-object-assign": "7.16.7",
"@babel/plugin-transform-runtime": "7.17.0",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@babel/plugin-transform-runtime": "7.18.2",
"@babel/preset-env": "7.18.2",
"@babel/preset-react": "7.17.12",
"@babel/preset-typescript": "7.17.12",
"@commitlint/cli": "16.2.3",
"@commitlint/config-conventional": "16.2.1",
"@commitlint/cz-commitlint": "16.2.3",
Expand Down Expand Up @@ -131,7 +131,7 @@
"@typescript-eslint/parser": "5.18.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.7",
"babel-jest": "27.5.1",
"babel-loader": "8.2.4",
"babel-loader": "8.2.5",
"babel-plugin-dev-expression": "0.2.3",
"babel-plugin-module-resolver": "4.1.0",
"commitizen": "4.2.4",
Expand Down
Loading

0 comments on commit eaf282e

Please sign in to comment.