@tanem/react-nprogress 5.0.54 → 5.0.55
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 +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -192,20 +192,20 @@ const Enhanced = withNProgress(Inner)
|
|
|
192
192
|
$ npm install @tanem/react-nprogress
|
|
193
193
|
```
|
|
194
194
|
|
|
195
|
-
|
|
195
|
+
UMD builds are also available for use with pre-React 19 via [unpkg](https://unpkg.com/):
|
|
196
196
|
|
|
197
197
|
- https://unpkg.com/@tanem/react-nprogress/dist/react-nprogress.umd.development.js
|
|
198
198
|
- https://unpkg.com/@tanem/react-nprogress/dist/react-nprogress.umd.production.js
|
|
199
199
|
|
|
200
200
|
For the non-minified development version, make sure you have already included:
|
|
201
201
|
|
|
202
|
-
- [`React`](https://unpkg.com/react/umd/react.development.js)
|
|
203
|
-
- [`ReactDOM`](https://unpkg.com/react-dom/umd/react-dom.development.js)
|
|
202
|
+
- [`React`](https://unpkg.com/react@18/umd/react.development.js)
|
|
203
|
+
- [`ReactDOM`](https://unpkg.com/react-dom@18/umd/react-dom.development.js)
|
|
204
204
|
|
|
205
205
|
For the minified production version, make sure you have already included:
|
|
206
206
|
|
|
207
|
-
- [`React`](https://unpkg.com/react/umd/react.production.min.js)
|
|
208
|
-
- [`ReactDOM`](https://unpkg.com/react-dom/umd/react-dom.production.min.js)
|
|
207
|
+
- [`React`](https://unpkg.com/react@18/umd/react.production.min.js)
|
|
208
|
+
- [`ReactDOM`](https://unpkg.com/react-dom@18/umd/react-dom.production.min.js)
|
|
209
209
|
|
|
210
210
|
## License
|
|
211
211
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanem/react-nprogress",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.55",
|
|
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",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@types/hoist-non-react-statics": "3.3.6",
|
|
88
88
|
"@types/jest": "29.5.14",
|
|
89
89
|
"@types/mock-raf": "1.0.6",
|
|
90
|
-
"@types/node": "22.10.
|
|
90
|
+
"@types/node": "22.10.10",
|
|
91
91
|
"@types/react": "19.0.8",
|
|
92
92
|
"@types/react-dom": "19.0.3",
|
|
93
93
|
"@typescript-eslint/eslint-plugin": "8.21.0",
|