@ukhomeoffice/cop-react-form-renderer 8.0.2-alpha → 8.0.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.
Files changed (1) hide show
  1. package/package.json +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ukhomeoffice/cop-react-form-renderer",
3
- "version": "8.0.2-alpha",
3
+ "version": "8.0.2",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc -b && vite build",
@@ -11,12 +11,14 @@
11
11
  "preview": "vite preview",
12
12
  "storybook": "storybook dev -p 6006",
13
13
  "build-storybook": "storybook build",
14
+ "deploy-storybook": "storybook-to-ghpages -e storybook-static --source-branch main",
14
15
  "lib:clean": "rimraf dist",
15
16
  "lib:transpile": "npm run lib:clean && cross-env NODE_ENV=production vite build --config vite.lib.config.ts",
16
17
  "lib:transpile-with-maps": "npm run lib:clean && cross-env NODE_ENV=production SOURCE_MAPS=inline vite build --config vite.lib.config.ts",
17
18
  "lib:yalc-publish": "npm run lib:transpile-with-maps && yalc publish --push --force"
18
19
  },
19
20
  "dependencies": {
21
+ "@storybook/storybook-deployer": "2.8.16",
20
22
  "@testing-library/dom": "10.4.1",
21
23
  "@types/trusted-types": "2.0.7",
22
24
  "@ukhomeoffice/cop-react-components": "6.0.2",