@newhighsco/chipset 7.0.1 → 7.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.
- package/package.json +24 -35
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": "7.0.
|
|
4
|
+
"version": "7.0.2",
|
|
5
5
|
"author": "New High Score",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"repository": {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"bugs": {
|
|
13
13
|
"url": "https://github.com/newhighsco/chipset/issues"
|
|
14
14
|
},
|
|
15
|
-
"packageManager": "yarn@4.
|
|
15
|
+
"packageManager": "yarn@4.15.0",
|
|
16
16
|
"main": "src/index.js",
|
|
17
17
|
"files": [
|
|
18
18
|
"src",
|
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
"test": "jest --runInBand",
|
|
30
30
|
"test:list": "jest --listTests",
|
|
31
31
|
"snapshot": "chromatic --storybook-build-dir build --auto-accept-changes main --exit-once-uploaded --only-changed",
|
|
32
|
-
"analyze": "omlet analyze",
|
|
33
32
|
"lint": "concurrently 'yarn:lint:*'",
|
|
34
33
|
"lint:js": "eslint --cache .",
|
|
35
34
|
"lint:css": "stylelint --cache --ignore-path .gitignore '**/*.?(s)css'",
|
|
@@ -38,55 +37,53 @@
|
|
|
38
37
|
"format:css": "yarn lint:css --fix"
|
|
39
38
|
},
|
|
40
39
|
"dependencies": {
|
|
41
|
-
"@dr.pogodin/react-themes": "1.10.
|
|
40
|
+
"@dr.pogodin/react-themes": "1.10.4",
|
|
42
41
|
"@iconify/react": "6.0.2",
|
|
43
42
|
"classnames": "2.5.1",
|
|
44
43
|
"react-device-detect": "2.2.3"
|
|
45
44
|
},
|
|
46
45
|
"devDependencies": {
|
|
47
46
|
"@babel/core": "7.29.0",
|
|
48
|
-
"@babel/preset-env": "7.29.
|
|
47
|
+
"@babel/preset-env": "7.29.5",
|
|
49
48
|
"@babel/preset-react": "7.28.5",
|
|
50
|
-
"@commitlint/cli": "
|
|
49
|
+
"@commitlint/cli": "21.0.1",
|
|
51
50
|
"@newhighsco/browserslist-config": "2.0.0",
|
|
52
|
-
"@newhighsco/commitlint-config": "1.1.
|
|
51
|
+
"@newhighsco/commitlint-config": "1.1.56",
|
|
53
52
|
"@newhighsco/editor-config": "1.2.0",
|
|
54
|
-
"@newhighsco/eslint-config": "7.
|
|
55
|
-
"@newhighsco/postcss-config": "4.0.
|
|
53
|
+
"@newhighsco/eslint-config": "7.1.1",
|
|
54
|
+
"@newhighsco/postcss-config": "4.0.52",
|
|
56
55
|
"@newhighsco/prettier-config": "2.3.5",
|
|
57
|
-
"@newhighsco/release-config": "1.4.
|
|
58
|
-
"@newhighsco/storybook-preset": "10.2.
|
|
59
|
-
"@newhighsco/stylelint-config": "4.0.
|
|
56
|
+
"@newhighsco/release-config": "1.4.28",
|
|
57
|
+
"@newhighsco/storybook-preset": "10.2.46",
|
|
58
|
+
"@newhighsco/stylelint-config": "4.0.43",
|
|
60
59
|
"@newhighsco/svgr-config": "1.0.0",
|
|
61
|
-
"@newhighsco/yarn-plugin-preset": "1.1.
|
|
62
|
-
"@
|
|
63
|
-
"@storybook/react-webpack5": "10.3.5",
|
|
60
|
+
"@newhighsco/yarn-plugin-preset": "1.1.4",
|
|
61
|
+
"@storybook/react-webpack5": "10.4.1",
|
|
64
62
|
"@testing-library/dom": "10.4.1",
|
|
65
63
|
"@testing-library/jest-dom": "6.9.1",
|
|
66
64
|
"@testing-library/react": "16.3.2",
|
|
67
65
|
"babel-loader": "10.1.1",
|
|
68
|
-
"chromatic": "
|
|
66
|
+
"chromatic": "17.0.0",
|
|
69
67
|
"concurrently": "9.2.1",
|
|
70
|
-
"eslint": "10.
|
|
68
|
+
"eslint": "10.4.0",
|
|
71
69
|
"husky": "9.1.7",
|
|
72
70
|
"identity-obj-proxy": "3.0.0",
|
|
73
|
-
"jest": "30.
|
|
74
|
-
"jest-environment-jsdom": "30.
|
|
71
|
+
"jest": "30.4.2",
|
|
72
|
+
"jest-environment-jsdom": "30.4.1",
|
|
75
73
|
"jest-junit": "17.0.0",
|
|
76
|
-
"postcss": "8.5.12",
|
|
77
74
|
"prettier": "3.8.3",
|
|
78
|
-
"react": "19.2.
|
|
79
|
-
"react-dom": "19.2.
|
|
75
|
+
"react": "19.2.6",
|
|
76
|
+
"react-dom": "19.2.6",
|
|
80
77
|
"sass-true": "10.1.0",
|
|
81
78
|
"semantic-release": "25.0.3",
|
|
82
|
-
"storybook": "10.
|
|
83
|
-
"stylelint": "17.
|
|
79
|
+
"storybook": "10.4.1",
|
|
80
|
+
"stylelint": "17.12.0",
|
|
84
81
|
"typescript": "6.0.3",
|
|
85
|
-
"webpack": "5.
|
|
82
|
+
"webpack": "5.107.1"
|
|
86
83
|
},
|
|
87
84
|
"peerDependencies": {
|
|
88
|
-
"react": "19.2.
|
|
89
|
-
"react-dom": "19.2.
|
|
85
|
+
"react": "19.2.6",
|
|
86
|
+
"react-dom": "19.2.6"
|
|
90
87
|
},
|
|
91
88
|
"browserslist": [
|
|
92
89
|
"extends @newhighsco/browserslist-config"
|
|
@@ -96,14 +93,6 @@
|
|
|
96
93
|
"@newhighsco"
|
|
97
94
|
]
|
|
98
95
|
},
|
|
99
|
-
"omlet": {
|
|
100
|
-
"exports": {
|
|
101
|
-
".": "src/index.js"
|
|
102
|
-
},
|
|
103
|
-
"ignore": [
|
|
104
|
-
"example/**"
|
|
105
|
-
]
|
|
106
|
-
},
|
|
107
96
|
"prettier": "@newhighsco/prettier-config",
|
|
108
97
|
"release": {
|
|
109
98
|
"extends": "@newhighsco/release-config"
|