react-router-pagination 2.2.371 → 2.2.373
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/.gitattributes +21 -0
- package/package.json +8 -10
package/.gitattributes
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Default behavior
|
|
2
|
+
* text=auto
|
|
3
|
+
|
|
4
|
+
# LF line endings
|
|
5
|
+
*.json text eol=lf
|
|
6
|
+
*.mjs text eol=lf
|
|
7
|
+
*.cjs text eol=lf
|
|
8
|
+
*.mts text eol=lf
|
|
9
|
+
*.tsx text eol=lf
|
|
10
|
+
*.js text eol=lf
|
|
11
|
+
*.ts text eol=lf
|
|
12
|
+
*.sh text eol=lf
|
|
13
|
+
.editorconfig text eol=lf
|
|
14
|
+
.eslintignore text eol=lf
|
|
15
|
+
.eslintrc text eol=lf
|
|
16
|
+
.gitattributes text eol=lf
|
|
17
|
+
.gitignore text eol=lf
|
|
18
|
+
.npmignore text eol=lf
|
|
19
|
+
.npmrc text eol=lf
|
|
20
|
+
.nvmrc text eol=lf
|
|
21
|
+
.husky/* text eol=lf
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-router-pagination",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.373",
|
|
4
4
|
"description": "A React Router Pagination component",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"author": {
|
|
@@ -27,8 +27,6 @@
|
|
|
27
27
|
"lint": "eslint .",
|
|
28
28
|
"lint:fix": "npm run lint -- --fix",
|
|
29
29
|
"test": "cross-env NODE_ENV=test jest --verbose --run-in-band",
|
|
30
|
-
"gulp": "gulp --color",
|
|
31
|
-
"pre-commit": "npm run lint && npm run test && npm run build && git add lib && npm run gulp -- pre-commit",
|
|
32
30
|
"prepare": "husky install"
|
|
33
31
|
},
|
|
34
32
|
"devDependencies": {
|
|
@@ -44,21 +42,22 @@
|
|
|
44
42
|
"@babel/preset-react": "^7.18.6",
|
|
45
43
|
"@babel/preset-typescript": "^7.21.4",
|
|
46
44
|
"@babel/register": "^7.21.0",
|
|
47
|
-
"@
|
|
45
|
+
"@sequencemedia/hooks": "^1.0.394",
|
|
46
|
+
"@types/enzyme": "^3.10.13",
|
|
48
47
|
"@types/enzyme-adapter-react-16": "^1.0.6",
|
|
49
|
-
"@types/jest": "^29.5.
|
|
50
|
-
"@types/react": "^18.0.
|
|
48
|
+
"@types/jest": "^29.5.1",
|
|
49
|
+
"@types/react": "^18.0.38",
|
|
51
50
|
"@types/react-router": "^5.1.20",
|
|
52
51
|
"@types/react-router-dom": "^5.3.3",
|
|
53
52
|
"@types/react-test-renderer": "^18.0.0",
|
|
54
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
55
|
-
"@typescript-eslint/parser": "^5.
|
|
53
|
+
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
|
54
|
+
"@typescript-eslint/parser": "^5.59.0",
|
|
56
55
|
"babel-plugin-module-resolver": "^5.0.0",
|
|
57
56
|
"core-js": "^3.30.1",
|
|
58
57
|
"cross-env": "^7.0.3",
|
|
59
58
|
"enzyme": "^3.11.0",
|
|
60
59
|
"enzyme-adapter-react-16": "^1.15.7",
|
|
61
|
-
"eslint": "^8.
|
|
60
|
+
"eslint": "^8.39.0",
|
|
62
61
|
"eslint-config-standard": "^17.0.0",
|
|
63
62
|
"eslint-config-standard-with-typescript": "^34.0.1",
|
|
64
63
|
"eslint-import-resolver-babel-module": "^5.3.2",
|
|
@@ -66,7 +65,6 @@
|
|
|
66
65
|
"eslint-plugin-node": "^11.1.0",
|
|
67
66
|
"eslint-plugin-promise": "^6.1.1",
|
|
68
67
|
"eslint-plugin-react": "^7.32.2",
|
|
69
|
-
"gulp": "^4.0.2",
|
|
70
68
|
"husky": "^8.0.3",
|
|
71
69
|
"jest": "^29.5.0",
|
|
72
70
|
"prop-types": "15.7.2",
|