@newhighsco/chipset 6.15.1 → 6.15.3
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 +29 -31
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newhighsco/chipset",
|
|
3
3
|
"description": "Shareable, theme-able component library by New High Score",
|
|
4
|
-
"version": "6.15.
|
|
4
|
+
"version": "6.15.3",
|
|
5
5
|
"author": "New High Score <hello@newhighsco.re>",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"config": {
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"scripts": {
|
|
28
28
|
"prepare": "is-ci || husky install",
|
|
29
29
|
"start": "storybook dev --port 49928 --docs",
|
|
30
|
-
"build": "storybook build --output-dir build --docs --quiet",
|
|
30
|
+
"build": "storybook build --output-dir build --docs --quiet --webpack-stats-json",
|
|
31
31
|
"pretest": "yarn lint",
|
|
32
32
|
"test": "npm-run-all --parallel test:*",
|
|
33
33
|
"test:js": "jest --maxWorkers=2 --coverage",
|
|
34
34
|
"tdd": "yarn test:js --watch",
|
|
35
|
-
"snapshot": "chromatic --storybook-build-dir build --auto-accept-changes main --exit-once-uploaded",
|
|
35
|
+
"snapshot": "chromatic --storybook-build-dir build --auto-accept-changes main --exit-once-uploaded --only-changed",
|
|
36
36
|
"lint": "npm-run-all --parallel lint:*",
|
|
37
37
|
"lint:js": "eslint --cache --ignore-path .gitignore .",
|
|
38
38
|
"lint:css": "stylelint --cache --ignore-path .gitignore '**/*.?(s)css'",
|
|
@@ -41,47 +41,48 @@
|
|
|
41
41
|
"format:css": "yarn lint:css --fix"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@dr.pogodin/react-themes": "1.
|
|
44
|
+
"@dr.pogodin/react-themes": "1.5.1",
|
|
45
45
|
"classnames": "2.3.2",
|
|
46
46
|
"react-device-detect": "2.2.3"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@babel/core": "7.
|
|
50
|
-
"@babel/preset-env": "7.
|
|
51
|
-
"@babel/preset-react": "7.22.
|
|
52
|
-
"@commitlint/cli": "
|
|
49
|
+
"@babel/core": "7.23.2",
|
|
50
|
+
"@babel/preset-env": "7.23.2",
|
|
51
|
+
"@babel/preset-react": "7.22.15",
|
|
52
|
+
"@commitlint/cli": "18.0.0",
|
|
53
53
|
"@fullhuman/postcss-purgecss": "5.0.0",
|
|
54
54
|
"@newhighsco/browserslist-config": "1.1.0",
|
|
55
|
-
"@newhighsco/commitlint-config": "1.1.
|
|
55
|
+
"@newhighsco/commitlint-config": "1.1.23",
|
|
56
56
|
"@newhighsco/editor-config": "1.2.0",
|
|
57
|
-
"@newhighsco/eslint-config": "4.0.
|
|
58
|
-
"@newhighsco/postcss-config": "3.5.
|
|
59
|
-
"@newhighsco/prettier-config": "2.1.
|
|
60
|
-
"@newhighsco/release-config": "1.3.
|
|
61
|
-
"@newhighsco/storybook-preset": "
|
|
62
|
-
"@newhighsco/stylelint-config": "3.1.
|
|
63
|
-
"@storybook/react-webpack5": "7.
|
|
64
|
-
"@testing-library/jest-dom": "6.
|
|
57
|
+
"@newhighsco/eslint-config": "4.0.88",
|
|
58
|
+
"@newhighsco/postcss-config": "3.5.173",
|
|
59
|
+
"@newhighsco/prettier-config": "2.1.15",
|
|
60
|
+
"@newhighsco/release-config": "1.3.41",
|
|
61
|
+
"@newhighsco/storybook-preset": "6.3.8",
|
|
62
|
+
"@newhighsco/stylelint-config": "3.1.60",
|
|
63
|
+
"@storybook/react-webpack5": "7.5.1",
|
|
64
|
+
"@testing-library/jest-dom": "6.1.4",
|
|
65
65
|
"@testing-library/react": "14.0.0",
|
|
66
66
|
"babel-loader": "9.1.3",
|
|
67
|
-
"chromatic": "
|
|
68
|
-
"eslint": "8.
|
|
67
|
+
"chromatic": "7.4.0",
|
|
68
|
+
"eslint": "8.52.0",
|
|
69
69
|
"husky": "8.0.3",
|
|
70
70
|
"identity-obj-proxy": "3.0.0",
|
|
71
71
|
"is-ci": "3.0.1",
|
|
72
|
-
"jest": "29.
|
|
73
|
-
"jest-environment-jsdom": "29.
|
|
72
|
+
"jest": "29.7.0",
|
|
73
|
+
"jest-environment-jsdom": "29.7.0",
|
|
74
74
|
"jest-environment-node-single-context": "29.1.0",
|
|
75
|
+
"jest-junit": "16.0.0",
|
|
75
76
|
"npm-run-all": "4.1.5",
|
|
76
|
-
"postcss": "8.4.
|
|
77
|
-
"prettier": "3.0.
|
|
77
|
+
"postcss": "8.4.31",
|
|
78
|
+
"prettier": "3.0.3",
|
|
78
79
|
"react": "18.2.0",
|
|
79
80
|
"react-dom": "18.2.0",
|
|
80
81
|
"sass-true": "7.0.0",
|
|
81
|
-
"semantic-release": "
|
|
82
|
-
"storybook": "7.
|
|
83
|
-
"stylelint": "15.
|
|
84
|
-
"webpack": "5.
|
|
82
|
+
"semantic-release": "22.0.5",
|
|
83
|
+
"storybook": "7.5.1",
|
|
84
|
+
"stylelint": "15.11.0",
|
|
85
|
+
"webpack": "5.89.0"
|
|
85
86
|
},
|
|
86
87
|
"peerDependencies": {
|
|
87
88
|
"react": "18.2.0",
|
|
@@ -109,10 +110,7 @@
|
|
|
109
110
|
},
|
|
110
111
|
"renovate": {
|
|
111
112
|
"extends": [
|
|
112
|
-
"
|
|
113
|
-
],
|
|
114
|
-
"baseBranches": [
|
|
115
|
-
"main"
|
|
113
|
+
"local>newhighsco/.github:renovate-config"
|
|
116
114
|
]
|
|
117
115
|
},
|
|
118
116
|
"stylelint": {
|