|
107 | 107 | "lib": "lib" |
108 | 108 | }, |
109 | 109 | "peerDependencies": { |
110 | | - "@vue/composition-api": "^0.4.0" |
| 110 | + "@vue/composition-api": "^0.5.0" |
111 | 111 | }, |
112 | 112 | "dependencies": { |
113 | 113 | "@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", |
116 | 116 | "@types/feathersjs__feathers": "^3.1.5", |
117 | 117 | "@types/inflection": "^1.5.28", |
118 | | - "@types/lodash": "^4.14.149", |
| 118 | + "@types/lodash": "^4.14.150", |
119 | 119 | "@types/npm": "^2.0.31", |
120 | 120 | "bson-objectid": "^1.3.0", |
121 | 121 | "debug": "^4.1.1", |
|
135 | 135 | "sift": "^9.0.4" |
136 | 136 | }, |
137 | 137 | "devDependencies": { |
138 | | - "@feathersjs/authentication-client": "^4.5.2", |
| 138 | + "@feathersjs/authentication-client": "^4.5.4", |
139 | 139 | "@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", |
145 | 145 | "@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", |
149 | 149 | "@vue/eslint-config-prettier": "^6.0.0", |
150 | 150 | "@vue/eslint-config-typescript": "^5.0.2", |
151 | | - "@vue/test-utils": "^1.0.0-beta.32", |
| 151 | + "@vue/test-utils": "^1.0.2", |
152 | 152 | "axios": "^0.19.2", |
153 | 153 | "babel-cli": "^6.26.0", |
154 | 154 | "babel-core": "^6.26.3", |
|
160 | 160 | "can-fixture-socket": "^2.0.3", |
161 | 161 | "chai": "^4.2.0", |
162 | 162 | "cross-env": "^7.0.2", |
163 | | - "date-fns": "^2.10.0", |
| 163 | + "date-fns": "^2.13.0", |
164 | 164 | "deep-object-diff": "^1.1.0", |
165 | 165 | "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", |
168 | 168 | "eslint-plugin-vue": "^6.2.2", |
169 | 169 | "feathers-memory": "^4.1.0", |
170 | 170 | "istanbul": "^1.1.0-alpha.1", |
171 | | - "jsdom": "^16.2.1", |
| 171 | + "jsdom": "^16.2.2", |
172 | 172 | "jsdom-global": "^3.0.2", |
173 | | - "mocha": "^7.1.0", |
| 173 | + "mocha": "^7.1.2", |
174 | 174 | "omit-deep-lodash": "^1.1.4", |
175 | | - "prettier": "^1.19.1", |
| 175 | + "prettier": "^2.0.5", |
176 | 176 | "shx": "^0.3.2", |
177 | 177 | "socket.io-client": "^2.3.0", |
178 | | - "standard": "^14.3.1", |
| 178 | + "standard": "^14.3.3", |
179 | 179 | "steal": "^2.2.4", |
180 | 180 | "steal-mocha": "^2.0.1", |
181 | 181 | "steal-typescript": "^0.5.0", |
182 | 182 | "testee": "^0.9.1", |
183 | | - "ts-node": "^8.6.2", |
| 183 | + "ts-node": "^8.10.1", |
184 | 184 | "typescript": "^3.8.3", |
185 | 185 | "vue": "^2.6.11", |
186 | 186 | "vue-server-renderer": "^2.6.11", |
187 | 187 | "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" |
191 | 191 | } |
192 | 192 | } |
0 commit comments