@medyll/cssfabric 0.2.1-beta.7 → 0.2.1-beta.8
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 +15 -15
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medyll/cssfabric",
|
|
3
3
|
"scope": "@medyll",
|
|
4
|
-
"version": "0.2.1-beta.
|
|
4
|
+
"version": "0.2.1-beta.8",
|
|
5
5
|
"description": "fabric some css. Get pure and simple utility classes. Use the cssf file extension to go semantic. Get a preprocessor for cssf files. Generate your color scheme. Get your own css-properties.",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dev": "vite dev",
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
"!dist/**/*.spec.*"
|
|
34
34
|
],
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@sveltejs/adapter-auto": "^
|
|
37
|
-
"@sveltejs/kit": "^2.
|
|
36
|
+
"@sveltejs/adapter-auto": "^6.0.0",
|
|
37
|
+
"@sveltejs/kit": "^2.20.3",
|
|
38
38
|
"@sveltejs/package": "^2.3.10",
|
|
39
39
|
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
|
40
40
|
"@types/eslint": "9.6.1",
|
|
41
41
|
"@types/fs-extra": "^11.0.4",
|
|
42
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
43
|
-
"@typescript-eslint/parser": "^8.
|
|
44
|
-
"eslint": "^9.
|
|
45
|
-
"eslint-config-prettier": "^10.
|
|
46
|
-
"eslint-plugin-svelte": "^3.0
|
|
42
|
+
"@typescript-eslint/eslint-plugin": "^8.29.0",
|
|
43
|
+
"@typescript-eslint/parser": "^8.29.0",
|
|
44
|
+
"eslint": "^9.23.0",
|
|
45
|
+
"eslint-config-prettier": "^10.1.1",
|
|
46
|
+
"eslint-plugin-svelte": "^3.5.0",
|
|
47
47
|
"fs-extra": "^11.3.0",
|
|
48
48
|
"glob": "^11.0.1",
|
|
49
49
|
"husky": "^9.1.7",
|
|
@@ -51,22 +51,22 @@
|
|
|
51
51
|
"postcss": "^8.5.3",
|
|
52
52
|
"prettier": "^3.5.3",
|
|
53
53
|
"prettier-plugin-svelte": "^3.3.3",
|
|
54
|
-
"publint": "^0.3.
|
|
54
|
+
"publint": "^0.3.10",
|
|
55
55
|
"simpler-color": "^1.0.2",
|
|
56
56
|
"standard-version": "^9.5.0",
|
|
57
|
-
"svelte": "^5.
|
|
58
|
-
"svelte-check": "^4.1.
|
|
57
|
+
"svelte": "^5.25.6",
|
|
58
|
+
"svelte-check": "^4.1.5",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
60
60
|
"tslib": "^2.8.1",
|
|
61
61
|
"typescript": "^5.8.2",
|
|
62
|
-
"vite": "^6.2.
|
|
63
|
-
"vitest": "^3.
|
|
62
|
+
"vite": "^6.2.5",
|
|
63
|
+
"vitest": "^3.1.1"
|
|
64
64
|
},
|
|
65
65
|
"svelte": "./dist/index.js",
|
|
66
66
|
"types": "./dist/index.d.ts",
|
|
67
67
|
"type": "module",
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"inquirer": "^12.
|
|
70
|
-
"svelte-highlight": "^7.8.
|
|
69
|
+
"inquirer": "^12.5.0",
|
|
70
|
+
"svelte-highlight": "^7.8.3"
|
|
71
71
|
}
|
|
72
72
|
}
|