react-router-pagination 3.3.183 → 3.3.185

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.
Files changed (2) hide show
  1. package/eslint.config.mjs +2 -4
  2. package/package.json +17 -17
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.183",
3
+ "version": "3.3.185",
4
4
  "description": "A React Router Pagination component",
5
5
  "main": "./src/index.mjs",
6
6
  "type": "module",
@@ -38,39 +38,39 @@
38
38
  "@babel/preset-react": "^7.28.5",
39
39
  "@babel/preset-typescript": "^7.28.5",
40
40
  "@babel/register": "^7.28.3",
41
- "@chromatic-com/storybook": "^4.1.2",
42
- "@sequencemedia/eslint-config-standard": "^0.2.103",
43
- "@sequencemedia/eslint-config-typescript": "^0.1.176",
44
- "@storybook/addon-docs": "^10.0.6",
45
- "@storybook/addon-links": "^10.0.6",
46
- "@storybook/addon-webpack5-compiler-babel": "^3.0.6",
47
- "@storybook/react-webpack5": "^10.0.6",
41
+ "@chromatic-com/storybook": "^4.1.3",
42
+ "@sequencemedia/eslint-config-standard": "^0.2.107",
43
+ "@sequencemedia/eslint-config-typescript": "^0.1.182",
44
+ "@storybook/addon-docs": "^10.1.2",
45
+ "@storybook/addon-links": "^10.1.2",
46
+ "@storybook/addon-webpack5-compiler-babel": "^4.0.0",
47
+ "@storybook/react-webpack5": "^10.1.2",
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.2",
55
- "@types/react-dom": "^19.2.2",
54
+ "@types/react": "^19.2.7",
55
+ "@types/react-dom": "^19.2.3",
56
56
  "@types/react-router": "^5.1.20",
57
- "@typescript-eslint/eslint-plugin": "^8.46.3",
58
- "@typescript-eslint/parser": "^8.46.3",
59
- "core-js": "^3.46.0",
57
+ "@typescript-eslint/eslint-plugin": "^8.48.0",
58
+ "@typescript-eslint/parser": "^8.48.0",
59
+ "core-js": "^3.47.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.6",
63
+ "eslint-plugin-storybook": "^10.1.2",
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.165",
70
+ "react-component-snapshot": "^0.0.166",
71
71
  "react-dom": "^19.2.0",
72
- "react-router": "^7.9.5",
73
- "storybook": "^10.0.6"
72
+ "react-router": "^7.9.6",
73
+ "storybook": "^10.1.2"
74
74
  },
75
75
  "overrides": {
76
76
  "storybook": "$storybook"