|
7 | 7 | "release": "ts-node publish.ts" |
8 | 8 | }, |
9 | 9 | "devDependencies": { |
10 | | - "@babel/cli": "^7.17.6", |
11 | | - "@babel/core": "^7.17.8", |
12 | | - "@babel/plugin-syntax-jsx": "^7.16.7", |
13 | | - "@babel/plugin-transform-parameters": "^7.16.7", |
14 | | - "@babel/preset-react": "^7.16.7", |
15 | | - "@octokit/core": "^3.6.0", |
| 10 | + "@babel/cli": "^7.18.9", |
| 11 | + "@babel/core": "^7.18.9", |
| 12 | + "@babel/plugin-syntax-jsx": "^7.18.6", |
| 13 | + "@babel/plugin-transform-parameters": "^7.18.8", |
| 14 | + "@babel/preset-react": "^7.18.6", |
| 15 | + "@octokit/core": "^4.0.4", |
16 | 16 | "@types/degit": "^2.8.3", |
17 | | - "@types/jsdom": "^16.2.14", |
18 | | - "@types/node": "^17.0.23", |
19 | | - "@types/react": "^17.0.42", |
20 | | - "axios": "^0.26.1", |
21 | | - "babel-preset-minify": "^0.5.1", |
| 17 | + "@types/jsdom": "^16.2.15", |
| 18 | + "@types/node": "^18.0.6", |
| 19 | + "@types/react": "^18.0.15", |
| 20 | + "@types/svgo": "^2.6.3", |
| 21 | + "axios": "^0.27.2", |
| 22 | + "babel-preset-minify": "^0.5.2", |
22 | 23 | "degit": "^2.8.4", |
23 | | - "dotenv": "^16.0.0", |
24 | | - "jsdom": "^19.0.0", |
| 24 | + "dotenv": "^16.0.1", |
| 25 | + "jsdom": "^20.0.0", |
25 | 26 | "svg-to-jsx": "^1.0.4", |
26 | | - "ts-node": "^10.7.0", |
27 | | - "typescript": "^4.6.2" |
| 27 | + "svgo": "^2.8.0", |
| 28 | + "ts-node": "^10.9.1", |
| 29 | + "typescript": "^4.7.4" |
28 | 30 | }, |
29 | 31 | "dependencies": { |
30 | | - "react": "^17.0.2" |
| 32 | + "react": "^18.2.0" |
31 | 33 | } |
32 | 34 | } |
0 commit comments