Skip to content

Commit

Permalink
Update main dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnikaCodes committed Nov 6, 2022
1 parent 848aa9a commit e92585f
Showing 1 changed file with 24 additions and 25 deletions.
49 changes: 24 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,35 @@
"repository": "github:smogon/damage-calc",
"license": "MIT",
"dependencies": {
"@smogon/calc": "^0.6.0",
"calc": "file:calc"
"@smogon/calc": "file:calc"
},
"devDependencies": {
"eslint": "^8.4.1",
"express": "^4.17.1",
"eslint": "^8.27.0",
"express": "^4.18.2",
"subpkg": "^4.1.0"
},
"optionalDependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-proposal-class-properties": "^7.16.5",
"@babel/plugin-proposal-object-rest-spread": "^7.16.5",
"@babel/plugin-proposal-optional-catch-binding": "^7.16.5",
"@babel/plugin-proposal-optional-chaining": "^7.16.5",
"@babel/plugin-transform-arrow-functions": "^7.16.5",
"@babel/plugin-transform-block-scoping": "^7.16.5",
"@babel/plugin-transform-classes": "^7.16.5",
"@babel/plugin-transform-computed-properties": "^7.16.5",
"@babel/plugin-transform-destructuring": "^7.16.5",
"@babel/plugin-transform-for-of": "^7.16.5",
"@babel/plugin-transform-literals": "^7.16.5",
"@babel/plugin-transform-member-expression-literals": "^7.16.5",
"@babel/plugin-transform-parameters": "^7.16.5",
"@babel/plugin-transform-property-literals": "^7.16.5",
"@babel/plugin-transform-shorthand-properties": "^7.16.5",
"@babel/plugin-transform-spread": "^7.16.5",
"@babel/plugin-transform-template-literals": "^7.16.5",
"@babel/plugin-transform-typescript": "^7.16.1",
"@babel/preset-env": "^7.16.5",
"terser": "^5.10.0"
"@babel/core": "^7.20.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.2",
"@babel/plugin-proposal-optional-catch-binding": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-transform-arrow-functions": "^7.18.6",
"@babel/plugin-transform-block-scoping": "^7.20.2",
"@babel/plugin-transform-classes": "^7.20.2",
"@babel/plugin-transform-computed-properties": "^7.18.9",
"@babel/plugin-transform-destructuring": "^7.20.2",
"@babel/plugin-transform-for-of": "^7.18.8",
"@babel/plugin-transform-literals": "^7.18.9",
"@babel/plugin-transform-member-expression-literals": "^7.18.6",
"@babel/plugin-transform-parameters": "^7.20.1",
"@babel/plugin-transform-property-literals": "^7.18.6",
"@babel/plugin-transform-shorthand-properties": "^7.18.6",
"@babel/plugin-transform-spread": "^7.19.0",
"@babel/plugin-transform-template-literals": "^7.18.9",
"@babel/plugin-transform-typescript": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"terser": "^5.15.1"
},
"scripts": {
"lint": "subpkg run lint && eslint --cache src --ext js",
Expand Down

0 comments on commit e92585f

Please sign in to comment.