@tsmodule/tsmodule 40.0.0 → 40.0.3

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tsmodule/tsmodule",
3
3
  "platform": "node",
4
4
  "type": "module",
5
- "version": "40.0.0",
5
+ "version": "40.0.3",
6
6
  "repository": "tsmodule/tsmodule",
7
7
  "description": "TypeScript Module loader and compiler",
8
8
  "license": "MIT",
@@ -31,38 +31,38 @@
31
31
  "dev": "node dist/index.js dev",
32
32
  "test-bundle": "yarn build && ava --no-worker-threads",
33
33
  "test-production-bundle": "node runBundleTests.js",
34
- "test": "yarn test-production-bundle",
35
- "retest": "SKIP_TEST_SETUP=1 yarn test",
34
+ "test": "yarn test-bundle",
35
+ "retest": "SKIP_TEST_SETUP=1 yarn test-bundle",
36
36
  "retest-bundle": "SKIP_TEST_SETUP=1 yarn test-bundle",
37
37
  "lint": "eslint --fix src",
38
38
  "prepare": "yarn build",
39
- "prepublishOnly": "yarn test-bundle",
39
+ "prepublishOnly": "yarn test-production-bundle",
40
40
  "release": "release-it"
41
41
  },
42
42
  "dependencies": {
43
- "esbuild": "^0.14.32",
43
+ "esbuild": "^0.14.38",
44
44
  "typescript": "^4.6.3"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/glob": "^7.2.0",
48
- "@types/node": "^17.0.23",
49
- "@typescript-eslint/eslint-plugin": "^5.18.0",
50
- "@typescript-eslint/parser": "^5.18.0",
48
+ "@types/node": "^17.0.29",
49
+ "@typescript-eslint/eslint-plugin": "^5.21.0",
50
+ "@typescript-eslint/parser": "^5.21.0",
51
51
  "assert": "^2.0.0",
52
- "ava": "^4.1.0",
52
+ "ava": "^4.2.0",
53
53
  "await-shell": "^34.1.1",
54
54
  "chalk": "^5.0.1",
55
- "commander": "^9.0.0",
55
+ "commander": "^9.2.0",
56
56
  "create-debug-logger": "^3.0.0",
57
57
  "es-module-lexer": "^0.10.5",
58
- "eslint": "^8.12.0",
59
- "eslint-config-next": "^12.1.4",
58
+ "eslint": "^8.14.0",
59
+ "eslint-config-next": "^12.1.5",
60
60
  "fast-glob": "^3.2.11",
61
- "glob": "^7.2.0",
61
+ "glob": "^8.0.1",
62
62
  "node-watch": "^0.7.3",
63
63
  "ora": "^6.1.0",
64
64
  "path": "^0.12.7",
65
- "release-it": "^14.14.0"
65
+ "release-it": "^14.14.2"
66
66
  },
67
67
  "release-it": {
68
68
  "git": {
@@ -36,5 +36,8 @@
36
36
  "--no-warnings",
37
37
  "--loader=@tsmodule/tsmodule"
38
38
  ]
39
+ },
40
+ "resolutions": {
41
+ "@types/react": "^17.0.38"
39
42
  }
40
43
  }