react-router-pagination 3.3.183 → 3.3.184
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 +13 -13
package/eslint.config.mjs
CHANGED
|
@@ -201,8 +201,7 @@ export default [
|
|
|
201
201
|
parser: typescriptParser,
|
|
202
202
|
parserOptions: {
|
|
203
203
|
...reactParserOptions,
|
|
204
|
-
projectService: true
|
|
205
|
-
project: 'tsconfig.json'
|
|
204
|
+
projectService: true
|
|
206
205
|
},
|
|
207
206
|
globals: {
|
|
208
207
|
...globals.browser,
|
|
@@ -238,8 +237,7 @@ export default [
|
|
|
238
237
|
parser: typescriptParser,
|
|
239
238
|
parserOptions: {
|
|
240
239
|
...reactParserOptions,
|
|
241
|
-
projectService: true
|
|
242
|
-
project: 'tsconfig.json'
|
|
240
|
+
projectService: true
|
|
243
241
|
},
|
|
244
242
|
globals: {
|
|
245
243
|
...globals.browser,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-router-pagination",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.184",
|
|
4
4
|
"description": "A React Router Pagination component",
|
|
5
5
|
"main": "./src/index.mjs",
|
|
6
6
|
"type": "module",
|
|
@@ -39,38 +39,38 @@
|
|
|
39
39
|
"@babel/preset-typescript": "^7.28.5",
|
|
40
40
|
"@babel/register": "^7.28.3",
|
|
41
41
|
"@chromatic-com/storybook": "^4.1.2",
|
|
42
|
-
"@sequencemedia/eslint-config-standard": "^0.2.
|
|
43
|
-
"@sequencemedia/eslint-config-typescript": "^0.1.
|
|
44
|
-
"@storybook/addon-docs": "^10.0.
|
|
45
|
-
"@storybook/addon-links": "^10.0.
|
|
46
|
-
"@storybook/addon-webpack5-compiler-babel": "^
|
|
47
|
-
"@storybook/react-webpack5": "^10.0.
|
|
42
|
+
"@sequencemedia/eslint-config-standard": "^0.2.104",
|
|
43
|
+
"@sequencemedia/eslint-config-typescript": "^0.1.179",
|
|
44
|
+
"@storybook/addon-docs": "^10.0.7",
|
|
45
|
+
"@storybook/addon-links": "^10.0.7",
|
|
46
|
+
"@storybook/addon-webpack5-compiler-babel": "^4.0.0",
|
|
47
|
+
"@storybook/react-webpack5": "^10.0.7",
|
|
48
48
|
"@testing-library/jest-dom": "^6.9.1",
|
|
49
49
|
"@testing-library/react": "^16.3.0",
|
|
50
50
|
"@types/babel__register": "^7.17.3",
|
|
51
51
|
"@types/debug": "^4.1.12",
|
|
52
52
|
"@types/jest": "^30.0.0",
|
|
53
53
|
"@types/prop-types": "^15.7.15",
|
|
54
|
-
"@types/react": "^19.2.
|
|
54
|
+
"@types/react": "^19.2.3",
|
|
55
55
|
"@types/react-dom": "^19.2.2",
|
|
56
56
|
"@types/react-router": "^5.1.20",
|
|
57
|
-
"@typescript-eslint/eslint-plugin": "^8.46.
|
|
58
|
-
"@typescript-eslint/parser": "^8.46.
|
|
57
|
+
"@typescript-eslint/eslint-plugin": "^8.46.4",
|
|
58
|
+
"@typescript-eslint/parser": "^8.46.4",
|
|
59
59
|
"core-js": "^3.46.0",
|
|
60
60
|
"cross-env": "^10.1.0",
|
|
61
61
|
"eslint": "9.38.0",
|
|
62
62
|
"eslint-plugin-react": "^7.37.5",
|
|
63
|
-
"eslint-plugin-storybook": "^10.0.
|
|
63
|
+
"eslint-plugin-storybook": "^10.0.7",
|
|
64
64
|
"globals": "^16.5.0",
|
|
65
65
|
"husky": "^9.1.7",
|
|
66
66
|
"jest": "^30.2.0",
|
|
67
67
|
"jest-environment-jsdom": "^30.2.0",
|
|
68
68
|
"prop-types": "^15.8.1",
|
|
69
69
|
"react": "^19.2.0",
|
|
70
|
-
"react-component-snapshot": "^0.0.
|
|
70
|
+
"react-component-snapshot": "^0.0.166",
|
|
71
71
|
"react-dom": "^19.2.0",
|
|
72
72
|
"react-router": "^7.9.5",
|
|
73
|
-
"storybook": "^10.0.
|
|
73
|
+
"storybook": "^10.0.7"
|
|
74
74
|
},
|
|
75
75
|
"overrides": {
|
|
76
76
|
"storybook": "$storybook"
|