Skip to content

Commit

Permalink
update babel core preset env and autoprefixer
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Sep 27, 2024
1 parent bdda29d commit 082a0b3
Show file tree
Hide file tree
Showing 2 changed files with 777 additions and 404 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,18 @@
"not dead"
],
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.22.9",
"@babel/node": "^7.14.7",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-env": "^7.25.4",
"@babel/register": "^7.14.5",
"@babel/runtime": "^7.14.6",
"abortcontroller-polyfill": "^1.2.3",
"autoprefixer": "10.4.14",
"autoprefixer": "^10.4.20",
"babel-plugin-istanbul": "^6.0.0",
"babelify": "^10.0.0",
"backstopjs": "^6.1.4",
Expand Down
Loading

0 comments on commit 082a0b3

Please sign in to comment.