Skip to content

Commit

Permalink
deps: update @babel dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook committed May 26, 2024
1 parent f311cfd commit cd44373
Show file tree
Hide file tree
Showing 5 changed files with 1,006 additions and 30 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"semver": "^7.3.5"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/register": "^7.16.0",
"@babel/cli": "^7.24.6",
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/register": "^7.24.6",
"@custom-elements-manifest/analyzer": "^0.4.17",
"@open-wc/building-rollup": "^2.0.2",
"@open-wc/eslint-config": "^9.2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/generators/building-rollup-ts/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"start:build": "web-dev-server --root-dir dist --app-index index.html --open"
},
"devDependencies": {
"@babel/preset-env": "^7.16.4",
"@babel/preset-env": "^7.24.6",
"@open-wc/building-rollup": "^2.0.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.6",
Expand Down
2 changes: 1 addition & 1 deletion src/generators/building-rollup/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"start:build": "web-dev-server --root-dir dist --app-index index.html --open"
},
"devDependencies": {
"@babel/preset-env": "^7.16.4",
"@babel/preset-env": "^7.24.6",
"@open-wc/building-rollup": "^2.0.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.6",
Expand Down
2 changes: 1 addition & 1 deletion test/snapshots/fully-loaded-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lit": "^2.0.2"
},
"devDependencies": {
"@babel/preset-env": "^7.16.4",
"@babel/preset-env": "^7.24.6",
"@custom-elements-manifest/analyzer": "^0.4.17",
"@open-wc/building-rollup": "^2.0.2",
"@open-wc/eslint-config": "^9.2.1",
Expand Down
Loading

0 comments on commit cd44373

Please sign in to comment.