Skip to content

Commit f999f65

Browse files
authored
Update dependencies and Travis CI Node version (#375)
1 parent 250901d commit f999f65

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
2-
node_js: '8'
2+
node_js: node
33
cache: yarn
44
addons:
55
code_climate:

package.json

+35-35
Original file line numberDiff line numberDiff line change
@@ -98,23 +98,23 @@
9898
"lib": "lib"
9999
},
100100
"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",
105105
"@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",
109109
"debug": "^4.1.1",
110-
"fast-copy": "^2.0.3",
110+
"fast-copy": "^2.0.4",
111111
"fast-json-stable-stringify": "^2.0.0",
112112
"inflection": "^1.12.0",
113113
"jwt-decode": "^2.2.0",
114114
"lodash": "^4.17.15",
115115
"lodash.isobject": "^3.0.2",
116116
"lodash.isplainobject": "^4.0.6",
117-
"lodash.merge": "^4.6.1",
117+
"lodash.merge": "^4.6.2",
118118
"lodash.omit": "^4.5.0",
119119
"lodash.pick": "^4.4.0",
120120
"lodash.trim": "^4.5.1",
@@ -124,52 +124,52 @@
124124
"vuepress-theme-default-prefers-color-scheme": "^1.0.3"
125125
},
126126
"devDependencies": {
127-
"@feathersjs/authentication-client": "^4.3.7",
127+
"@feathersjs/authentication-client": "^4.4.1",
128128
"@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",
137137
"@vue/eslint-config-prettier": "^6.0.0",
138-
"@vue/eslint-config-typescript": "^5.0.0",
138+
"@vue/eslint-config-typescript": "^5.0.1",
139139
"@vue/test-utils": "^1.0.0-beta.29",
140140
"axios": "^0.19.0",
141141
"babel-cli": "^6.26.0",
142142
"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",
145145
"babel-preset-es2015": "^6.24.1",
146146
"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",
149149
"chai": "^4.2.0",
150-
"date-fns": "^2.0.0-beta.2",
150+
"date-fns": "^2.8.1",
151151
"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",
155155
"eslint-plugin-vue": "^6.0.1",
156156
"feathers-memory": "^4.1.0",
157157
"istanbul": "^1.1.0-alpha.1",
158-
"jsdom": "^15.2.0",
158+
"jsdom": "^15.2.1",
159159
"jsdom-global": "^3.0.2",
160160
"mocha": "^6.2.2",
161161
"omit-deep-lodash": "^1.1.4",
162-
"prettier": "^1.16.4",
162+
"prettier": "^1.19.1",
163163
"shx": "^0.3.2",
164-
"socket.io-client": "^2.2.0",
164+
"socket.io-client": "^2.3.0",
165165
"standard": "^14.3.1",
166-
"steal": "^2.2.1",
166+
"steal": "^2.2.4",
167167
"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",
170170
"typescript": "^3.7.2",
171171
"vue": "^2.6.10",
172-
"vuepress": "^1.0.2",
173-
"vuex": "^3.1.0"
172+
"vuepress": "^1.2.0",
173+
"vuex": "^3.1.2"
174174
}
175175
}

0 commit comments

Comments
 (0)