create-addfox-app 0.1.1-beta.4 → 0.1.1-beta.6
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/cli.js +6 -6
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -272,11 +272,11 @@ function readJsonFile(path) {
|
|
|
272
272
|
function writeJsonFile(path, data) {
|
|
273
273
|
writeFileSync(path, JSON.stringify(data, null, 2), "utf8");
|
|
274
274
|
}
|
|
275
|
-
const RSTEST_CORE = "^0.9.
|
|
275
|
+
const RSTEST_CORE = "^0.9.4";
|
|
276
276
|
const RSTEST_COVERAGE = "^0.3.0";
|
|
277
|
-
const RSTEST_BROWSER = "^0.9.
|
|
278
|
-
const PLAYWRIGHT = "^1.
|
|
279
|
-
const RSDOCTOR_RSPACK = "^1.5.
|
|
277
|
+
const RSTEST_BROWSER = "^0.9.4";
|
|
278
|
+
const PLAYWRIGHT = "^1.58.2";
|
|
279
|
+
const RSDOCTOR_RSPACK = "^1.5.5";
|
|
280
280
|
function getTestExt(language) {
|
|
281
281
|
return "ts" === language ? "ts" : "js";
|
|
282
282
|
}
|
|
@@ -488,11 +488,11 @@ const DEPS = {
|
|
|
488
488
|
postcss: "^8.4.32"
|
|
489
489
|
},
|
|
490
490
|
less: {
|
|
491
|
-
"@rsbuild/plugin-less": "^1.2
|
|
491
|
+
"@rsbuild/plugin-less": "^1.6.2",
|
|
492
492
|
less: "^4.2.0"
|
|
493
493
|
},
|
|
494
494
|
sass: {
|
|
495
|
-
"@rsbuild/plugin-sass": "^1.5.
|
|
495
|
+
"@rsbuild/plugin-sass": "^1.5.1",
|
|
496
496
|
sass: "^1.77.0"
|
|
497
497
|
}
|
|
498
498
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-addfox-app",
|
|
3
|
-
"version": "0.1.1-beta.
|
|
3
|
+
"version": "0.1.1-beta.6",
|
|
4
4
|
"description": "Interactive scaffolder for addfox extension projects",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@rslib/core": "^0.20.0",
|
|
23
|
-
"@rstest/core": "^0.9.
|
|
23
|
+
"@rstest/core": "^0.9.4",
|
|
24
24
|
"@rstest/coverage-istanbul": "^0.3.0",
|
|
25
25
|
"@types/node": "^20.0.0",
|
|
26
26
|
"typescript": "^5.0.0"
|