@canonical/react-ds-app-launchpad 0.7.1-experimental.0 → 0.9.0-experimental.2
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 +8 -14
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@canonical/react-ds-app-launchpad",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.9.0-experimental.2",
|
4
4
|
"type": "module",
|
5
5
|
"module": "dist/esm/index.js",
|
6
6
|
"types": "dist/types/index.d.ts",
|
@@ -28,8 +28,8 @@
|
|
28
28
|
"build:package:tsc": "tsc -p tsconfig.build.json",
|
29
29
|
"check": "bun run check:biome && bun run check:ts",
|
30
30
|
"check:fix": "bun run check:biome:fix && bun run check:ts",
|
31
|
-
"check:biome": "biome check
|
32
|
-
"check:biome:fix": "biome check --write
|
31
|
+
"check:biome": "biome check",
|
32
|
+
"check:biome:fix": "biome check --write",
|
33
33
|
"check:ts": "tsc --noEmit",
|
34
34
|
"storybook": "storybook dev -p 6006 --no-open --host 0.0.0.0",
|
35
35
|
"test": "bun run test:vitest",
|
@@ -38,24 +38,18 @@
|
|
38
38
|
"test:vitest:watch": "vitest"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
|
-
"@canonical/storybook-
|
42
|
-
"@canonical/styles": "^0.
|
41
|
+
"@canonical/storybook-config": "^0.9.0-experimental.2",
|
42
|
+
"@canonical/styles": "^0.9.0-experimental.2",
|
43
43
|
"react": "^19.0.0",
|
44
44
|
"react-dom": "^19.0.0"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
47
|
"@biomejs/biome": "^1.9.4",
|
48
|
-
"@canonical/biome-config": "^0.
|
49
|
-
"@canonical/typescript-config-react": "^0.
|
48
|
+
"@canonical/biome-config": "^0.9.0-experimental.2",
|
49
|
+
"@canonical/typescript-config-react": "^0.9.0-experimental.2",
|
50
50
|
"@chromatic-com/storybook": "^3.2.2",
|
51
|
-
"@storybook/addon-essentials": "^8.4.7",
|
52
|
-
"@storybook/addon-interactions": "^8.4.7",
|
53
|
-
"@storybook/addon-links": "^8.4.7",
|
54
|
-
"@storybook/addon-onboarding": "^8.4.7",
|
55
|
-
"@storybook/addon-themes": "^8.4.7",
|
56
51
|
"@storybook/blocks": "^8.4.7",
|
57
52
|
"@storybook/react": "^8.4.7",
|
58
|
-
"@storybook/react-vite": "^8.4.7",
|
59
53
|
"@storybook/test": "^8.4.7",
|
60
54
|
"@testing-library/jest-dom": "^6.6.3",
|
61
55
|
"@testing-library/react": "^16.1.0",
|
@@ -72,5 +66,5 @@
|
|
72
66
|
"vite-tsconfig-paths": "^5.1.4",
|
73
67
|
"vitest": "^2.1.8"
|
74
68
|
},
|
75
|
-
"gitHead": "
|
69
|
+
"gitHead": "3b4b3637d6c340d1363bc89e973dadea8881f625"
|
76
70
|
}
|