|
98 | 98 | "lib": "lib"
|
99 | 99 | },
|
100 | 100 | "dependencies": {
|
101 |
| - "@feathersjs/adapter-commons": "^4.3.8", |
102 |
| - "@feathersjs/commons": "^4.0.0", |
103 |
| - "@feathersjs/errors": "^4.3.7", |
104 |
| - "@types/feathersjs__feathers": "^3.1.1", |
| 101 | + "@feathersjs/adapter-commons": "^4.4.1", |
| 102 | + "@feathersjs/commons": "^4.4.1", |
| 103 | + "@feathersjs/errors": "^4.4.1", |
| 104 | + "@types/feathersjs__feathers": "^3.1.5", |
105 | 105 | "@types/inflection": "^1.5.28",
|
106 |
| - "@types/lodash": "^4.14.123", |
107 |
| - "@types/npm": "^2.0.30", |
108 |
| - "bson-objectid": "^1.2.4", |
| 106 | + "@types/lodash": "^4.14.149", |
| 107 | + "@types/npm": "^2.0.31", |
| 108 | + "bson-objectid": "^1.3.0", |
109 | 109 | "debug": "^4.1.1",
|
110 |
| - "fast-copy": "^2.0.3", |
| 110 | + "fast-copy": "^2.0.4", |
111 | 111 | "fast-json-stable-stringify": "^2.0.0",
|
112 | 112 | "inflection": "^1.12.0",
|
113 | 113 | "jwt-decode": "^2.2.0",
|
114 | 114 | "lodash": "^4.17.15",
|
115 | 115 | "lodash.isobject": "^3.0.2",
|
116 | 116 | "lodash.isplainobject": "^4.0.6",
|
117 |
| - "lodash.merge": "^4.6.1", |
| 117 | + "lodash.merge": "^4.6.2", |
118 | 118 | "lodash.omit": "^4.5.0",
|
119 | 119 | "lodash.pick": "^4.4.0",
|
120 | 120 | "lodash.trim": "^4.5.1",
|
|
124 | 124 | "vuepress-theme-default-prefers-color-scheme": "^1.0.3"
|
125 | 125 | },
|
126 | 126 | "devDependencies": {
|
127 |
| - "@feathersjs/authentication-client": "^4.3.7", |
| 127 | + "@feathersjs/authentication-client": "^4.4.1", |
128 | 128 | "@feathersjs/authentication-jwt": "^2.0.10",
|
129 |
| - "@feathersjs/client": "^4.3.7", |
130 |
| - "@feathersjs/feathers": "^4.3.7", |
131 |
| - "@feathersjs/rest-client": "^4.3.7", |
132 |
| - "@feathersjs/socketio-client": "^4.3.7", |
133 |
| - "@types/chai": "^4.1.7", |
134 |
| - "@types/mocha": "^5.2.6", |
135 |
| - "@typescript-eslint/eslint-plugin": "^2.5.0", |
136 |
| - "@typescript-eslint/parser": "^2.5.0", |
| 129 | + "@feathersjs/client": "^4.4.1", |
| 130 | + "@feathersjs/feathers": "^4.4.1", |
| 131 | + "@feathersjs/rest-client": "^4.4.1", |
| 132 | + "@feathersjs/socketio-client": "^4.4.1", |
| 133 | + "@types/chai": "^4.2.5", |
| 134 | + "@types/mocha": "^5.2.7", |
| 135 | + "@typescript-eslint/eslint-plugin": "^2.9.0", |
| 136 | + "@typescript-eslint/parser": "^2.9.0", |
137 | 137 | "@vue/eslint-config-prettier": "^6.0.0",
|
138 |
| - "@vue/eslint-config-typescript": "^5.0.0", |
| 138 | + "@vue/eslint-config-typescript": "^5.0.1", |
139 | 139 | "@vue/test-utils": "^1.0.0-beta.29",
|
140 | 140 | "axios": "^0.19.0",
|
141 | 141 | "babel-cli": "^6.26.0",
|
142 | 142 | "babel-core": "^6.26.3",
|
143 |
| - "babel-eslint": "^10.0.1", |
144 |
| - "babel-plugin-add-module-exports": "^1.0.0", |
| 143 | + "babel-eslint": "^10.0.3", |
| 144 | + "babel-plugin-add-module-exports": "^1.0.2", |
145 | 145 | "babel-preset-es2015": "^6.24.1",
|
146 | 146 | "babel-preset-stage-2": "^6.24.1",
|
147 |
| - "body-parser": "^1.18.3", |
148 |
| - "can-fixture-socket": "^2.0.0", |
| 147 | + "body-parser": "^1.19.0", |
| 148 | + "can-fixture-socket": "^2.0.3", |
149 | 149 | "chai": "^4.2.0",
|
150 |
| - "date-fns": "^2.0.0-beta.2", |
| 150 | + "date-fns": "^2.8.1", |
151 | 151 | "deep-object-diff": "^1.1.0",
|
152 |
| - "eslint": "^6.6.0", |
153 |
| - "eslint-config-prettier": "^6.4.0", |
154 |
| - "eslint-plugin-prettier": "^3.0.1", |
| 152 | + "eslint": "^6.7.1", |
| 153 | + "eslint-config-prettier": "^6.7.0", |
| 154 | + "eslint-plugin-prettier": "^3.1.1", |
155 | 155 | "eslint-plugin-vue": "^6.0.1",
|
156 | 156 | "feathers-memory": "^4.1.0",
|
157 | 157 | "istanbul": "^1.1.0-alpha.1",
|
158 |
| - "jsdom": "^15.2.0", |
| 158 | + "jsdom": "^15.2.1", |
159 | 159 | "jsdom-global": "^3.0.2",
|
160 | 160 | "mocha": "^6.2.2",
|
161 | 161 | "omit-deep-lodash": "^1.1.4",
|
162 |
| - "prettier": "^1.16.4", |
| 162 | + "prettier": "^1.19.1", |
163 | 163 | "shx": "^0.3.2",
|
164 |
| - "socket.io-client": "^2.2.0", |
| 164 | + "socket.io-client": "^2.3.0", |
165 | 165 | "standard": "^14.3.1",
|
166 |
| - "steal": "^2.2.1", |
| 166 | + "steal": "^2.2.4", |
167 | 167 | "steal-mocha": "^2.0.1",
|
168 |
| - "testee": "^0.9.0", |
169 |
| - "ts-node": "^8.0.3", |
| 168 | + "testee": "^0.9.1", |
| 169 | + "ts-node": "^8.5.2", |
170 | 170 | "typescript": "^3.7.2",
|
171 | 171 | "vue": "^2.6.10",
|
172 |
| - "vuepress": "^1.0.2", |
173 |
| - "vuex": "^3.1.0" |
| 172 | + "vuepress": "^1.2.0", |
| 173 | + "vuex": "^3.1.2" |
174 | 174 | }
|
175 | 175 | }
|
0 commit comments