Update to Babel 7.17

This commit is contained in:
Jason Miller 2022-04-13 12:04:46 -04:00
parent 295ab867c4
commit 3fc17ccd43
2 changed files with 2843 additions and 2475 deletions

5286
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -73,25 +73,25 @@
"author": "Jason Miller <jason@developit.ca> (http://jasonformat.com)",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/core": "^7.17.9",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-syntax-jsx": "^7.12.1",
"@babel/plugin-transform-flow-strip-types": "^7.12.10",
"@babel/plugin-transform-react-jsx": "^7.12.11",
"@babel/plugin-transform-regenerator": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-flow": "^7.12.1",
"@babel/preset-react": "^7.12.10",
"@babel/plugin-syntax-jsx": "^7.16.7",
"@babel/plugin-transform-flow-strip-types": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/plugin-transform-regenerator": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-flow": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"@surma/rollup-plugin-off-main-thread": "^2.2.3",
"asyncro": "^3.0.0",
"autoprefixer": "^10.1.0",
"babel-plugin-macros": "^3.0.1",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-transform-async-to-promises": "^0.8.15",
"babel-plugin-transform-replace-expressions": "^0.2.0",
"brotli-size": "^4.0.0",
@ -116,12 +116,12 @@
"typescript": "^4.1.3"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/node": "^7.12.10",
"@babel/plugin-proposal-throw-expressions": "^7.12.1",
"@babel/cli": "^7.17.6",
"@babel/node": "^7.16.8",
"@babel/plugin-proposal-throw-expressions": "^7.16.7",
"@changesets/changelog-github": "^0.2.7",
"@changesets/cli": "^2.12.0",
"babel-jest": "^26.6.3",
"babel-jest": "^27.5.1",
"cross-env": "^7.0.3",
"directory-tree": "^2.2.5",
"eslint": "^7.15.0",
@ -135,7 +135,7 @@
"lint-staged": "^10.5.3",
"npm-merge-driver-install": "^1.1.1",
"prettier": "^2.2.1",
"regenerator-runtime": "^0.13.7",
"regenerator-runtime": "^0.13.9",
"rimraf": "^3.0.2",
"shell-quote": "^1.7.3",
"strip-ansi": "^6.0.0",