@xylabs/ts-scripts-yarn3 3.0.0-rc.5 → 3.0.0-rc.7
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 +10 -11
package/package.json
CHANGED
|
@@ -65,14 +65,14 @@
|
|
|
65
65
|
"url": "https://github.com/xylabs/config/issues"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@babel/core": "^7.22.
|
|
68
|
+
"@babel/core": "^7.22.19",
|
|
69
69
|
"@babel/preset-env": "^7.22.15",
|
|
70
70
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
71
71
|
"@rollup/plugin-typescript": "^11.1.3",
|
|
72
72
|
"@types/node": "^20.6.0",
|
|
73
73
|
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
|
74
74
|
"@typescript-eslint/parser": "^6.7.0",
|
|
75
|
-
"@xylabs/tsconfig": "~3.0.0-rc.
|
|
75
|
+
"@xylabs/tsconfig": "~3.0.0-rc.7",
|
|
76
76
|
"chalk": "^4.1.2",
|
|
77
77
|
"cpy": "^8.1.2",
|
|
78
78
|
"depcheck": "^1.4.6",
|
|
@@ -80,15 +80,15 @@
|
|
|
80
80
|
"eslint-config-prettier": "^9.0.0",
|
|
81
81
|
"eslint-plugin-prettier": "^5.0.0",
|
|
82
82
|
"eslint-plugin-sonarjs": "^0.21.0",
|
|
83
|
-
"jest": "^29.
|
|
84
|
-
"jest-environment-jsdom": "^29.
|
|
83
|
+
"jest": "^29.7.0",
|
|
84
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
85
85
|
"jest-extended": "^4.0.1",
|
|
86
86
|
"jest-mock-extended": "^3.0.5",
|
|
87
87
|
"jest-sorted": "^1.0.14",
|
|
88
88
|
"license-checker": "^25.0.1",
|
|
89
89
|
"lodash": "^4.17.21",
|
|
90
90
|
"node-cmd": "^5.0.0",
|
|
91
|
-
"npm-check-updates": "^16.
|
|
91
|
+
"npm-check-updates": "^16.14.2",
|
|
92
92
|
"npm-package-json-lint": "^7.0.0",
|
|
93
93
|
"npm-package-json-lint-config-default": "^6.0.0",
|
|
94
94
|
"parse-git-config": "^3.0.0",
|
|
@@ -98,25 +98,24 @@
|
|
|
98
98
|
"rimraf": "^4.4.1",
|
|
99
99
|
"rollup": "^3.29.1",
|
|
100
100
|
"rollup-plugin-exclude-dependencies-from-bundle": "^1.1.23",
|
|
101
|
-
"rollup-plugin-node-externals": "^5",
|
|
101
|
+
"rollup-plugin-node-externals": "^5.1.3",
|
|
102
102
|
"supertest": "^6.3.3",
|
|
103
103
|
"ts-jest": "^29.1.1",
|
|
104
104
|
"ts-node": "^10.9.1",
|
|
105
105
|
"ts-prune": "^0.10.3",
|
|
106
106
|
"tslib": "^2.6.2",
|
|
107
107
|
"tsup": "^7.2.0",
|
|
108
|
-
"typedoc": "^0.24",
|
|
108
|
+
"typedoc": "^0.24.8",
|
|
109
109
|
"yargs": "^17.7.2"
|
|
110
110
|
},
|
|
111
111
|
"description": "TypeScript project scripts",
|
|
112
112
|
"devDependencies": {
|
|
113
|
-
"@types/depcheck": "^0.9.1",
|
|
114
113
|
"@types/eslint": "^8.44.2",
|
|
115
114
|
"@types/license-checker": "^25.0.4",
|
|
116
115
|
"@types/lodash": "^4.14.198",
|
|
117
116
|
"@types/parse-git-config": "^3.0.1",
|
|
118
|
-
"@xylabs/eslint-config": "^3.0.0-rc.
|
|
119
|
-
"@xylabs/tsconfig": "^3.0.0-rc.
|
|
117
|
+
"@xylabs/eslint-config": "^3.0.0-rc.7",
|
|
118
|
+
"@xylabs/tsconfig": "^3.0.0-rc.7",
|
|
120
119
|
"publint": "^0.2.2",
|
|
121
120
|
"tsup": "^7.2.0",
|
|
122
121
|
"typescript": "^5.2.2"
|
|
@@ -173,6 +172,6 @@
|
|
|
173
172
|
"package-compile": "tsc -p tsconfig.build.json"
|
|
174
173
|
},
|
|
175
174
|
"sideEffects": false,
|
|
176
|
-
"version": "3.0.0-rc.
|
|
175
|
+
"version": "3.0.0-rc.7",
|
|
177
176
|
"stableVersion": "2.19.12"
|
|
178
177
|
}
|