Skip to content

Commit e0033ce

Browse files
committed
chore: update npm libs
1 parent 3c90c5b commit e0033ce

File tree

2 files changed

+268
-172
lines changed

2 files changed

+268
-172
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -43,46 +43,46 @@
4343
],
4444
"dependencies": {
4545
"aws-iot-device-sdk": "^2.2.6",
46-
"axios": "^0.19.2",
46+
"axios": "^0.20.0",
4747
"core-js": "^3.6.5",
4848
"fingerprintjs2": "^2.1.2",
4949
"lodash": "^4.17.20",
5050
"qs": "^6.9.4"
5151
},
5252
"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",
5555
"@babel/node": "^7.10.5",
5656
"@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",
5959
"@babel/preset-typescript": "^7.10.4",
60-
"@babel/register": "^7.10.5",
60+
"@babel/register": "^7.11.5",
6161
"@babel/runtime": "^7.11.2",
6262
"@types/aws-iot-device-sdk": "^2.2.2",
6363
"@types/fingerprintjs2": "^2.0.0",
64-
"@types/lodash": "^4.14.159",
64+
"@types/lodash": "^4.14.161",
6565
"@types/qs": "^6.9.4",
6666
"@typescript-eslint/eslint-plugin": "^3.9.1",
6767
"@typescript-eslint/parser": "^3.9.1",
6868
"babel-eslint": "^10.1.0",
6969
"babel-loader": "^8.1.0",
7070
"babel-plugin-transform-class-properties": "^6.24.1",
71-
"copy-webpack-plugin": "^6.0.3",
71+
"copy-webpack-plugin": "^6.1.0",
7272
"cross-env": "^7.0.2",
73-
"eslint": "^7.7.0",
73+
"eslint": "^7.8.1",
7474
"eslint-config-airbnb-base": "^14.2.0",
7575
"eslint-config-prettier": "^6.11.0",
7676
"eslint-loader": "^4.0.2",
7777
"eslint-plugin-babel": "^5.3.1",
7878
"eslint-plugin-import": "^2.22.0",
7979
"eslint-plugin-prettier": "^3.1.4",
8080
"husky": "^4.2.5",
81-
"lint-staged": "^10.2.11",
81+
"lint-staged": "^10.3.0",
8282
"lodash-webpack-plugin": "^0.11.5",
83-
"prettier": "^2.0.5",
83+
"prettier": "^2.1.1",
8484
"terser-webpack-plugin": "^4.1.0",
85-
"typedoc": "^0.18.0",
85+
"typedoc": "^0.19.1",
8686
"typescript": "^3.9.7",
8787
"webpack": "^4.44.1",
8888
"webpack-bundle-analyzer": "^3.8.0",

0 commit comments

Comments
 (0)