Skip to content

Commit

Permalink
chore(deps): update babel libraries (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres authored Oct 14, 2022
1 parent 3b9ee6a commit 19cdc08
Show file tree
Hide file tree
Showing 2 changed files with 850 additions and 633 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@babel/runtime": "^7.19.4",
"css-box-model": "^1.2.1",
"memoize-one": "^6.0.0",
"raf-schd": "^4.0.3",
Expand All @@ -85,15 +85,15 @@
"devDependencies": {
"@atlaskit/css-reset": "6.3.13",
"@atlaskit/theme": "12.1.9",
"@babel/core": "7.18.13",
"@babel/eslint-parser": "7.18.9",
"@babel/core": "7.19.3",
"@babel/eslint-parser": "7.19.1",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/plugin-proposal-private-property-in-object": "7.18.6",
"@babel/plugin-transform-modules-commonjs": "7.18.6",
"@babel/plugin-transform-object-assign": "7.18.6",
"@babel/plugin-transform-runtime": "7.18.10",
"@babel/preset-env": "7.18.10",
"@babel/plugin-transform-runtime": "7.19.1",
"@babel/preset-env": "7.19.4",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@commitlint/cli": "17.0.3",
Expand Down Expand Up @@ -138,7 +138,7 @@
"@types/testing-library__jest-dom": "5.14.5",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"babel-jest": "29.0.1",
"babel-jest": "29.1.2",
"babel-loader": "8.2.5",
"babel-plugin-dev-expression": "0.2.3",
"babel-plugin-module-resolver": "4.1.0",
Expand Down
Loading

1 comment on commit 19cdc08

@vercel
Copy link

@vercel vercel bot commented on 19cdc08 Oct 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.