Skip to content

Commit 057711c

Browse files
committed
Update packages
1 parent b419499 commit 057711c

File tree

2 files changed

+316
-344
lines changed

2 files changed

+316
-344
lines changed

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,15 @@
107107
"lib": "lib"
108108
},
109109
"peerDependencies": {
110-
"@vue/composition-api": "^0.4.0"
110+
"@vue/composition-api": "^0.5.0"
111111
},
112112
"dependencies": {
113113
"@feathersjs/adapter-commons": "^4.5.2",
114-
"@feathersjs/commons": "^4.5.2",
115-
"@feathersjs/errors": "^4.5.2",
114+
"@feathersjs/commons": "^4.5.3",
115+
"@feathersjs/errors": "^4.5.3",
116116
"@types/feathersjs__feathers": "^3.1.5",
117117
"@types/inflection": "^1.5.28",
118-
"@types/lodash": "^4.14.149",
118+
"@types/lodash": "^4.14.150",
119119
"@types/npm": "^2.0.31",
120120
"bson-objectid": "^1.3.0",
121121
"debug": "^4.1.1",
@@ -135,20 +135,20 @@
135135
"sift": "^9.0.4"
136136
},
137137
"devDependencies": {
138-
"@feathersjs/authentication-client": "^4.5.2",
138+
"@feathersjs/authentication-client": "^4.5.4",
139139
"@feathersjs/authentication-jwt": "^2.0.10",
140-
"@feathersjs/client": "^4.5.2",
141-
"@feathersjs/feathers": "^4.5.2",
142-
"@feathersjs/rest-client": "^4.5.2",
143-
"@feathersjs/socketio-client": "^4.5.2",
144-
"@types/chai": "^4.2.10",
140+
"@feathersjs/client": "^4.5.4",
141+
"@feathersjs/feathers": "^4.5.3",
142+
"@feathersjs/rest-client": "^4.5.4",
143+
"@feathersjs/socketio-client": "^4.5.4",
144+
"@types/chai": "^4.2.11",
145145
"@types/mocha": "^7.0.2",
146-
"@typescript-eslint/eslint-plugin": "^2.23.0",
147-
"@typescript-eslint/parser": "^2.23.0",
148-
"@vue/composition-api": "^0.4.0",
146+
"@typescript-eslint/eslint-plugin": "^2.31.0",
147+
"@typescript-eslint/parser": "^2.31.0",
148+
"@vue/composition-api": "^0.5.0",
149149
"@vue/eslint-config-prettier": "^6.0.0",
150150
"@vue/eslint-config-typescript": "^5.0.2",
151-
"@vue/test-utils": "^1.0.0-beta.32",
151+
"@vue/test-utils": "^1.0.2",
152152
"axios": "^0.19.2",
153153
"babel-cli": "^6.26.0",
154154
"babel-core": "^6.26.3",
@@ -160,33 +160,33 @@
160160
"can-fixture-socket": "^2.0.3",
161161
"chai": "^4.2.0",
162162
"cross-env": "^7.0.2",
163-
"date-fns": "^2.10.0",
163+
"date-fns": "^2.13.0",
164164
"deep-object-diff": "^1.1.0",
165165
"eslint": "^6.8.0",
166-
"eslint-config-prettier": "^6.10.0",
167-
"eslint-plugin-prettier": "^3.1.2",
166+
"eslint-config-prettier": "^6.11.0",
167+
"eslint-plugin-prettier": "^3.1.3",
168168
"eslint-plugin-vue": "^6.2.2",
169169
"feathers-memory": "^4.1.0",
170170
"istanbul": "^1.1.0-alpha.1",
171-
"jsdom": "^16.2.1",
171+
"jsdom": "^16.2.2",
172172
"jsdom-global": "^3.0.2",
173-
"mocha": "^7.1.0",
173+
"mocha": "^7.1.2",
174174
"omit-deep-lodash": "^1.1.4",
175-
"prettier": "^1.19.1",
175+
"prettier": "^2.0.5",
176176
"shx": "^0.3.2",
177177
"socket.io-client": "^2.3.0",
178-
"standard": "^14.3.1",
178+
"standard": "^14.3.3",
179179
"steal": "^2.2.4",
180180
"steal-mocha": "^2.0.1",
181181
"steal-typescript": "^0.5.0",
182182
"testee": "^0.9.1",
183-
"ts-node": "^8.6.2",
183+
"ts-node": "^8.10.1",
184184
"typescript": "^3.8.3",
185185
"vue": "^2.6.11",
186186
"vue-server-renderer": "^2.6.11",
187187
"vue-template-compiler": "^2.6.11",
188-
"vuepress": "^1.3.1",
189-
"vuepress-theme-default-prefers-color-scheme": "^1.0.6",
190-
"vuex": "^3.1.3"
188+
"vuepress": "^1.4.1",
189+
"vuepress-theme-default-prefers-color-scheme": "^1.0.7",
190+
"vuex": "^3.3.0"
191191
}
192192
}

0 commit comments

Comments
 (0)