bloc-react
Advanced tools
Comparing version 0.1.20 to 0.1.21
{ | ||
"name": "bloc-react", | ||
"version": "0.1.20", | ||
"version": "0.1.21", | ||
"license": "MIT", | ||
@@ -27,6 +27,6 @@ "main": "dist/bloc-react.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.15.8", | ||
"@babel/preset-env": "^7.15.8", | ||
"@babel/preset-react": "^7.14.5", | ||
"@babel/preset-typescript": "^7.15.0", | ||
"@babel/core": "^7.16.0", | ||
"@babel/preset-env": "^7.16.4", | ||
"@babel/preset-react": "^7.16.0", | ||
"@babel/preset-typescript": "^7.16.0", | ||
"@material-ui/core": "^4.12.3", | ||
@@ -36,26 +36,26 @@ "@material-ui/icons": "^4.11.2", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-node-resolve": "^13.0.5", | ||
"@rollup/plugin-node-resolve": "^13.0.6", | ||
"@testing-library/react": "^12.1.2", | ||
"@testing-library/react-hooks": "^7.0.2", | ||
"@types/chrome": "^0.0.158", | ||
"@types/enzyme": "^3.10.9", | ||
"@types/chrome": "^0.0.168", | ||
"@types/enzyme": "^3.10.10", | ||
"@types/jest": "^26.0.23", | ||
"@types/material-ui": "^0.21.9", | ||
"@types/react": "^17.0.27", | ||
"@types/react-dom": "^17.0.9", | ||
"@types/react-router-dom": "^5.3.1", | ||
"@typescript-eslint/eslint-plugin": "^4.33.0", | ||
"@typescript-eslint/parser": "^4.33.0", | ||
"@types/material-ui": "^0.21.12", | ||
"@types/react": "^17.0.37", | ||
"@types/react-dom": "^17.0.11", | ||
"@types/react-router-dom": "^5.3.2", | ||
"@typescript-eslint/eslint-plugin": "^5.5.0", | ||
"@typescript-eslint/parser": "^5.5.0", | ||
"@vitejs/plugin-react-refresh": "^1.3.6", | ||
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3", | ||
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5", | ||
"codecov": "^3.8.3", | ||
"enzyme": "^3.11.0", | ||
"esbuild": "^0.13.4", | ||
"eslint": "^7.32.0", | ||
"esbuild": "^0.14.2", | ||
"eslint": "^8.4.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-config-standard": "^16.0.3", | ||
"eslint-plugin-import": "^2.24.2", | ||
"eslint-plugin-import": "^2.25.3", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^5.1.0", | ||
"eslint-plugin-react": "^7.26.1", | ||
"eslint-plugin-promise": "^5.2.0", | ||
"eslint-plugin-react": "^7.27.1", | ||
"ext-messenger": "^3.0.2", | ||
@@ -66,11 +66,11 @@ "install": "^0.13.0", | ||
"jest-mock-console": "^1.2.3", | ||
"prettier": "^2.4.1", | ||
"prettier": "^2.5.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-router-dom": "^5.3.0", | ||
"rollup": "^2.58.0", | ||
"rollup": "^2.60.2", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-dts": "^4.0.0", | ||
"rollup-plugin-esbuild": "^4.5.0", | ||
"rollup-plugin-dts": "^4.0.1", | ||
"rollup-plugin-esbuild": "^4.7.2", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
@@ -80,4 +80,4 @@ "rollup-plugin-peer-deps-external": "^2.2.4", | ||
"ts-jest": "^26.5.6", | ||
"typescript": "^4.4.3", | ||
"vite": "^2.6.4" | ||
"typescript": "^4.5.2", | ||
"vite": "^2.6.14" | ||
}, | ||
@@ -84,0 +84,0 @@ "jest": { |
109554