@superblocksteam/cli 1.9.1 → 1.9.3

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/README.md CHANGED
@@ -12,7 +12,7 @@ $ npm install -g @superblocksteam/cli
12
12
  $ superblocks COMMAND
13
13
  running command...
14
14
  $ superblocks (--version)
15
- @superblocksteam/cli/1.9.1 linux-x64 node-v20.18.1
15
+ @superblocksteam/cli/1.9.3 linux-x64 node-v20.18.2
16
16
  $ superblocks --help [COMMAND]
17
17
  USAGE
18
18
  $ superblocks COMMAND
@@ -24,7 +24,6 @@
24
24
  font: inherit;
25
25
  padding: 10px 24px;
26
26
  border-radius: 8px;
27
- color: black;
28
27
  }
29
28
 
30
29
  button {
@@ -7,7 +7,7 @@
7
7
  "lint:fix": "npx eslint . --fix"
8
8
  },
9
9
  "dependencies": {
10
- "@superblocksteam/custom-components": "1.9.1",
10
+ "@superblocksteam/custom-components": "1.9.3",
11
11
  "react": "^18",
12
12
  "react-dom": "^18"
13
13
  },
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.9.1",
2
+ "version": "1.9.3",
3
3
  "commands": {
4
4
  "commits": {
5
5
  "id": "commits",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/cli",
3
- "version": "1.9.1",
3
+ "version": "1.9.3",
4
4
  "description": "Official Superblocks CLI",
5
5
  "bin": {
6
6
  "superblocks": "bin/run"
@@ -18,11 +18,11 @@
18
18
  "@oclif/core": "^2.11.7",
19
19
  "@oclif/plugin-help": "^5.2.16",
20
20
  "@oclif/plugin-plugins": "^3.1.10",
21
- "@superblocksteam/css-plugin": "1.9.1",
22
- "@superblocksteam/react-shim": "1.9.1",
23
- "@superblocksteam/sdk": "1.9.1",
24
- "@superblocksteam/util": "1.9.1",
25
- "@superblocksteam/vite-custom-component-reload-plugin": "1.9.1",
21
+ "@superblocksteam/css-plugin": "1.9.3",
22
+ "@superblocksteam/react-shim": "1.9.3",
23
+ "@superblocksteam/sdk": "1.9.3",
24
+ "@superblocksteam/util": "1.9.3",
25
+ "@superblocksteam/vite-custom-component-reload-plugin": "1.9.3",
26
26
  "@vitejs/plugin-react": "^4.1.0",
27
27
  "colorette": "^2.0.19",
28
28
  "enquirer": "^2.3.6",