Skip to content

Commit

Permalink
chore(deps): update babel monorepo (#592)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Sakamoto, Kazunori <[email protected]>
  • Loading branch information
3 people authored Jun 16, 2021
1 parent 306e887 commit 862c626
Show file tree
Hide file tree
Showing 6 changed files with 2,596 additions and 1,999 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.17.0
14.17.1
55 changes: 0 additions & 55 deletions .yarn/releases/yarn-2.4.1.cjs

This file was deleted.

615 changes: 615 additions & 0 deletions .yarn/releases/yarn-3.0.0-rc.5.cjs

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
defaultSemverRangePrefix: ''

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: '@yarnpkg/plugin-typescript'
yarnPath: .yarn/releases/yarn-2.4.1.cjs

yarnPath: .yarn/releases/yarn-3.0.0-rc.5.cjs
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,32 +37,32 @@
},
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "0.26.0",
"@babel/core": "7.14.3",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-numeric-separator": "7.14.2",
"@babel/plugin-proposal-optional-chaining": "7.14.2",
"@babel/preset-env": "7.14.4",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "7.13.0",
"@babel/core": "7.14.6",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-numeric-separator": "7.14.5",
"@babel/plugin-proposal-optional-chaining": "7.14.5",
"@babel/preset-env": "7.14.5",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.14.5",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "19.0.0",
"@rollup/plugin-node-resolve": "13.0.0",
"@tsconfig/svelte": "1.0.13",
"@types/chrome": "0.0.144",
"@types/chrome": "0.0.145",
"@types/eslint": "7.2.13",
"@types/jquery": "3.5.5",
"@types/micromatch": "4",
"@types/sass": "1.16.0",
"@typescript-eslint/eslint-plugin": "4.26.0",
"@typescript-eslint/parser": "4.26.0",
"@typescript-eslint/eslint-plugin": "4.27.0",
"@typescript-eslint/parser": "4.27.0",
"@willbooster/eslint-config-ts": "6.3.0",
"@willbooster/prettier-config": "6.2.1",
"@willbooster/renovate-config": "6.3.0",
"babel-plugin-transform-remove-console": "6.9.4",
"bestzip": "2.2.0",
"cross-env": "7.0.3",
"dotenv-cli": "4.0.0",
"eslint": "7.27.0",
"eslint": "7.28.0",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-node": "0.3.4",
"eslint-plugin-import": "2.23.4",
Expand All @@ -71,17 +71,17 @@
"lint-staged": "11.0.0",
"micromatch": "4.0.4",
"pinst": "2.1.6",
"prettier": "2.3.0",
"prettier": "2.3.1",
"prettier-plugin-svelte": "2.3.0",
"rollup": "2.50.5",
"rollup": "2.52.0",
"rollup-plugin-svelte": "7.1.0",
"sass": "1.34.1",
"semantic-release": "17.4.3",
"sass": "1.35.1",
"semantic-release": "17.4.4",
"semantic-release-chrome": "1.1.3",
"semantic-release-firefox-add-on": "0.2.8",
"sort-package-json": "1.50.0",
"svelte": "3.38.2",
"svelte-preprocess": "4.7.3",
"typescript": "4.2.4"
"typescript": "4.3.2"
}
}
Loading

0 comments on commit 862c626

Please sign in to comment.