|
1 | 1 | { |
2 | 2 | "name": "web-scraper-chrome-extension", |
3 | | - "version": "0.3.618", |
| 3 | + "version": "0.3.619", |
4 | 4 | "description": "Web data extraction tool implemented as chrome extension", |
5 | 5 | "scripts": { |
6 | 6 | "lint": "eslint --ext .js src", |
|
32 | 32 | "renderjson": "^1.4.0", |
33 | 33 | "sugar": "^1.4.1", |
34 | 34 | "spark-md5": "^3.0.1", |
35 | | - "@babel/runtime": "^7.8.4", |
| 35 | + "@babel/runtime": "^7.10.5", |
36 | 36 | "webextension-polyfill": "^0.6.0" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@babel/core": "^7.1.2", |
40 | | - "@babel/plugin-proposal-optional-chaining": "^7.0.0", |
41 | | - "@babel/plugin-transform-runtime": "^7.8.3", |
42 | | - "@babel/preset-env": "^7.1.0", |
43 | | - "@babel/runtime-corejs3": "^7.4.0", |
44 | | - "archiver": "^3.0.0", |
45 | | - "babel-eslint": "^10.0.1", |
46 | | - "babel-loader": "^8.0.2", |
| 39 | + "@babel/core": "^7.10.5", |
| 40 | + "@babel/plugin-proposal-optional-chaining": "^7.10.4", |
| 41 | + "@babel/plugin-transform-runtime": "^7.10.5", |
| 42 | + "@babel/preset-env": "^7.10.4", |
| 43 | + "@babel/runtime-corejs3": "^7.10.5", |
| 44 | + "archiver": "^4.0.2", |
| 45 | + "babel-eslint": "^10.1.0", |
| 46 | + "babel-loader": "^8.1.0", |
47 | 47 | "copy-webpack-plugin": "^4.5.3", |
48 | | - "core-js": "^3.0.1", |
49 | | - "cross-env": "^5.2.0", |
50 | | - "css-loader": "^2.1.1", |
51 | | - "ejs": "^2.6.1", |
52 | | - "eslint": "^5.16.0", |
53 | | - "eslint-config-airbnb-base": "^13.0.0", |
| 48 | + "core-js": "^3.6.5", |
| 49 | + "cross-env": "^7.0.2", |
| 50 | + "css-loader": "^3.6.0", |
| 51 | + "ejs": "^3.1.3", |
| 52 | + "eslint": "^7.5.0", |
| 53 | + "eslint-config-airbnb-base": "^14.2.0", |
54 | 54 | "eslint-config-prettier": "^4.3.0", |
55 | 55 | "eslint-friendly-formatter": "^4.0.1", |
56 | | - "eslint-import-resolver-webpack": "^0.10.1", |
57 | | - "eslint-loader": "^2.1.2", |
58 | | - "eslint-plugin-import": "^2.20.2", |
| 56 | + "eslint-import-resolver-webpack": "^0.12.2", |
| 57 | + "eslint-loader": "^4.0.2", |
| 58 | + "eslint-plugin-import": "^2.22.0", |
59 | 59 | "eslint-plugin-json": "^2.1.1", |
60 | 60 | "eslint-plugin-node": "^11.1.0", |
61 | | - "eslint-plugin-prettier": "^3.1.3", |
| 61 | + "eslint-plugin-prettier": "^3.1.4", |
62 | 62 | "eslint-plugin-promise": "^4.2.1", |
63 | | - "eslint-plugin-simple-import-sort": "^5.0.2", |
| 63 | + "eslint-plugin-simple-import-sort": "^5.0.3", |
64 | 64 | "file-loader": "^1.1.11", |
65 | | - "husky": "^2.4.0", |
66 | | - "imports-loader": "^0.8.0", |
67 | | - "mini-css-extract-plugin": "^0.4.4", |
68 | | - "node-sass": "^4.9.3", |
69 | | - "prettier": "^2.0.4", |
70 | | - "pretty-quick": "^1.8.0", |
71 | | - "sass-loader": "^7.1.0", |
72 | | - "val-loader": "^2.1.0", |
73 | | - "web-ext": "^4.2.0", |
74 | | - "web-ext-types": "^2.1.0", |
75 | | - "webpack": "^4.20.2", |
76 | | - "webpack-cli": "^3.1.2", |
77 | | - "webpack-extension-reloader": "^1.1.0" |
| 65 | + "husky": "^4.2.5", |
| 66 | + "imports-loader": "^1.1.0", |
| 67 | + "mini-css-extract-plugin": "^0.9.0", |
| 68 | + "node-sass": "^4.14.1", |
| 69 | + "prettier": "^2.0.5", |
| 70 | + "pretty-quick": "^2.0.1", |
| 71 | + "sass-loader": "^9.0.2", |
| 72 | + "val-loader": "^2.1.1", |
| 73 | + "web-ext": "^4.3.0", |
| 74 | + "web-ext-types": "^3.2.1", |
| 75 | + "webpack": "^4.43.0", |
| 76 | + "webpack-cli": "^3.3.12", |
| 77 | + "webpack-extension-reloader": "^1.1.4" |
78 | 78 | } |
79 | 79 | } |
0 commit comments