pcm-shared-components 0.0.108 → 0.0.112
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 +1 -1
- package/package.json +12 -5
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ Manually deploying is faster then committing the code as it doesn't need to crea
|
|
|
14
14
|
# Must build the Storybook dist folder before manually publishing
|
|
15
15
|
> npm run build
|
|
16
16
|
|
|
17
|
-
# Edit the package.json file and up
|
|
17
|
+
# Edit the package.json file and up the version.
|
|
18
18
|
> npm version patch --force
|
|
19
19
|
|
|
20
20
|
# Login if not already logged in
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pcm-shared-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.112",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"babel": {
|
|
@@ -31,12 +31,14 @@
|
|
|
31
31
|
"@babel/preset-env": "^7.16.11",
|
|
32
32
|
"@babel/preset-react": "^7.16.7",
|
|
33
33
|
"@rollup/plugin-babel": "^5.3.1",
|
|
34
|
-
"@storybook/addon-
|
|
34
|
+
"@storybook/addon-a11y": "^6.5.9",
|
|
35
|
+
"@storybook/addon-actions": "^6.5.9",
|
|
35
36
|
"@storybook/addon-console": "^1.2.3",
|
|
36
|
-
"@storybook/addon-
|
|
37
|
-
"@storybook/addon-
|
|
37
|
+
"@storybook/addon-docs": "^6.5.9",
|
|
38
|
+
"@storybook/addon-essentials": "^6.5.9",
|
|
39
|
+
"@storybook/addon-links": "^6.5.9",
|
|
38
40
|
"@storybook/addon-postcss": "^2.0.0",
|
|
39
|
-
"@storybook/react": "^6.
|
|
41
|
+
"@storybook/react": "^6.5.9",
|
|
40
42
|
"autoprefixer": "^10.4.0",
|
|
41
43
|
"babel-loader": "^8.2.3",
|
|
42
44
|
"cross-env": "^7.0.3",
|
|
@@ -45,6 +47,7 @@
|
|
|
45
47
|
"react": "^17.0.2",
|
|
46
48
|
"react-dom": "^17.0.2",
|
|
47
49
|
"sass": "^1.32.6",
|
|
50
|
+
"storybook-react-i18next": "^1.1.2",
|
|
48
51
|
"tailwindcss": "^3.0.1",
|
|
49
52
|
"tailwindcss-dir": "^4.0.0"
|
|
50
53
|
},
|
|
@@ -61,11 +64,15 @@
|
|
|
61
64
|
"axios": "^0.26.0",
|
|
62
65
|
"browser-image-compression": "^1.0.17",
|
|
63
66
|
"clsx": "^1.1.1",
|
|
67
|
+
"i18next": "^21.8.14",
|
|
68
|
+
"i18next-browser-languagedetector": "^6.1.4",
|
|
69
|
+
"i18next-http-backend": "^1.4.1",
|
|
64
70
|
"mobile-detect": "^1.4.5",
|
|
65
71
|
"moment": "^2.29.1",
|
|
66
72
|
"prismjs": "^1.27.0",
|
|
67
73
|
"react-canvas-draw": "^1.2.1",
|
|
68
74
|
"react-color": "^2.19.3",
|
|
75
|
+
"react-i18next": "^11.18.1",
|
|
69
76
|
"react-markdown": "^8.0.0",
|
|
70
77
|
"react-perfect-scrollbar": "^1.5.8",
|
|
71
78
|
"react-split-it": "^2.0.0",
|