|
43 | 43 | ],
|
44 | 44 | "dependencies": {
|
45 | 45 | "aws-iot-device-sdk": "^2.2.6",
|
46 |
| - "axios": "^0.19.2", |
| 46 | + "axios": "^0.20.0", |
47 | 47 | "core-js": "^3.6.5",
|
48 | 48 | "fingerprintjs2": "^2.1.2",
|
49 | 49 | "lodash": "^4.17.20",
|
50 | 50 | "qs": "^6.9.4"
|
51 | 51 | },
|
52 | 52 | "devDependencies": {
|
53 |
| - "@babel/cli": "^7.10.5", |
54 |
| - "@babel/core": "^7.11.1", |
| 53 | + "@babel/cli": "^7.11.6", |
| 54 | + "@babel/core": "^7.11.6", |
55 | 55 | "@babel/node": "^7.10.5",
|
56 | 56 | "@babel/plugin-proposal-class-properties": "^7.10.4",
|
57 |
| - "@babel/plugin-transform-runtime": "^7.11.0", |
58 |
| - "@babel/preset-env": "^7.11.0", |
| 57 | + "@babel/plugin-transform-runtime": "^7.11.5", |
| 58 | + "@babel/preset-env": "^7.11.5", |
59 | 59 | "@babel/preset-typescript": "^7.10.4",
|
60 |
| - "@babel/register": "^7.10.5", |
| 60 | + "@babel/register": "^7.11.5", |
61 | 61 | "@babel/runtime": "^7.11.2",
|
62 | 62 | "@types/aws-iot-device-sdk": "^2.2.2",
|
63 | 63 | "@types/fingerprintjs2": "^2.0.0",
|
64 |
| - "@types/lodash": "^4.14.159", |
| 64 | + "@types/lodash": "^4.14.161", |
65 | 65 | "@types/qs": "^6.9.4",
|
66 | 66 | "@typescript-eslint/eslint-plugin": "^3.9.1",
|
67 | 67 | "@typescript-eslint/parser": "^3.9.1",
|
68 | 68 | "babel-eslint": "^10.1.0",
|
69 | 69 | "babel-loader": "^8.1.0",
|
70 | 70 | "babel-plugin-transform-class-properties": "^6.24.1",
|
71 |
| - "copy-webpack-plugin": "^6.0.3", |
| 71 | + "copy-webpack-plugin": "^6.1.0", |
72 | 72 | "cross-env": "^7.0.2",
|
73 |
| - "eslint": "^7.7.0", |
| 73 | + "eslint": "^7.8.1", |
74 | 74 | "eslint-config-airbnb-base": "^14.2.0",
|
75 | 75 | "eslint-config-prettier": "^6.11.0",
|
76 | 76 | "eslint-loader": "^4.0.2",
|
77 | 77 | "eslint-plugin-babel": "^5.3.1",
|
78 | 78 | "eslint-plugin-import": "^2.22.0",
|
79 | 79 | "eslint-plugin-prettier": "^3.1.4",
|
80 | 80 | "husky": "^4.2.5",
|
81 |
| - "lint-staged": "^10.2.11", |
| 81 | + "lint-staged": "^10.3.0", |
82 | 82 | "lodash-webpack-plugin": "^0.11.5",
|
83 |
| - "prettier": "^2.0.5", |
| 83 | + "prettier": "^2.1.1", |
84 | 84 | "terser-webpack-plugin": "^4.1.0",
|
85 |
| - "typedoc": "^0.18.0", |
| 85 | + "typedoc": "^0.19.1", |
86 | 86 | "typescript": "^3.9.7",
|
87 | 87 | "webpack": "^4.44.1",
|
88 | 88 | "webpack-bundle-analyzer": "^3.8.0",
|
|
0 commit comments