Skip to content

Commit

Permalink
Update some dev packages
Browse files Browse the repository at this point in the history
Karma was failing to start, at the end updating ts-node was the solution
but I updated Babel as well a decided to keep it
  • Loading branch information
kossnocorp committed Apr 30, 2023
1 parent 04ec150 commit d5812b3
Show file tree
Hide file tree
Showing 2 changed files with 256 additions and 76 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
"@babel/runtime": "^7.21.0"
},
"devDependencies": {
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/node": "^7.13.10",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/cli": "^7.21.5",
"@babel/core": "^7.21.5",
"@babel/node": "^7.20.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
"@babel/preset-env": "^7.21.5",
"@babel/preset-typescript": "^7.21.5",
"@date-fns/date-fns-scripts": "0.0.6",
"@octokit/core": "^3.2.5",
"@size-limit/preset-big-lib": "^8.2.4",
Expand Down Expand Up @@ -102,7 +102,7 @@
"sinon": "^7.4.1",
"size-limit": "^8.2.4",
"snazzy": "^7.0.0",
"ts-node": "^9.1.1",
"ts-node": "^10.9.1",
"typescript": "^4.2.4",
"webpack": "4",
"webpack-cli": "^3.1.2",
Expand Down
Loading

0 comments on commit d5812b3

Please sign in to comment.