@xylabs/ts-scripts-yarn3 3.12.1 → 3.12.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.
Files changed (1) hide show
  1. package/package.json +6 -5
package/package.json CHANGED
@@ -60,12 +60,13 @@
60
60
  "@rollup/plugin-commonjs": "^26.0.1",
61
61
  "@rollup/plugin-json": "^6.1.0",
62
62
  "@rollup/plugin-typescript": "^11.1.6",
63
+ "@swc/core": "^1.6.13",
63
64
  "@types/node": "^20.14.10",
64
65
  "@types/yargs": "^17.0.32",
65
66
  "@typescript-eslint/eslint-plugin": "^7.16.0",
66
67
  "@typescript-eslint/parser": "^7.16.0",
67
- "@xylabs/tsconfig": "^3.12.1",
68
- "@xylabs/tsconfig-dom": "^3.12.1",
68
+ "@xylabs/tsconfig": "^3.12.3",
69
+ "@xylabs/tsconfig-dom": "^3.12.3",
69
70
  "async-mutex": "^0.5.0",
70
71
  "chalk": "^4.1.2",
71
72
  "cosmiconfig": "^9.0.0",
@@ -112,8 +113,8 @@
112
113
  "@types/license-checker": "^25.0.6",
113
114
  "@types/lodash": "^4.17.6",
114
115
  "@types/parse-git-config": "^3.0.4",
115
- "@xylabs/eslint-config": "^3.12.1",
116
- "@xylabs/tsconfig": "^3.12.1",
116
+ "@xylabs/eslint-config": "^3.12.3",
117
+ "@xylabs/tsconfig": "^3.12.3",
117
118
  "eslint": "^9.7.0",
118
119
  "publint": "^0.2.8",
119
120
  "typescript": "^5.5.3"
@@ -173,6 +174,6 @@
173
174
  "package-clean": "echo Not cleaning..."
174
175
  },
175
176
  "sideEffects": false,
176
- "version": "3.12.1",
177
+ "version": "3.12.3",
177
178
  "type": "commonjs"
178
179
  }