Skip to content

Commit c71e79e

Browse files
committed
Update all non-major dependencies
1 parent ef0bb35 commit c71e79e

File tree

2 files changed

+1129
-914
lines changed

2 files changed

+1129
-914
lines changed

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -103,20 +103,20 @@
103103
"lib": "lib"
104104
},
105105
"peerDependencies": {
106-
"@vue/composition-api": "^0.3.4"
106+
"@vue/composition-api": "^0.4.0"
107107
},
108108
"dependencies": {
109-
"@feathersjs/adapter-commons": "^4.5.1",
110-
"@feathersjs/commons": "^4.5.1",
111-
"@feathersjs/errors": "^4.5.1",
109+
"@feathersjs/adapter-commons": "^4.5.2",
110+
"@feathersjs/commons": "^4.5.2",
111+
"@feathersjs/errors": "^4.5.2",
112112
"@types/feathersjs__feathers": "^3.1.5",
113113
"@types/inflection": "^1.5.28",
114114
"@types/lodash": "^4.14.149",
115115
"@types/npm": "^2.0.31",
116116
"bson-objectid": "^1.3.0",
117117
"debug": "^4.1.1",
118118
"events": "^3.1.0",
119-
"fast-copy": "^2.0.4",
119+
"fast-copy": "^2.0.5",
120120
"fast-json-stable-stringify": "^2.1.0",
121121
"inflection": "^1.12.0",
122122
"jwt-decode": "^2.2.0",
@@ -131,41 +131,41 @@
131131
"sift": "^9.0.4"
132132
},
133133
"devDependencies": {
134-
"@feathersjs/authentication-client": "^4.5.1",
134+
"@feathersjs/authentication-client": "^4.5.2",
135135
"@feathersjs/authentication-jwt": "^2.0.10",
136-
"@feathersjs/client": "^4.5.1",
137-
"@feathersjs/feathers": "^4.5.1",
138-
"@feathersjs/rest-client": "^4.5.1",
139-
"@feathersjs/socketio-client": "^4.5.1",
140-
"@types/chai": "^4.2.8",
141-
"@types/mocha": "^7.0.1",
142-
"@typescript-eslint/eslint-plugin": "^2.18.0",
143-
"@typescript-eslint/parser": "^2.18.0",
144-
"@vue/composition-api": "^0.3.4",
136+
"@feathersjs/client": "^4.5.2",
137+
"@feathersjs/feathers": "^4.5.2",
138+
"@feathersjs/rest-client": "^4.5.2",
139+
"@feathersjs/socketio-client": "^4.5.2",
140+
"@types/chai": "^4.2.10",
141+
"@types/mocha": "^7.0.2",
142+
"@typescript-eslint/eslint-plugin": "^2.23.0",
143+
"@typescript-eslint/parser": "^2.23.0",
144+
"@vue/composition-api": "^0.4.0",
145145
"@vue/eslint-config-prettier": "^6.0.0",
146-
"@vue/eslint-config-typescript": "^5.0.1",
147-
"@vue/test-utils": "^1.0.0-beta.31",
146+
"@vue/eslint-config-typescript": "^5.0.2",
147+
"@vue/test-utils": "^1.0.0-beta.32",
148148
"axios": "^0.19.2",
149149
"babel-cli": "^6.26.0",
150150
"babel-core": "^6.26.3",
151-
"babel-eslint": "^10.0.3",
151+
"babel-eslint": "^10.1.0",
152152
"babel-plugin-add-module-exports": "^1.0.2",
153153
"babel-preset-es2015": "^6.24.1",
154154
"babel-preset-stage-2": "^6.24.1",
155155
"body-parser": "^1.19.0",
156156
"can-fixture-socket": "^2.0.3",
157157
"chai": "^4.2.0",
158-
"date-fns": "^2.9.0",
158+
"date-fns": "^2.10.0",
159159
"deep-object-diff": "^1.1.0",
160160
"eslint": "^6.8.0",
161161
"eslint-config-prettier": "^6.10.0",
162162
"eslint-plugin-prettier": "^3.1.2",
163-
"eslint-plugin-vue": "^6.1.2",
163+
"eslint-plugin-vue": "^6.2.2",
164164
"feathers-memory": "^4.1.0",
165165
"istanbul": "^1.1.0-alpha.1",
166-
"jsdom": "^16.0.1",
166+
"jsdom": "^16.2.1",
167167
"jsdom-global": "^3.0.2",
168-
"mocha": "^7.0.1",
168+
"mocha": "^7.1.0",
169169
"omit-deep-lodash": "^1.1.4",
170170
"prettier": "^1.19.1",
171171
"shx": "^0.3.2",
@@ -176,12 +176,12 @@
176176
"steal-typescript": "^0.5.0",
177177
"testee": "^0.9.1",
178178
"ts-node": "^8.6.2",
179-
"typescript": "^3.7.5",
179+
"typescript": "^3.8.3",
180180
"vue": "^2.6.11",
181181
"vue-server-renderer": "^2.6.11",
182182
"vue-template-compiler": "^2.6.11",
183-
"vuepress": "^1.3.0",
184-
"vuepress-theme-default-prefers-color-scheme": "^1.0.4",
185-
"vuex": "^3.1.2"
183+
"vuepress": "^1.3.1",
184+
"vuepress-theme-default-prefers-color-scheme": "^1.0.6",
185+
"vuex": "^3.1.3"
186186
}
187187
}

0 commit comments

Comments
 (0)