@tanem/react-nprogress
Advanced tools
Comparing version 5.0.8 to 5.0.9
import _objectWithoutPropertiesLoose from '@babel/runtime/helpers/objectWithoutPropertiesLoose'; | ||
import _extends from '@babel/runtime/helpers/extends'; | ||
import * as React from 'react'; | ||
import { useEffect, useCallback, useRef, useState } from 'react'; | ||
import { useEffect, useRef, useCallback, useState } from 'react'; | ||
import hoistNonReactStatics from 'hoist-non-react-statics'; | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "@tanem/react-nprogress", | ||
"version": "5.0.8", | ||
"version": "5.0.9", | ||
"description": "A React primitive for building slim progress bars.", | ||
@@ -69,9 +69,9 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@babel/runtime": "^7.18.6", | ||
"@babel/runtime": "^7.18.9", | ||
"hoist-non-react-statics": "^3.3.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.18.6", | ||
"@babel/plugin-transform-runtime": "7.18.6", | ||
"@babel/preset-env": "7.18.6", | ||
"@babel/core": "7.18.9", | ||
"@babel/plugin-transform-runtime": "7.18.9", | ||
"@babel/preset-env": "7.18.9", | ||
"@babel/preset-react": "7.18.6", | ||
@@ -85,10 +85,10 @@ "@babel/preset-typescript": "7.18.6", | ||
"@types/hoist-non-react-statics": "3.3.1", | ||
"@types/jest": "28.1.4", | ||
"@types/jest": "28.1.6", | ||
"@types/mock-raf": "1.0.3", | ||
"@types/react": "18.0.15", | ||
"@types/react-dom": "18.0.6", | ||
"@typescript-eslint/eslint-plugin": "5.30.6", | ||
"@typescript-eslint/parser": "5.30.6", | ||
"@typescript-eslint/eslint-plugin": "5.31.0", | ||
"@typescript-eslint/parser": "5.31.0", | ||
"babel-core": "6.26.3", | ||
"eslint": "8.19.0", | ||
"eslint": "8.20.0", | ||
"eslint-config-prettier": "8.5.0", | ||
@@ -98,4 +98,4 @@ "eslint-plugin-react": "7.30.1", | ||
"eslint-plugin-simple-import-sort": "7.0.0", | ||
"jest": "28.1.2", | ||
"jest-environment-jsdom": "28.1.2", | ||
"jest": "28.1.3", | ||
"jest-environment-jsdom": "28.1.3", | ||
"mock-raf": "1.0.1", | ||
@@ -108,10 +108,10 @@ "npm-run-all": "4.1.5", | ||
"regenerator-runtime": "0.13.9", | ||
"rollup": "2.76.0", | ||
"rollup": "2.77.0", | ||
"rollup-plugin-sourcemaps": "0.6.3", | ||
"rollup-plugin-terser": "7.0.2", | ||
"shx": "0.3.4", | ||
"tanem-scripts": "6.0.53", | ||
"ts-jest": "28.0.5", | ||
"tanem-scripts": "6.0.54", | ||
"ts-jest": "28.0.7", | ||
"typescript": "4.7.4" | ||
} | ||
} |
Updated@babel/runtime@^7.18.9