Skip to content

Commit

Permalink
move dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecsl committed Feb 21, 2025
1 parent d996d15 commit 96f7927
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@
"ci": "yarn check_prettier && yarn build && yarn lint && yarn test"
},
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@badgateway/oauth2-client": "^2.2.0",
"@types/lodash": "^4.14.186",
"@types/node": "^20.3.0",
"debug": "^4.3.4",
"isomorphic-ws": "^5.0.0",
"lodash-es": "^4.17.21",
Expand All @@ -57,6 +51,11 @@
"author": "Felipe Lima",
"license": "MIT",
"devDependencies": {
"@types/lodash": "^4.14.186",
"@types/node": "^20.3.0",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/debug": "^4.1.8",
"@types/jest": "^29.4.0",
Expand Down

0 comments on commit 96f7927

Please sign in to comment.