isaacscript 1.1.47 → 1.1.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript",
3
- "version": "1.1.47",
3
+ "version": "1.1.48",
4
4
  "description": "A command line tool for managing Isaac mods written in TypeScript",
5
5
  "homepage": "https://isaacscript.github.io/",
6
6
  "bugs": {
@@ -27,8 +27,8 @@
27
27
  "prompts": "^2.4.2",
28
28
  "source-map-support": "^0.5.21",
29
29
  "sync-directory": "^4.0.7",
30
- "typescript": "4.4.4",
31
- "typescript-to-lua": "^1.1.1",
30
+ "typescript": "4.5.2",
31
+ "typescript-to-lua": "^1.2.0",
32
32
  "update-notifier": "^5.1.0",
33
33
  "yargs": "^17.2.1"
34
34
  },
@@ -41,6 +41,6 @@
41
41
  "@types/source-map-support": "^0.5.4",
42
42
  "@types/update-notifier": "^5.1.0",
43
43
  "@types/yargs": "^17.0.7",
44
- "isaacscript-lint": "^1.0.67"
44
+ "isaacscript-lint": "^1.0.68"
45
45
  }
46
46
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript",
3
- "version": "1.1.47",
3
+ "version": "1.1.48",
4
4
  "description": "A command line tool for managing Isaac mods written in TypeScript",
5
5
  "homepage": "https://isaacscript.github.io/",
6
6
  "bugs": {
@@ -27,8 +27,8 @@
27
27
  "prompts": "^2.4.2",
28
28
  "source-map-support": "^0.5.21",
29
29
  "sync-directory": "^4.0.7",
30
- "typescript": "4.4.4",
31
- "typescript-to-lua": "^1.1.1",
30
+ "typescript": "4.5.2",
31
+ "typescript-to-lua": "^1.2.0",
32
32
  "update-notifier": "^5.1.0",
33
33
  "yargs": "^17.2.1"
34
34
  },
@@ -41,6 +41,6 @@
41
41
  "@types/source-map-support": "^0.5.4",
42
42
  "@types/update-notifier": "^5.1.0",
43
43
  "@types/yargs": "^17.0.7",
44
- "isaacscript-lint": "^1.0.67"
44
+ "isaacscript-lint": "^1.0.68"
45
45
  }
46
46
  }
package/update.sh CHANGED
@@ -10,7 +10,7 @@ cd "$DIR"
10
10
 
11
11
  PACKAGE_JSON="$DIR/package.json"
12
12
  OLD_HASH=$(md5sum "$PACKAGE_JSON")
13
- npx npm-check-updates --upgrade --packageFile "$PACKAGE_JSON" --reject typescript,chalk
13
+ npx npm-check-updates --upgrade --packageFile "$PACKAGE_JSON" --reject chalk
14
14
  NEW_HASH=$(md5sum "$PACKAGE_JSON")
15
15
  if [[ $OLD_HASH != $NEW_HASH ]]; then
16
16
  npm install