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

Commit

Permalink
chore(deps): update babel deps (#803)
Browse files Browse the repository at this point in the history
* chore(deps): update @babel/runtime

* chore(deps): update @babel/template

* chore(deps): update @babel/traverse

* chore(deps): update @babel/preset-react

* chore(deps): remove babel-plugin-emotion

* chore(deps): remove babel-plugin-istanbul

* chore(deps): remove babel-core

* chore(deps): update babel-loader

* chore(deps): update @babel/plugin-transform-runtime
  • Loading branch information
abdonrd authored Nov 16, 2021
1 parent 42ada9c commit cc2b4e0
Show file tree
Hide file tree
Showing 36 changed files with 128 additions and 250 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/offline-mirror/@babel-preset-react-7.12.13.tgz
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/offline-mirror/@babel-traverse-7.12.17.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/arr-diff-2.0.0.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/array-unique-0.2.1.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/babel-loader-8.2.3.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/babel-plugin-istanbul-4.1.6.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/offline-mirror/braces-1.8.5.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/expand-brackets-0.1.5.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/expand-range-1.8.2.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/extglob-0.3.2.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/filename-regex-2.0.1.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/fill-range-2.2.4.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/is-dotfile-1.0.3.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/is-equal-shallow-0.1.3.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/is-number-2.1.0.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/is-posix-bracket-0.1.1.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/is-primitive-2.0.0.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/math-random-1.0.1.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/micromatch-2.3.11.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/object.omit-2.0.1.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/parse-glob-3.0.4.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/preserve-0.2.0.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/randomatic-3.1.1.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/regex-cache-0.4.4.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/test-exclude-4.2.3.tgz
Binary file not shown.
15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"babel-plugin-transform-vue-jsx": "^4.0.0"
},
"dependencies": {
"@babel/runtime": "^7.16.0",
"@babel/runtime": "^7.16.3",
"carbon-components": "10.48.0",
"lit-element": "^2.5.1",
"lit-html": "^1.4.1",
Expand All @@ -107,14 +107,14 @@
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
"@babel/plugin-proposal-optional-chaining": "^7.16.0",
"@babel/plugin-transform-modules-commonjs": "^7.16.0",
"@babel/plugin-transform-runtime": "~7.12.0",
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/plugin-transform-template-literals": "^7.16.0",
"@babel/plugin-transform-typescript": "~7.12.0",
"@babel/preset-env": "~7.12.0",
"@babel/preset-modules": "~0.1.5",
"@babel/preset-react": "~7.12.0",
"@babel/template": "~7.12.0",
"@babel/traverse": "~7.12.0",
"@babel/preset-react": "^7.16.0",
"@babel/template": "^7.16.0",
"@babel/traverse": "^7.16.3",
"@carbon/icon-helpers": "^10.25.0",
"@carbon/icons": "^10.43.0",
"@carbon/icons-angular": "^10.8.3",
Expand Down Expand Up @@ -150,11 +150,8 @@
"@webcomponents/webcomponents-platform": "^1.0.1",
"async-done": "^1.3.2",
"autoprefixer": "^9.8.8",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.0",
"babel-plugin-emotion": "^10.0.0",
"babel-plugin-istanbul": "^4.1.6",
"babel-loader": "^8.2.3",
"babel-plugin-template-html-minifier": "^4.1.0",
"babel-preset-vue": "^2.0.2",
"bluebird": "^3.7.2",
Expand Down
363 changes: 122 additions & 241 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit cc2b4e0

Please sign in to comment.