@tanem/react-nprogress
Advanced tools
Comparing version 4.0.8 to 4.0.9
{ | ||
"name": "@tanem/react-nprogress", | ||
"version": "4.0.8", | ||
"version": "4.0.9", | ||
"description": "A React primitive for building slim progress bars.", | ||
@@ -74,3 +74,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@babel/core": "7.17.2", | ||
"@babel/core": "7.17.5", | ||
"@babel/plugin-proposal-class-properties": "7.16.7", | ||
@@ -81,18 +81,18 @@ "@babel/plugin-transform-runtime": "7.17.0", | ||
"@babel/preset-typescript": "7.16.7", | ||
"@testing-library/react": "12.1.2", | ||
"@testing-library/react": "12.1.3", | ||
"@testing-library/react-hooks": "7.0.2", | ||
"@types/hoist-non-react-statics": "3.3.1", | ||
"@types/jest": "27.4.0", | ||
"@types/jest": "27.4.1", | ||
"@types/mock-raf": "1.0.3", | ||
"@types/prop-types": "15.7.4", | ||
"@types/react": "17.0.39", | ||
"@types/react-dom": "17.0.11", | ||
"@typescript-eslint/eslint-plugin": "5.12.0", | ||
"@typescript-eslint/parser": "5.12.0", | ||
"@types/react-dom": "17.0.13", | ||
"@typescript-eslint/eslint-plugin": "5.13.0", | ||
"@typescript-eslint/parser": "5.13.0", | ||
"babel-core": "6.26.3", | ||
"babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"cross-env": "7.0.3", | ||
"eslint": "8.9.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-plugin-react": "7.28.0", | ||
"eslint": "8.10.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-react": "7.29.3", | ||
"eslint-plugin-react-hooks": "4.3.0", | ||
@@ -108,3 +108,3 @@ "eslint-plugin-simple-import-sort": "7.0.0", | ||
"regenerator-runtime": "0.13.9", | ||
"rollup": "2.67.2", | ||
"rollup": "2.68.0", | ||
"rollup-plugin-babel": "4.4.0", | ||
@@ -119,6 +119,6 @@ "rollup-plugin-commonjs": "10.1.0", | ||
"shx": "0.3.4", | ||
"tanem-scripts": "6.0.41", | ||
"tanem-scripts": "6.0.42", | ||
"ts-jest": "27.1.3", | ||
"typescript": "4.5.5" | ||
"typescript": "4.6.2" | ||
} | ||
} |
@@ -104,3 +104,4 @@ # react-nprogress | ||
- 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) | ||
- 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) | ||
- 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) | ||
- 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) | ||
- 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) | ||
@@ -107,0 +108,0 @@ - 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) |
170357
214