Skip to content

Commit 9f15a97

Browse files
committed
upgrade packages
1 parent 0e70978 commit 9f15a97

File tree

3 files changed

+310
-114
lines changed

3 files changed

+310
-114
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelogs
22

3+
## 3.0.4 - June 25, 2019
4+
5+
- Fixed: Upgrade dependencies to avoid security vulnerability.
6+
7+
38
## 3.0.3 - May 21, 2019
49

510
- Fixed: Fix an error in the guide.

package.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "syncing",
33
"displayName": "%displayName%",
44
"description": "%description%",
5-
"version": "3.0.3",
5+
"version": "3.0.4",
66
"publisher": "nonoroazoro",
77
"author": {
88
"email": "xiaochao.k@gmail.com",
@@ -135,25 +135,27 @@
135135
"@types/jest": "^24.0.15",
136136
"@types/lodash.debounce": "^4.0.6",
137137
"@types/lodash.pick": "^4.4.6",
138-
"@types/node": "^12.0.8",
138+
"@types/node": "^12.0.10",
139139
"@types/tmp": "0.1.0",
140-
"@typescript-eslint/eslint-plugin": "^1.10.2",
141-
"@typescript-eslint/parser": "^1.10.2",
140+
"@typescript-eslint/eslint-plugin": "^1.11.0",
141+
"@typescript-eslint/parser": "^1.11.0",
142142
"cache-loader": "^4.0.0",
143143
"cross-env": "^5.2.0",
144-
"eslint": "^5.16.0",
145-
"eslint-config-zoro": "^2.2.1",
144+
"eslint": "^5.0.0",
145+
"eslint-config-zoro": "^2.3.1",
146146
"eslint-loader": "^2.1.2",
147-
"husky": "^2.4.1",
147+
"eslint-plugin-react": "^7.14.2",
148+
"eslint-plugin-react-hooks": "^1.6.1",
149+
"husky": "^2.5.0",
148150
"jest": "^24.8.0",
149151
"lint-staged": "^8.2.1",
150152
"native-ext-loader": "^2.3.0",
151153
"rimraf": "^2.6.3",
152154
"ts-jest": "^24.0.2",
153-
"ts-loader": "^6.0.3",
155+
"ts-loader": "^6.0.4",
154156
"typescript": "^3.5.2",
155157
"vscode": "^1.1.34",
156158
"webpack": "^4.35.0",
157-
"webpack-cli": "^3.3.4"
159+
"webpack-cli": "^3.3.5"
158160
}
159161
}

0 commit comments

Comments
 (0)