@shell-shock/preset-cli 0.0.6 → 0.0.7

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.
Files changed (1) hide show
  1. 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.6",
3
+ "version": "0.0.7",
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,20 +124,20 @@
124
124
  "dependencies": {
125
125
  "@alloy-js/core": "0.22.0",
126
126
  "@alloy-js/typescript": "^0.22.0",
127
- "@powerlines/deepkit": "^0.6.46",
128
- "@powerlines/plugin-alloy": "^0.20.9",
129
- "@powerlines/plugin-plugin": "^0.12.217",
130
- "@shell-shock/core": "^0.4.2",
131
- "@shell-shock/plugin-theme": "^0.0.10",
132
- "@shell-shock/preset-script": "^0.3.0",
127
+ "@powerlines/deepkit": "^0.6.47",
128
+ "@powerlines/plugin-alloy": "^0.20.10",
129
+ "@powerlines/plugin-plugin": "^0.12.218",
130
+ "@shell-shock/core": "^0.4.3",
131
+ "@shell-shock/plugin-theme": "^0.0.11",
132
+ "@shell-shock/preset-script": "^0.3.1",
133
133
  "@stryke/string-format": "^0.13.7",
134
134
  "cfonts": "^3.3.1",
135
- "powerlines": "^0.38.33"
135
+ "powerlines": "^0.38.34"
136
136
  },
137
137
  "devDependencies": {
138
138
  "@babel/core": "^7.29.0",
139
139
  "@types/node": "^22.19.8",
140
- "@types/react": "^19.2.10"
140
+ "@types/react": "^19.2.13"
141
141
  },
142
142
  "publishConfig": {
143
143
  "access": "public",
@@ -163,5 +163,5 @@
163
163
  }
164
164
  },
165
165
  "types": "./dist/index.d.cts",
166
- "gitHead": "93f7eadb6fb5670226a117c04e7e8b505554d76d"
166
+ "gitHead": "f9959bdb64b0b497c2504a844eeec7048b407066"
167
167
  }