Skip to content

Commit ccd38ae

Browse files
committed
Update deps
1 parent f3c1883 commit ccd38ae

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
dist
33
yarn.lock
4+
package-lock.json

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,28 +51,28 @@
5151
"cross-spawn": "~7.0.3",
5252
"glob": "~7.1.6",
5353
"jsonrpc-lite": "~2.1.1",
54-
"querystringify": "*",
5554
"os-tmpdir": "*",
55+
"querystringify": "*",
5656
"request": "~2.88.2",
5757
"semver": "~7.3.2",
5858
"tar": "~6.0.5",
5959
"tcp-port-used": "~1.0.1",
6060
"tmp": "~0.2.1",
61-
"ws": "~7.3.1"
61+
"ws": "~7.4.0"
6262
},
6363
"devDependencies": {
6464
"@babel/core": "~7.12.3",
6565
"@babel/plugin-proposal-class-properties": "~7.12.1",
6666
"@babel/plugin-transform-classes": "~7.12.1",
6767
"@types/node": "~12",
6868
"babel-eslint": "~10.1.0",
69-
"babel-loader": "~8.1.0",
69+
"babel-loader": "~8.2.1",
7070
"babel-preset-env": "~1.7.0",
71-
"eslint": "~7.12.1",
71+
"eslint": "~7.13.0",
7272
"eslint-import-resolver-webpack": "~0.13.0",
7373
"eslint-plugin-import": "~2.22.1",
7474
"prettier": "~2.1.2",
75-
"webpack": "~5.3.2",
76-
"webpack-cli": "~4.1.0"
75+
"webpack": "~5.4.0",
76+
"webpack-cli": "~4.2.0"
7777
}
7878
}

0 commit comments

Comments
 (0)