typed-factorio 1.14.0 → 1.15.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typed-factorio",
3
- "version": "1.14.0",
3
+ "version": "1.15.0",
4
4
  "description": "Featureful typescript definitions for the the Factorio modding lua api.",
5
5
  "keywords": [
6
6
  "factorio",
@@ -33,30 +33,30 @@
33
33
  "typescript-to-lua": "^1.6.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@types/jest": "^29.4.0",
37
- "@types/node": "^18.14.6",
36
+ "@types/jest": "^29.5.1",
37
+ "@types/node": "^20.2.3",
38
38
  "@types/prettier": "^2.7.2",
39
- "@typescript-eslint/eslint-plugin": "^5.54.0",
40
- "@typescript-eslint/parser": "^5.54.0",
39
+ "@typescript-eslint/eslint-plugin": "^5.59.7",
40
+ "@typescript-eslint/parser": "^5.59.7",
41
41
  "array.prototype.flatmap": "^1.3.1",
42
42
  "chalk": "^5.2.0",
43
- "eslint": "~8.35.0",
44
- "eslint-config-prettier": "^8.6.0",
43
+ "eslint": "~8.41.0",
44
+ "eslint-config-prettier": "^8.8.0",
45
45
  "eslint-config-standard": "^17.0.0",
46
- "eslint-import-resolver-typescript": "^3.5.3",
46
+ "eslint-import-resolver-typescript": "^3.5.5",
47
47
  "eslint-plugin-import": "^2.27.5",
48
- "eslint-plugin-n": "^15.6.1",
48
+ "eslint-plugin-n": "^16.0.0",
49
49
  "eslint-plugin-node": "^11.1.0",
50
50
  "eslint-plugin-prettier": "^4.2.1",
51
51
  "eslint-plugin-promise": "^6.1.1",
52
- "jest": "^29.4.3",
52
+ "jest": "^29.5.0",
53
53
  "lua-types": "^2.13.1",
54
- "prettier": "^2.8.4",
55
- "rimraf": "^3.0.2",
56
- "ts-jest": "^29.0.5",
54
+ "prettier": "^2.8.8",
55
+ "rimraf": "^5.0.1",
56
+ "ts-jest": "^29.1.0",
57
57
  "ts-node": "^10.9.1",
58
- "typescript": "~4.9.5",
59
- "typescript-to-lua": "^1.13.2"
58
+ "typescript": "~5.0.4",
59
+ "typescript-to-lua": "^1.15.1"
60
60
  },
61
61
  "packageManager": "yarn@3.2.3"
62
62
  }