|
29 | 29 | "url": "https://github.com/screepers/screeps-typescript-starter/issues" |
30 | 30 | }, |
31 | 31 | "homepage": "https://github.com/screepers/screeps-typescript-starter#readme", |
32 | | - "engines": { |
33 | | - "node": "10.x || 12.x" |
34 | | - }, |
35 | 32 | "devDependencies": { |
36 | 33 | "@rollup/plugin-commonjs": "^20.0.0", |
37 | 34 | "@rollup/plugin-node-resolve": "^13.0.4", |
|
42 | 39 | "@types/screeps": "^3.2.3", |
43 | 40 | "@types/sinon": "^5.0.5", |
44 | 41 | "@types/sinon-chai": "^3.2.0", |
45 | | - "@typescript-eslint/eslint-plugin": "^4.29.1", |
46 | | - "@typescript-eslint/parser": "^4.29.1", |
47 | | - "@typescript-eslint/typescript-estree": "^4.29.1", |
| 42 | + "@typescript-eslint/eslint-plugin": "^5.38.1", |
| 43 | + "@typescript-eslint/parser": "^5.38.1", |
48 | 44 | "chai": "^4.2.0", |
49 | | - "eslint": "^7.32.0", |
50 | | - "eslint-config-prettier": "^8.3.0", |
51 | | - "eslint-import-resolver-typescript": "^2.4.0", |
| 45 | + "eslint": "^8.24.0", |
| 46 | + "eslint-config-prettier": "^8.5.0", |
| 47 | + "eslint-import-resolver-typescript": "^3.5.1", |
52 | 48 | "eslint-plugin-import": "^2.24.0", |
53 | | - "eslint-plugin-prettier": "^3.4.0", |
54 | 49 | "lodash": "^3.10.1", |
55 | 50 | "mocha": "^5.2.0", |
56 | | - "prettier": "^2.3.2", |
| 51 | + "prettier": "^2.7.1", |
57 | 52 | "rollup": "^2.56.2", |
58 | 53 | "rollup-plugin-clear": "^2.0.7", |
59 | 54 | "rollup-plugin-screeps": "^1.0.1", |
|
62 | 57 | "sinon-chai": "^3.2.0", |
63 | 58 | "ts-node": "^10.2.0", |
64 | 59 | "tsconfig-paths": "^3.10.1", |
65 | | - "typescript": "^4.3.5" |
| 60 | + "typescript": "^4.8.4" |
66 | 61 | }, |
67 | 62 | "dependencies": { |
68 | 63 | "source-map": "~0.6.1" |
|
0 commit comments