|
1 | 1 | {
|
2 | 2 | "name": "vertical-tabs-chrome-extension",
|
3 |
| - "version": "1.8.0", |
| 3 | + "version": "1.9.0", |
4 | 4 | "description": "A chrome extension that presents your tabs vertically.",
|
5 | 5 | "license": "MIT",
|
6 | 6 | "repository": {
|
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 | 16 | "@hot-loader/react-dom": "^16.12.0",
|
17 |
| - "@material-ui/core": "^4.9.8", |
18 |
| - "@material-ui/lab": "^4.0.0-alpha.47", |
| 17 | + "@material-ui/core": "^4.11.0", |
| 18 | + "@material-ui/lab": "^4.0.0-alpha.56", |
| 19 | + "@types/chrome": "0.0.125", |
19 | 20 | "classnames": "^2.2.6",
|
20 | 21 | "clipboard-copy": "^3.1.0",
|
21 | 22 | "glamor": "^2.20.40",
|
22 |
| - "immutability-helper": "^3.0.1", |
23 |
| - "jquery": "^3.4.1", |
24 |
| - "lodash": "^4.17.15", |
| 23 | + "immutability-helper": "^3.1.1", |
| 24 | + "jquery": "^3.5.1", |
| 25 | + "lodash": "^4.17.20", |
25 | 26 | "prop-types": "^15.7.2",
|
26 |
| - "re-resizable": "^6.1.1", |
| 27 | + "re-resizable": "^6.7.0", |
27 | 28 | "react": "^16.12.0",
|
28 |
| - "react-contextmenu": "^2.13.0", |
29 |
| - "react-dnd": "^9.5.1", |
30 |
| - "react-dnd-html5-backend": "^9.5.1", |
| 29 | + "react-contextmenu": "^2.14.0", |
| 30 | + "react-dnd": "^11.1.3", |
| 31 | + "react-dnd-html5-backend": "^11.1.3", |
31 | 32 | "react-dom": "^16.12.0",
|
32 |
| - "react-hot-loader": "^4.12.20", |
| 33 | + "react-hot-loader": "^4.13.0", |
33 | 34 | "react-hover-observer": "^2.1.1",
|
34 |
| - "react-icons": "^3.9.0", |
35 |
| - "react-loader-spinner": "^3.1.5", |
| 35 | + "react-icons": "^3.11.0", |
| 36 | + "react-loader-spinner": "^3.1.14", |
36 | 37 | "react-media": "^1.10.0",
|
37 | 38 | "react-tiny-popover": "^4.0.0",
|
38 | 39 | "styled-components": "^4.4.1"
|
39 | 40 | },
|
40 | 41 | "devDependencies": {
|
41 |
| - "@babel/core": "^7.5.5", |
42 |
| - "@babel/plugin-proposal-class-properties": "^7.5.5", |
43 |
| - "@babel/preset-env": "^7.5.5", |
44 |
| - "@babel/preset-react": "^7.0.0", |
45 |
| - "babel-eslint": "^10.0.2", |
46 |
| - "babel-loader": "^8.0.6", |
47 |
| - "babel-preset-react-app": "^9.0.0", |
| 42 | + "@babel/core": "^7.12.3", |
| 43 | + "@babel/plugin-proposal-class-properties": "^7.12.1", |
| 44 | + "@babel/preset-env": "^7.12.1", |
| 45 | + "@babel/preset-react": "^7.12.1", |
| 46 | + "babel-eslint": "^10.1.0", |
| 47 | + "babel-loader": "^8.1.0", |
| 48 | + "babel-preset-react-app": "^10.0.0", |
48 | 49 | "clean-webpack-plugin": "^3.0.0",
|
49 |
| - "copy-webpack-plugin": "^5.0.5", |
50 |
| - "css-loader": "^3.2.0", |
51 |
| - "eslint": "^6.2.2", |
52 |
| - "eslint-config-prettier": "^6.1.0", |
53 |
| - "eslint-config-react-app": "^5.0.1", |
54 |
| - "eslint-plugin-flowtype": "^4.2.0", |
55 |
| - "eslint-plugin-import": "^2.18.2", |
56 |
| - "eslint-plugin-jsx-a11y": "^6.2.3", |
57 |
| - "eslint-plugin-react": "^7.14.3", |
58 |
| - "eslint-plugin-react-hooks": "^2.0.1", |
59 |
| - "file-loader": "^4.2.0", |
60 |
| - "fs-extra": "^8.1.0", |
61 |
| - "html-loader": "0.5.5", |
62 |
| - "html-webpack-plugin": "3.2.0", |
63 |
| - "husky": "^3.0.4", |
64 |
| - "lint-staged": "^9.2.0", |
65 |
| - "prettier": "1.18.2", |
| 50 | + "copy-webpack-plugin": "^6.2.1", |
| 51 | + "css-loader": "^5.0.0", |
| 52 | + "eslint": "^7.12.1", |
| 53 | + "eslint-config-prettier": "^6.14.0", |
| 54 | + "eslint-config-react-app": "^6.0.0", |
| 55 | + "eslint-plugin-flowtype": "^5.2.0", |
| 56 | + "eslint-plugin-import": "^2.22.1", |
| 57 | + "eslint-plugin-jsx-a11y": "^6.4.1", |
| 58 | + "eslint-plugin-react": "^7.21.5", |
| 59 | + "eslint-plugin-react-hooks": "^4.2.0", |
| 60 | + "file-loader": "^6.1.1", |
| 61 | + "fs-extra": "^9.0.1", |
| 62 | + "html-loader": "^1.3.2", |
| 63 | + "html-webpack-plugin": "^5.0.0-alpha.7", |
| 64 | + "husky": "^4.3.0", |
| 65 | + "lint-staged": "^10.5.0", |
| 66 | + "node-sass": "^4.14.1", |
| 67 | + "prettier": "^2.1.2", |
66 | 68 | "pretty-quick": "^1.11.1",
|
67 |
| - "style-loader": "^1.0.0", |
68 |
| - "webpack": "^4.42.1", |
69 |
| - "webpack-cli": "^3.3.11", |
70 |
| - "webpack-dev-server": "3.2.1", |
71 |
| - "write-file-webpack-plugin": "^4.5.1" |
| 69 | + "sass-loader": "^10.0.4", |
| 70 | + "style-loader": "^2.0.0", |
| 71 | + "terser-webpack-plugin": "^5.0.2", |
| 72 | + "webpack": "^5.3.0", |
| 73 | + "webpack-cli": "^4.1.0", |
| 74 | + "webpack-dev-server": "^3.11.0" |
72 | 75 | },
|
73 | 76 | "husky": {
|
74 | 77 | "hooks": {
|
|
0 commit comments