@modernpoacher/cogs 1.0.194 → 1.0.196
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/eslint.config.mjs +2 -4
- package/package.json +22 -22
package/eslint.config.mjs
CHANGED
|
@@ -185,8 +185,7 @@ export default [
|
|
|
185
185
|
languageOptions: {
|
|
186
186
|
parser: typescriptParser,
|
|
187
187
|
parserOptions: {
|
|
188
|
-
projectService: true
|
|
189
|
-
project: 'tsconfig.json'
|
|
188
|
+
projectService: true
|
|
190
189
|
},
|
|
191
190
|
globals: {
|
|
192
191
|
...globals.node,
|
|
@@ -202,8 +201,7 @@ export default [
|
|
|
202
201
|
languageOptions: {
|
|
203
202
|
parser: typescriptParser,
|
|
204
203
|
parserOptions: {
|
|
205
|
-
projectService: true
|
|
206
|
-
project: 'tsconfig.json'
|
|
204
|
+
projectService: true
|
|
207
205
|
},
|
|
208
206
|
globals: {
|
|
209
207
|
...globals.browser,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@modernpoacher/cogs",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.196",
|
|
4
4
|
"description": "Cogs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Cogs",
|
|
@@ -57,12 +57,12 @@
|
|
|
57
57
|
"@babel/preset-react": "^7.28.5",
|
|
58
58
|
"@babel/register": "^7.28.3",
|
|
59
59
|
"@modernpoacher/design-system": "2.0.17",
|
|
60
|
-
"@sequencemedia/eslint-config-standard": "^0.2.
|
|
61
|
-
"@sequencemedia/eslint-config-typescript": "^0.1.
|
|
62
|
-
"@storybook/addon-docs": "^10.
|
|
63
|
-
"@storybook/addon-links": "^10.
|
|
64
|
-
"@storybook/addon-webpack5-compiler-babel": "^
|
|
65
|
-
"@storybook/react-webpack5": "^10.
|
|
60
|
+
"@sequencemedia/eslint-config-standard": "^0.2.107",
|
|
61
|
+
"@sequencemedia/eslint-config-typescript": "^0.1.182",
|
|
62
|
+
"@storybook/addon-docs": "^10.1.2",
|
|
63
|
+
"@storybook/addon-links": "^10.1.2",
|
|
64
|
+
"@storybook/addon-webpack5-compiler-babel": "^4.0.0",
|
|
65
|
+
"@storybook/react-webpack5": "^10.1.2",
|
|
66
66
|
"@testing-library/jest-dom": "^6.9.1",
|
|
67
67
|
"@testing-library/react": "^16.3.0",
|
|
68
68
|
"@types/babel__register": "^7.17.3",
|
|
@@ -71,17 +71,17 @@
|
|
|
71
71
|
"@types/jest": "^30.0.0",
|
|
72
72
|
"@types/mocha": "^10.0.10",
|
|
73
73
|
"@types/prop-types": "^15.7.15",
|
|
74
|
-
"@types/react": "^19.2.
|
|
75
|
-
"@types/react-dom": "^19.2.
|
|
76
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
77
|
-
"@typescript-eslint/parser": "^8.
|
|
78
|
-
"autoprefixer": "^10.4.
|
|
79
|
-
"chai": "^6.2.
|
|
80
|
-
"core-js": "^3.
|
|
74
|
+
"@types/react": "^19.2.7",
|
|
75
|
+
"@types/react-dom": "^19.2.3",
|
|
76
|
+
"@typescript-eslint/eslint-plugin": "^8.48.0",
|
|
77
|
+
"@typescript-eslint/parser": "^8.48.0",
|
|
78
|
+
"autoprefixer": "^10.4.22",
|
|
79
|
+
"chai": "^6.2.1",
|
|
80
|
+
"core-js": "^3.47.0",
|
|
81
81
|
"cross-env": "^10.1.0",
|
|
82
82
|
"eslint": "9.38.0",
|
|
83
83
|
"eslint-plugin-react": "^7.37.5",
|
|
84
|
-
"eslint-plugin-storybook": "^10.
|
|
84
|
+
"eslint-plugin-storybook": "^10.1.2",
|
|
85
85
|
"globals": "^16.5.0",
|
|
86
86
|
"husky": "^9.1.7",
|
|
87
87
|
"jest": "^30.2.0",
|
|
@@ -95,20 +95,20 @@
|
|
|
95
95
|
"postcss-import": "^16.1.1",
|
|
96
96
|
"postcss-loader": "^8.2.0",
|
|
97
97
|
"postcss-map": "^0.11.0",
|
|
98
|
-
"prettier": "^3.
|
|
98
|
+
"prettier": "^3.7.3",
|
|
99
99
|
"prop-types": "^15.8.1",
|
|
100
100
|
"react": "^19.2.0",
|
|
101
|
-
"react-component-instance": "^0.0.
|
|
102
|
-
"react-component-snapshot": "^0.0.
|
|
101
|
+
"react-component-instance": "^0.0.126",
|
|
102
|
+
"react-component-snapshot": "^0.0.167",
|
|
103
103
|
"react-dom": "^19.2.0",
|
|
104
104
|
"remove-files-webpack-plugin": "^1.5.0",
|
|
105
|
-
"sass": "^1.
|
|
105
|
+
"sass": "^1.94.2",
|
|
106
106
|
"sass-loader": "^16.0.6",
|
|
107
|
-
"storybook": "^10.
|
|
108
|
-
"stylelint": "^16.
|
|
107
|
+
"storybook": "^10.1.2",
|
|
108
|
+
"stylelint": "^16.26.1",
|
|
109
109
|
"stylelint-config-recommended-scss": "^16.0.2",
|
|
110
110
|
"stylelint-scss": "^6.12.1",
|
|
111
|
-
"webpack": "^5.
|
|
111
|
+
"webpack": "^5.103.0",
|
|
112
112
|
"webpack-cli": "^6.0.1"
|
|
113
113
|
},
|
|
114
114
|
"overrides": {
|