@tanem/react-nprogress
Advanced tools
Comparing version 4.0.4 to 4.0.5
{ | ||
"name": "@tanem/react-nprogress", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"description": "A React primitive for building slim progress bars.", | ||
@@ -74,6 +74,6 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@babel/core": "7.16.7", | ||
"@babel/core": "7.16.12", | ||
"@babel/plugin-proposal-class-properties": "7.16.7", | ||
"@babel/plugin-transform-runtime": "7.16.8", | ||
"@babel/preset-env": "7.16.8", | ||
"@babel/plugin-transform-runtime": "7.16.10", | ||
"@babel/preset-env": "7.16.11", | ||
"@babel/preset-react": "7.16.7", | ||
@@ -89,4 +89,4 @@ "@babel/preset-typescript": "7.16.7", | ||
"@types/react-dom": "17.0.11", | ||
"@typescript-eslint/eslint-plugin": "5.10.0", | ||
"@typescript-eslint/parser": "5.10.0", | ||
"@typescript-eslint/eslint-plugin": "5.10.1", | ||
"@typescript-eslint/parser": "5.10.1", | ||
"babel-core": "6.26.3", | ||
@@ -108,3 +108,3 @@ "babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"regenerator-runtime": "0.13.9", | ||
"rollup": "2.64.0", | ||
"rollup": "2.66.1", | ||
"rollup-plugin-babel": "4.4.0", | ||
@@ -119,6 +119,6 @@ "rollup-plugin-commonjs": "10.1.0", | ||
"shx": "0.3.4", | ||
"tanem-scripts": "6.0.37", | ||
"tanem-scripts": "6.0.38", | ||
"ts-jest": "27.1.3", | ||
"typescript": "4.5.4" | ||
"typescript": "4.5.5" | ||
} | ||
} |
170138