Skip to content

Commit e92585f

Browse files
committed
Update main dependencies
1 parent 848aa9a commit e92585f

File tree

1 file changed

+24
-25
lines changed

1 file changed

+24
-25
lines changed

package.json

+24-25
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,35 @@
44
"repository": "github:smogon/damage-calc",
55
"license": "MIT",
66
"dependencies": {
7-
"@smogon/calc": "^0.6.0",
8-
"calc": "file:calc"
7+
"@smogon/calc": "file:calc"
98
},
109
"devDependencies": {
11-
"eslint": "^8.4.1",
12-
"express": "^4.17.1",
10+
"eslint": "^8.27.0",
11+
"express": "^4.18.2",
1312
"subpkg": "^4.1.0"
1413
},
1514
"optionalDependencies": {
16-
"@babel/core": "^7.16.5",
17-
"@babel/plugin-proposal-class-properties": "^7.16.5",
18-
"@babel/plugin-proposal-object-rest-spread": "^7.16.5",
19-
"@babel/plugin-proposal-optional-catch-binding": "^7.16.5",
20-
"@babel/plugin-proposal-optional-chaining": "^7.16.5",
21-
"@babel/plugin-transform-arrow-functions": "^7.16.5",
22-
"@babel/plugin-transform-block-scoping": "^7.16.5",
23-
"@babel/plugin-transform-classes": "^7.16.5",
24-
"@babel/plugin-transform-computed-properties": "^7.16.5",
25-
"@babel/plugin-transform-destructuring": "^7.16.5",
26-
"@babel/plugin-transform-for-of": "^7.16.5",
27-
"@babel/plugin-transform-literals": "^7.16.5",
28-
"@babel/plugin-transform-member-expression-literals": "^7.16.5",
29-
"@babel/plugin-transform-parameters": "^7.16.5",
30-
"@babel/plugin-transform-property-literals": "^7.16.5",
31-
"@babel/plugin-transform-shorthand-properties": "^7.16.5",
32-
"@babel/plugin-transform-spread": "^7.16.5",
33-
"@babel/plugin-transform-template-literals": "^7.16.5",
34-
"@babel/plugin-transform-typescript": "^7.16.1",
35-
"@babel/preset-env": "^7.16.5",
36-
"terser": "^5.10.0"
15+
"@babel/core": "^7.20.2",
16+
"@babel/plugin-proposal-class-properties": "^7.18.6",
17+
"@babel/plugin-proposal-object-rest-spread": "^7.20.2",
18+
"@babel/plugin-proposal-optional-catch-binding": "^7.18.6",
19+
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
20+
"@babel/plugin-transform-arrow-functions": "^7.18.6",
21+
"@babel/plugin-transform-block-scoping": "^7.20.2",
22+
"@babel/plugin-transform-classes": "^7.20.2",
23+
"@babel/plugin-transform-computed-properties": "^7.18.9",
24+
"@babel/plugin-transform-destructuring": "^7.20.2",
25+
"@babel/plugin-transform-for-of": "^7.18.8",
26+
"@babel/plugin-transform-literals": "^7.18.9",
27+
"@babel/plugin-transform-member-expression-literals": "^7.18.6",
28+
"@babel/plugin-transform-parameters": "^7.20.1",
29+
"@babel/plugin-transform-property-literals": "^7.18.6",
30+
"@babel/plugin-transform-shorthand-properties": "^7.18.6",
31+
"@babel/plugin-transform-spread": "^7.19.0",
32+
"@babel/plugin-transform-template-literals": "^7.18.9",
33+
"@babel/plugin-transform-typescript": "^7.20.2",
34+
"@babel/preset-env": "^7.20.2",
35+
"terser": "^5.15.1"
3736
},
3837
"scripts": {
3938
"lint": "subpkg run lint && eslint --cache src --ext js",

0 commit comments

Comments
 (0)