|
4 | 4 | "start": "docusaurus start", |
5 | 5 | "build": "docusaurus build", |
6 | 6 | "lint": "npm run lint:prettier", |
7 | | - "lint:prettier": "prettier --check \"**/*.{js,ts,yml,json,md,html,scss,webmanifest}\"" |
| 7 | + "lint:prettier": "prettier --check ." |
8 | 8 | }, |
9 | 9 | "prettier": { |
10 | 10 | "printWidth": 120, |
11 | 11 | "trailingComma": "all" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@types/lz-string": "^1.3.33", |
15 | | - "@types/react": "^16.9.23", |
16 | | - "@types/react-dom": "^16.9.5", |
| 14 | + "@types/lz-string": "^1.3.34", |
| 15 | + "@types/react": "^16.9.34", |
| 16 | + "@types/react-dom": "^16.9.6", |
17 | 17 | "@types/react-json-tree": "^0.6.11", |
18 | 18 | "@types/webpack-env": "^1.15.1", |
19 | 19 | "clsx": "^1.1.0", |
20 | 20 | "fengari-web": "^0.1.4", |
21 | 21 | "lua-types": "^2.7.0", |
22 | 22 | "lz-string": "^1.4.4", |
23 | 23 | "monaco-editor": "^0.20.0", |
24 | | - "react": "^16.13.0", |
25 | | - "react-dom": "^16.13.0", |
| 24 | + "react": "^16.13.1", |
| 25 | + "react-dom": "^16.13.1", |
26 | 26 | "react-json-tree": "^0.11.2", |
27 | | - "react-monaco-editor": "^0.34.0", |
28 | | - "typescript-to-lua": "^0.32.0" |
| 27 | + "react-monaco-editor": "^0.36.0", |
| 28 | + "typescript-to-lua": "^0.32.2" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | 31 | "@ark120202/typescript-config": "^2.1.0", |
32 | | - "@docusaurus/core": "^2.0.0-alpha.48", |
33 | | - "@docusaurus/preset-classic": "^2.0.0-alpha.48", |
34 | | - "@types/node": "^13.9.1", |
35 | | - "file-loader": "^5.1.0", |
36 | | - "fork-ts-checker-webpack-plugin": "^4.1.0", |
37 | | - "null-loader": "^3.0.0", |
38 | | - "prettier": "^1.19.1", |
39 | | - "raw-loader": "^4.0.0", |
| 32 | + "@docusaurus/core": "^2.0.0-alpha.50", |
| 33 | + "@docusaurus/preset-classic": "^2.0.0-alpha.50", |
| 34 | + "@types/node": "^13.11.1", |
| 35 | + "file-loader": "^6.0.0", |
| 36 | + "fork-ts-checker-webpack-plugin": "^4.1.3", |
| 37 | + "null-loader": "^4.0.0", |
| 38 | + "prettier": "^2.0.4", |
| 39 | + "raw-loader": "^4.0.1", |
40 | 40 | "sass": "^1.26.3", |
41 | 41 | "sass-loader": "^8.0.2", |
42 | 42 | "typescript": "^3.8.3", |
|
0 commit comments