Skip to content

Commit

Permalink
chore(deps): bring project up to date
Browse files Browse the repository at this point in the history
this updates dependencies to be up to date for 2023
this many packages with major version changes will
result in a major version bump for karma-webpack.

Fixes #552
  • Loading branch information
codymikol committed Oct 21, 2023
1 parent 2553ec2 commit d7f9633
Show file tree
Hide file tree
Showing 4 changed files with 9,140 additions and 7,213 deletions.
13 changes: 1 addition & 12 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"useBuiltIns": true,
"targets": {
"node": "10"
"node": "18"
},
"exclude": [
"transform-async-to-generator",
Expand All @@ -14,21 +14,10 @@
}
]
],
"plugins": [
[
"@babel/plugin-proposal-object-rest-spread",
{
"useBuiltIns": true
}
]
],
"env": {
"test": {
"presets": [
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-proposal-object-rest-spread"
]
}
}
Expand Down
Loading

0 comments on commit d7f9633

Please sign in to comment.