@tanem/react-nprogress 4.0.8 → 4.0.9
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/README.md +2 -1
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -101,7 +101,8 @@ render(<Enhanced isAnimating />, document.getElementById('root'))
|
|
|
101
101
|
- Original Design: [Source](https://github.com/tanem/react-nprogress/tree/master/examples/original-design) | [Sandbox](https://codesandbox.io/s/github/tanem/react-nprogress/tree/master/examples/original-design)
|
|
102
102
|
- Plain JS: [Source](https://github.com/tanem/react-nprogress/tree/master/examples/plain-js) | [Sandbox](https://codesandbox.io/s/github/tanem/react-nprogress/tree/master/examples/plain-js)
|
|
103
103
|
- Reach Router: [Source](https://github.com/tanem/react-nprogress/tree/master/examples/reach-router) | [Sandbox](https://codesandbox.io/s/github/tanem/react-nprogress/tree/master/examples/reach-router)
|
|
104
|
-
- React Router: [Source](https://github.com/tanem/react-nprogress/tree/master/examples/react-router) | [Sandbox](https://codesandbox.io/s/github/tanem/react-nprogress/tree/master/examples/react-router)
|
|
104
|
+
- React Router V5: [Source](https://github.com/tanem/react-nprogress/tree/master/examples/react-router-v5) | [Sandbox](https://codesandbox.io/s/github/tanem/react-nprogress/tree/master/examples/react-router-v5)
|
|
105
|
+
- React Router V6: [Source](https://github.com/tanem/react-nprogress/tree/master/examples/react-router-v6) | [Sandbox](https://codesandbox.io/s/github/tanem/react-nprogress/tree/master/examples/react-router-v6)
|
|
105
106
|
- Render Props: [Source](https://github.com/tanem/react-nprogress/tree/master/examples/render-props) | [Sandbox](https://codesandbox.io/s/github/tanem/react-nprogress/tree/master/examples/render-props)
|
|
106
107
|
- UMD Build (Development): [Source](https://github.com/tanem/react-nprogress/tree/master/examples/umd-dev) | [Sandbox](https://codesandbox.io/s/github/tanem/react-nprogress/tree/master/examples/umd-dev)
|
|
107
108
|
- UMD Build (Production): [Source](https://github.com/tanem/react-nprogress/tree/master/examples/umd-prod) | [Sandbox](https://codesandbox.io/s/github/tanem/react-nprogress/tree/master/examples/umd-prod)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanem/react-nprogress",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.9",
|
|
4
4
|
"description": "A React primitive for building slim progress bars.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/react-nprogress.esm.js",
|
|
@@ -71,28 +71,28 @@
|
|
|
71
71
|
"prop-types": "^15.8.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@babel/core": "7.17.
|
|
74
|
+
"@babel/core": "7.17.5",
|
|
75
75
|
"@babel/plugin-proposal-class-properties": "7.16.7",
|
|
76
76
|
"@babel/plugin-transform-runtime": "7.17.0",
|
|
77
77
|
"@babel/preset-env": "7.16.11",
|
|
78
78
|
"@babel/preset-react": "7.16.7",
|
|
79
79
|
"@babel/preset-typescript": "7.16.7",
|
|
80
|
-
"@testing-library/react": "12.1.
|
|
80
|
+
"@testing-library/react": "12.1.3",
|
|
81
81
|
"@testing-library/react-hooks": "7.0.2",
|
|
82
82
|
"@types/hoist-non-react-statics": "3.3.1",
|
|
83
|
-
"@types/jest": "27.4.
|
|
83
|
+
"@types/jest": "27.4.1",
|
|
84
84
|
"@types/mock-raf": "1.0.3",
|
|
85
85
|
"@types/prop-types": "15.7.4",
|
|
86
86
|
"@types/react": "17.0.39",
|
|
87
|
-
"@types/react-dom": "17.0.
|
|
88
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
89
|
-
"@typescript-eslint/parser": "5.
|
|
87
|
+
"@types/react-dom": "17.0.13",
|
|
88
|
+
"@typescript-eslint/eslint-plugin": "5.13.0",
|
|
89
|
+
"@typescript-eslint/parser": "5.13.0",
|
|
90
90
|
"babel-core": "6.26.3",
|
|
91
91
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
92
92
|
"cross-env": "7.0.3",
|
|
93
|
-
"eslint": "8.
|
|
94
|
-
"eslint-config-prettier": "8.
|
|
95
|
-
"eslint-plugin-react": "7.
|
|
93
|
+
"eslint": "8.10.0",
|
|
94
|
+
"eslint-config-prettier": "8.5.0",
|
|
95
|
+
"eslint-plugin-react": "7.29.3",
|
|
96
96
|
"eslint-plugin-react-hooks": "4.3.0",
|
|
97
97
|
"eslint-plugin-simple-import-sort": "7.0.0",
|
|
98
98
|
"jest": "27.5.1",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"react-dom": "17.0.2",
|
|
104
104
|
"react-test-renderer": "17.0.2",
|
|
105
105
|
"regenerator-runtime": "0.13.9",
|
|
106
|
-
"rollup": "2.
|
|
106
|
+
"rollup": "2.68.0",
|
|
107
107
|
"rollup-plugin-babel": "4.4.0",
|
|
108
108
|
"rollup-plugin-commonjs": "10.1.0",
|
|
109
109
|
"rollup-plugin-filesize": "9.1.2",
|
|
@@ -113,8 +113,8 @@
|
|
|
113
113
|
"rollup-plugin-sourcemaps": "0.6.3",
|
|
114
114
|
"rollup-plugin-terser": "7.0.2",
|
|
115
115
|
"shx": "0.3.4",
|
|
116
|
-
"tanem-scripts": "6.0.
|
|
116
|
+
"tanem-scripts": "6.0.42",
|
|
117
117
|
"ts-jest": "27.1.3",
|
|
118
|
-
"typescript": "4.
|
|
118
|
+
"typescript": "4.6.2"
|
|
119
119
|
}
|
|
120
120
|
}
|