@veeqo/ui 0.0.15 → 0.0.16

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veeqo/ui",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "New optimised component library for Veeqo.",
5
5
  "author": "Robert Wealthall",
6
6
  "license": "UNLICENSED",
@@ -12,20 +12,23 @@
12
12
  "dist"
13
13
  ],
14
14
  "scripts": {
15
- "test": "jest",
16
- "test:watch": "jest --watch",
17
15
  "storybook": "storybook dev -p 6006",
18
- "build-storybook": "storybook build",
16
+ "storybook:build": "storybook build --quiet -c .storybook -o ./public",
17
+ "playroom:start": "playroom start",
18
+ "playroom:build": "playroom build",
19
19
  "rimraf": "./node_modules/rimraf/bin.js",
20
20
  "build": "rimraf dist && rollup -c",
21
+ "test": "jest",
22
+ "test:watch": "jest --watch",
23
+ "posttest": "npm run lint",
21
24
  "lint": "eslint --quiet src/* --ext .ts,.tsx",
22
25
  "lint:fix": "eslint --quiet src/* --ext .ts,.tsx --fix",
26
+ "emit-declarations": "tsc --declaration --emitDeclarationOnly && tsc-alias -p tsconfig.json",
27
+ "prepublishOnly": "npm run test && npm run build && npm run emit-declarations",
23
28
  "patch": "npm version patch && npm run changelog:update",
24
29
  "minor": "npm version minor && npm run changelog:update",
25
30
  "major": "npm version major && npm run changelog:update",
26
- "changelog:update": "auto-changelog -p && git add CHANGELOG.md",
27
- "posttest": "npm run lint",
28
- "prepublishOnly": "npm run test && npm run build"
31
+ "changelog:update": "auto-changelog -p && git commit CHANGELOG.md && git commit -m \"Update CHANGELOG\" && git push"
29
32
  },
30
33
  "auto-changelog": {
31
34
  "issueUrl": "https://sim.amazon.com/issues/{id}",
@@ -38,14 +41,15 @@
38
41
  "@rollup/plugin-node-resolve": "^15.2.1",
39
42
  "@rollup/plugin-terser": "^0.4.3",
40
43
  "@rollup/plugin-typescript": "^11.1.3",
41
- "@storybook/addon-essentials": "^7.4.1",
42
- "@storybook/addon-interactions": "^7.4.1",
43
- "@storybook/addon-links": "^7.4.1",
44
+ "@storybook/addon-essentials": "^7.4.5",
45
+ "@storybook/addon-interactions": "^7.4.5",
46
+ "@storybook/addon-links": "^7.4.5",
47
+ "@storybook/addon-mdx-gfm": "^7.4.5",
44
48
  "@storybook/addon-onboarding": "^1.0.8",
45
- "@storybook/blocks": "^7.4.1",
46
- "@storybook/react": "^7.4.1",
47
- "@storybook/react-vite": "^7.4.1",
48
- "@storybook/testing-library": "^0.2.0",
49
+ "@storybook/blocks": "^7.4.5",
50
+ "@storybook/react": "^7.4.5",
51
+ "@storybook/react-vite": "^7.4.5",
52
+ "@storybook/testing-library": "^0.2.2",
49
53
  "@testing-library/jest-dom": "~5.16.5",
50
54
  "@testing-library/react": "~11.2.7",
51
55
  "@testing-library/user-event": "~13.1.9",
@@ -69,6 +73,7 @@
69
73
  "eslint-plugin-prettier": "^5.0.0",
70
74
  "eslint-plugin-react": "^7.32.2",
71
75
  "eslint-plugin-react-hooks": "^4.6.0",
76
+ "eslint-plugin-storybook": "^0.6.14",
72
77
  "framer-motion": "^6.5.1",
73
78
  "jest": "~29.0.3",
74
79
  "jest-axe": "~6.0.0",
@@ -76,6 +81,7 @@
76
81
  "jest-environment-jsdom": "~29.0.3",
77
82
  "jest-styled-components": "~7.1.1",
78
83
  "lodash.throttle": "^4.1.1",
84
+ "playroom": "^0.31.0",
79
85
  "prettier": "^3.0.3",
80
86
  "react": "^16.12.0",
81
87
  "react-dom": "^16.12.0",
@@ -88,9 +94,12 @@
88
94
  "rollup": "^3.29.2",
89
95
  "rollup-plugin-dts": "^6.0.2",
90
96
  "rollup-plugin-peer-deps-external": "^2.2.4",
91
- "storybook": "^7.4.1",
97
+ "storybook": "^7.4.5",
98
+ "storybook-addon-playroom": "^4.0.0",
99
+ "style-loader": "^2.0.0",
92
100
  "styled-components": "^5.1.1",
93
101
  "ts-jest": "^29.1.1",
102
+ "tsc-alias": "^1.8.8",
94
103
  "typescript": "^5.2.2"
95
104
  },
96
105
  "peerDependencies": {