|
4 | 4 | "repository": "github:smogon/damage-calc",
|
5 | 5 | "license": "MIT",
|
6 | 6 | "dependencies": {
|
7 |
| - "@smogon/calc": "^0.6.0", |
8 |
| - "calc": "file:calc" |
| 7 | + "@smogon/calc": "file:calc" |
9 | 8 | },
|
10 | 9 | "devDependencies": {
|
11 |
| - "eslint": "^8.4.1", |
12 |
| - "express": "^4.17.1", |
| 10 | + "eslint": "^8.27.0", |
| 11 | + "express": "^4.18.2", |
13 | 12 | "subpkg": "^4.1.0"
|
14 | 13 | },
|
15 | 14 | "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" |
37 | 36 | },
|
38 | 37 | "scripts": {
|
39 | 38 | "lint": "subpkg run lint && eslint --cache src --ext js",
|
|
0 commit comments