@newlogic-digital/core 3.0.0 → 3.0.1
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/index.js +2 -2
- package/package.json +9 -9
package/index.js
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@newlogic-digital/core",
|
3
3
|
"type": "module",
|
4
|
-
"version": "3.0.
|
4
|
+
"version": "3.0.1",
|
5
5
|
"main": "index.js",
|
6
6
|
"author": "New Logic Studio s.r.o.",
|
7
7
|
"description": "Set of tools that can be used to create modern web applications",
|
@@ -12,8 +12,8 @@
|
|
12
12
|
"publish-next": "npm publish --tag next"
|
13
13
|
},
|
14
14
|
"dependencies": {
|
15
|
-
"@tailwindcss/vite": "^4.
|
16
|
-
"@vituum/vite-plugin-juice": "^1.
|
15
|
+
"@tailwindcss/vite": "^4.1.4",
|
16
|
+
"@vituum/vite-plugin-juice": "^1.4.0",
|
17
17
|
"@vituum/vite-plugin-latte": "^1.3.0",
|
18
18
|
"@vituum/vite-plugin-posthtml": "^1.1.0",
|
19
19
|
"@vituum/vite-plugin-send": "^1.1.0",
|
@@ -22,18 +22,18 @@
|
|
22
22
|
"fast-glob": "^3.3.3",
|
23
23
|
"fs-extra": "^11.3.0",
|
24
24
|
"html-minifier-terser": "^7.2.0",
|
25
|
-
"lightningcss": "^1.29.
|
25
|
+
"lightningcss": "^1.29.3",
|
26
26
|
"lodash": "^4.17.21",
|
27
27
|
"picocolors": "^1.1.1",
|
28
28
|
"posthtml": "^0.16.6",
|
29
29
|
"posthtml-prism": "^2.0.1",
|
30
|
-
"prismjs": "^1.
|
31
|
-
"vituum": "^1.
|
30
|
+
"prismjs": "^1.30.0",
|
31
|
+
"vituum": "^1.2.0"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
34
|
-
"@types/node": "^22.
|
35
|
-
"eslint": "^9.
|
36
|
-
"neostandard": "^0.12.
|
34
|
+
"@types/node": "^22.15.3",
|
35
|
+
"eslint": "^9.25.1",
|
36
|
+
"neostandard": "^0.12.1",
|
37
37
|
"typescript": "^5",
|
38
38
|
"vite": "^6",
|
39
39
|
"@vituum/vite-plugin-tailwindcss": "^1.2.0",
|