@shell-shock/preset-cli 0.0.3 → 0.0.4
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/preset-cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Shell Shock plugin to generate source code given a list design tokens.",
|
|
6
6
|
"repository": {
|
|
@@ -124,18 +124,18 @@
|
|
|
124
124
|
"dependencies": {
|
|
125
125
|
"@alloy-js/core": "0.22.0",
|
|
126
126
|
"@alloy-js/typescript": "^0.22.0",
|
|
127
|
-
"@powerlines/deepkit": "^0.6.
|
|
128
|
-
"@powerlines/plugin-alloy": "^0.
|
|
129
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
130
|
-
"@shell-shock/core": "^0.
|
|
131
|
-
"@shell-shock/plugin-theme": "^0.0.
|
|
132
|
-
"@shell-shock/preset-script": "^0.
|
|
127
|
+
"@powerlines/deepkit": "^0.6.43",
|
|
128
|
+
"@powerlines/plugin-alloy": "^0.20.6",
|
|
129
|
+
"@powerlines/plugin-plugin": "^0.12.214",
|
|
130
|
+
"@shell-shock/core": "^0.4.0",
|
|
131
|
+
"@shell-shock/plugin-theme": "^0.0.8",
|
|
132
|
+
"@shell-shock/preset-script": "^0.2.0",
|
|
133
133
|
"@stryke/string-format": "^0.13.7",
|
|
134
134
|
"cfonts": "^3.3.1",
|
|
135
|
-
"powerlines": "^0.38.
|
|
135
|
+
"powerlines": "^0.38.30"
|
|
136
136
|
},
|
|
137
137
|
"devDependencies": {
|
|
138
|
-
"@babel/core": "^7.
|
|
138
|
+
"@babel/core": "^7.29.0",
|
|
139
139
|
"@types/node": "^22.19.7",
|
|
140
140
|
"@types/react": "^19.2.10"
|
|
141
141
|
},
|
|
@@ -163,5 +163,5 @@
|
|
|
163
163
|
}
|
|
164
164
|
},
|
|
165
165
|
"types": "./dist/index.d.cts",
|
|
166
|
-
"gitHead": "
|
|
166
|
+
"gitHead": "ad8f1104e63a42de787eb5c5ec5c57e27f8a682e"
|
|
167
167
|
}
|