@newlogic-digital/core 0.9.15 → 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -7
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@newlogic-digital/core",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.
|
4
|
+
"version": "0.10.0",
|
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",
|
@@ -39,11 +39,6 @@
|
|
39
39
|
"gulp-rev-rewrite": "^5.0.0",
|
40
40
|
"lazypipe": "^1.0.2",
|
41
41
|
"lodash": "^4.17.21",
|
42
|
-
"postcss-custom-media": "^8.0.0",
|
43
|
-
"postcss-custom-properties": "^12.1.7",
|
44
|
-
"postcss-custom-selectors": "^6.0.0",
|
45
|
-
"postcss-import": "^14.1.0",
|
46
|
-
"postcss-nesting": "^10.1.6",
|
47
42
|
"rollup": "^2.73.0",
|
48
43
|
"rollup-plugin-import-map": "^2.2.2",
|
49
44
|
"rollup-plugin-terser": "^7.0.2",
|
@@ -53,7 +48,12 @@
|
|
53
48
|
"peerDependencies": {
|
54
49
|
"autoprefixer": "^10.4.7",
|
55
50
|
"postcss": "^8.4.13",
|
56
|
-
"tailwindcss": "^3.0.24"
|
51
|
+
"tailwindcss": "^3.0.24",
|
52
|
+
"postcss-custom-media": "^10.0.2",
|
53
|
+
"postcss-custom-properties": "^13.3.4",
|
54
|
+
"postcss-custom-selectors": "^7.1.6",
|
55
|
+
"postcss-import": "^16.0.0",
|
56
|
+
"postcss-nesting": "^12.0.2"
|
57
57
|
},
|
58
58
|
"devDependencies": {
|
59
59
|
"vitepress": "^0.22.4"
|