procode-vs-theme 2.0.0 → 2.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/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "procode-vs-theme",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "VarStreet VS Theme - A comprehensive SCSS theme package for ProCode framework with variables, components, layout, and utilities for flexible design system usage",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -68,13 +68,12 @@
|
|
|
68
68
|
],
|
|
69
69
|
"author": "VarStreet Team",
|
|
70
70
|
"license": "MIT",
|
|
71
|
-
"peerDependencies": {},
|
|
72
71
|
"devDependencies": {
|
|
73
|
-
"@rollup/plugin-commonjs": "^
|
|
72
|
+
"@rollup/plugin-commonjs": "^29.0.3",
|
|
74
73
|
"@rollup/plugin-json": "^6.1.0",
|
|
75
74
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
76
75
|
"@types/node": "^18.0.0",
|
|
77
|
-
"rimraf": "^
|
|
76
|
+
"rimraf": "^6.1.3",
|
|
78
77
|
"rollup": "^4.18.0",
|
|
79
78
|
"rollup-plugin-copy": "^3.5.0",
|
|
80
79
|
"rollup-plugin-postcss": "^4.0.2",
|