@pantheon-systems/pds-toolkit-react 1.0.0-dev.5 → 1.0.0-dev.6
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/_dist/cjs/index.js +2 -2
- package/_dist/cjs/index.js.map +1 -1
- package/_dist/esm/index.js +4 -4
- package/_dist/esm/index.js.map +1 -1
- package/package.json +17 -12
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pantheon-systems/pds-toolkit-react",
|
|
3
3
|
"technology": "React",
|
|
4
|
-
"version": "1.0.0-dev.
|
|
4
|
+
"version": "1.0.0-dev.6",
|
|
5
5
|
"description": "PDS toolkit built using the React framework",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"prestorybook:build": "npm run build:css",
|
|
29
29
|
"storybook:build": "storybook build",
|
|
30
30
|
"develop": "concurrently --raw --kill-others \"npm run storybook\" \"npm run build:css:watch\"",
|
|
31
|
+
"eslint": "eslint src --ext .jsx --ext .js --cache",
|
|
31
32
|
"pretest": "npm run build:css",
|
|
32
33
|
"test": "playwright test",
|
|
33
34
|
"pretest:e2e": "npm run build:css",
|
|
@@ -58,21 +59,25 @@
|
|
|
58
59
|
"@rollup/plugin-babel": "^6.0.3",
|
|
59
60
|
"@rollup/plugin-commonjs": "^24.1.0",
|
|
60
61
|
"@rollup/plugin-node-resolve": "^15.0.2",
|
|
61
|
-
"@storybook/addon-a11y": "^7.0.
|
|
62
|
-
"@storybook/addon-essentials": "^7.0.
|
|
63
|
-
"@storybook/addon-interactions": "^7.0.
|
|
64
|
-
"@storybook/addon-links": "^7.0.
|
|
62
|
+
"@storybook/addon-a11y": "^7.0.12",
|
|
63
|
+
"@storybook/addon-essentials": "^7.0.12",
|
|
64
|
+
"@storybook/addon-interactions": "^7.0.12",
|
|
65
|
+
"@storybook/addon-links": "^7.0.12",
|
|
65
66
|
"@storybook/addon-postcss": "^2.0.0",
|
|
66
|
-
"@storybook/addon-styling": "^1.0.
|
|
67
|
-
"@storybook/blocks": "^7.0.
|
|
68
|
-
"@storybook/manager-api": "^7.0.
|
|
69
|
-
"@storybook/react": "^7.0.
|
|
70
|
-
"@storybook/react-webpack5": "^7.0.
|
|
67
|
+
"@storybook/addon-styling": "^1.0.8",
|
|
68
|
+
"@storybook/blocks": "^7.0.12",
|
|
69
|
+
"@storybook/manager-api": "^7.0.12",
|
|
70
|
+
"@storybook/react": "^7.0.12",
|
|
71
|
+
"@storybook/react-webpack5": "^7.0.12",
|
|
71
72
|
"@storybook/testing-library": "^0.1.0",
|
|
72
|
-
"@storybook/theming": "^7.0.
|
|
73
|
+
"@storybook/theming": "^7.0.12",
|
|
73
74
|
"axe-html-reporter": "^2.2.3",
|
|
74
75
|
"concurrently": "^8.0.1",
|
|
75
76
|
"cssnano": "^6.0.1",
|
|
77
|
+
"eslint": "^8.40.0",
|
|
78
|
+
"eslint-config-prettier": "^8.8.0",
|
|
79
|
+
"eslint-plugin-react": "^7.32.2",
|
|
80
|
+
"eslint-plugin-storybook": "^0.6.12",
|
|
76
81
|
"plop": "^3.1.2",
|
|
77
82
|
"postcss": "^8.4.23",
|
|
78
83
|
"postcss-cli": "^10.1.0",
|
|
@@ -87,7 +92,7 @@
|
|
|
87
92
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
88
93
|
"rollup-plugin-postcss": "^4.0.2",
|
|
89
94
|
"rollup-plugin-terser": "^7.0.2",
|
|
90
|
-
"storybook": "^7.0.
|
|
95
|
+
"storybook": "^7.0.12",
|
|
91
96
|
"storybook-dark-mode": "^3.0.0"
|
|
92
97
|
},
|
|
93
98
|
"peerDependencies": {
|