@tanem/react-nprogress
Advanced tools
Comparing version 5.0.12 to 5.0.13
{ | ||
"name": "@tanem/react-nprogress", | ||
"version": "5.0.12", | ||
"version": "5.0.13", | ||
"description": "A React primitive for building slim progress bars.", | ||
@@ -69,9 +69,9 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@babel/runtime": "^7.18.9", | ||
"@babel/runtime": "^7.19.0", | ||
"hoist-non-react-statics": "^3.3.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.18.10", | ||
"@babel/core": "7.19.0", | ||
"@babel/plugin-transform-runtime": "7.18.10", | ||
"@babel/preset-env": "7.18.10", | ||
"@babel/preset-env": "7.19.0", | ||
"@babel/preset-react": "7.18.6", | ||
@@ -83,16 +83,16 @@ "@babel/preset-typescript": "7.18.6", | ||
"@rollup/plugin-replace": "4.0.0", | ||
"@testing-library/react": "13.3.0", | ||
"@testing-library/react": "13.4.0", | ||
"@types/hoist-non-react-statics": "3.3.1", | ||
"@types/jest": "28.1.7", | ||
"@types/jest": "28.1.8", | ||
"@types/mock-raf": "1.0.3", | ||
"@types/react": "18.0.17", | ||
"@types/react": "18.0.18", | ||
"@types/react-dom": "18.0.6", | ||
"@typescript-eslint/eslint-plugin": "5.33.1", | ||
"@typescript-eslint/parser": "5.33.1", | ||
"@typescript-eslint/eslint-plugin": "5.36.2", | ||
"@typescript-eslint/parser": "5.36.2", | ||
"babel-core": "6.26.3", | ||
"eslint": "8.22.0", | ||
"eslint": "8.23.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-react": "7.30.1", | ||
"eslint-plugin-react": "7.31.1", | ||
"eslint-plugin-react-hooks": "4.6.0", | ||
"eslint-plugin-simple-import-sort": "7.0.0", | ||
"eslint-plugin-simple-import-sort": "8.0.0", | ||
"jest": "28.1.3", | ||
@@ -107,10 +107,10 @@ "jest-environment-jsdom": "28.1.3", | ||
"regenerator-runtime": "0.13.9", | ||
"rollup": "2.78.1", | ||
"rollup": "2.79.0", | ||
"rollup-plugin-sourcemaps": "0.6.3", | ||
"rollup-plugin-terser": "7.0.2", | ||
"shx": "0.3.4", | ||
"tanem-scripts": "6.0.57", | ||
"tanem-scripts": "6.0.58", | ||
"ts-jest": "28.0.8", | ||
"typescript": "4.7.4" | ||
"typescript": "4.8.2" | ||
} | ||
} |
177147
Updated@babel/runtime@^7.19.0