Skip to content

Commit

Permalink
Update babel presets and rollup-plugin-terser
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Oct 7, 2021
1 parent 8ccac66 commit 5646991
Show file tree
Hide file tree
Showing 2 changed files with 424 additions and 96 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@ampproject/filesize": "^4.3.0",
"@ampproject/rollup-plugin-closure-compiler": "^0.26.0",
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-modules": "^0.1.2",
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.7.4",
"@babel/preset-env": "^7.15.8",
"@babel/preset-modules": "^0.1.4",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@rollup/plugin-replace": "^2.2.1",
"@types/jest": "26.x",
"@types/jsonfile": "^6.0.1",
Expand Down Expand Up @@ -54,7 +54,7 @@
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-prettier": "^0.6.0",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-terser": "^7.0.2",
"semver": "^7.3.5",
"ts-jest": "^26.5.6",
"typescript": "^4.3.5"
Expand All @@ -71,7 +71,9 @@
]
},
"jest": {
"projects": ["<rootDir>/packages/*"]
"projects": [
"<rootDir>/packages/*"
]
},
"filesize": {
"build/node_modules/react-router/react-router.production.min.js": {
Expand Down
Loading

0 comments on commit 5646991

Please sign in to comment.