@tanem/react-nprogress
Advanced tools
Comparing version 4.0.3 to 4.0.4
{ | ||
"name": "@tanem/react-nprogress", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "A React primitive for building slim progress bars.", | ||
@@ -88,8 +88,8 @@ "main": "dist/index.js", | ||
"@types/react-dom": "17.0.11", | ||
"@typescript-eslint/eslint-plugin": "5.9.1", | ||
"@typescript-eslint/parser": "5.9.1", | ||
"@typescript-eslint/eslint-plugin": "5.10.0", | ||
"@typescript-eslint/parser": "5.10.0", | ||
"babel-core": "6.26.3", | ||
"babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"cross-env": "7.0.3", | ||
"eslint": "8.6.0", | ||
"eslint": "8.7.0", | ||
"eslint-config-prettier": "8.3.0", | ||
@@ -107,3 +107,3 @@ "eslint-plugin-react": "7.28.0", | ||
"regenerator-runtime": "0.13.9", | ||
"rollup": "2.63.0", | ||
"rollup": "2.64.0", | ||
"rollup-plugin-babel": "4.4.0", | ||
@@ -118,6 +118,6 @@ "rollup-plugin-commonjs": "10.1.0", | ||
"shx": "0.3.4", | ||
"tanem-scripts": "6.0.36", | ||
"ts-jest": "27.1.2", | ||
"tanem-scripts": "6.0.37", | ||
"ts-jest": "27.1.3", | ||
"typescript": "4.5.4" | ||
} | ||
} |
170135