Skip to content

Commit 0855b40

Browse files
authored
chore: check updates for examples (#190)
1 parent 55564aa commit 0855b40

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

examples/js/package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -37,33 +37,33 @@
3737
"ignore": []
3838
},
3939
"dependencies": {
40-
"@feathersjs/authentication": "^4.5.11",
41-
"@feathersjs/authentication-local": "^4.5.11",
42-
"@feathersjs/authentication-oauth": "^4.5.11",
43-
"@feathersjs/configuration": "^4.5.11",
44-
"@feathersjs/errors": "^4.5.11",
45-
"@feathersjs/express": "^4.5.11",
46-
"@feathersjs/feathers": "^4.5.11",
47-
"@feathersjs/socketio": "^4.5.11",
48-
"@feathersjs/transport-commons": "^4.5.11",
40+
"@feathersjs/authentication": "^4.5.15",
41+
"@feathersjs/authentication-local": "^4.5.15",
42+
"@feathersjs/authentication-oauth": "^4.5.15",
43+
"@feathersjs/configuration": "^4.5.15",
44+
"@feathersjs/errors": "^4.5.15",
45+
"@feathersjs/express": "^4.5.15",
46+
"@feathersjs/feathers": "^4.5.15",
47+
"@feathersjs/socketio": "^4.5.15",
48+
"@feathersjs/transport-commons": "^4.5.15",
4949
"compression": "^1.7.4",
5050
"cors": "^2.8.5",
51-
"feathers-authentication-management": "^3.1.0",
52-
"feathers-hooks-common": "^5.0.5",
53-
"feathers-mailer": "^3.0.1",
54-
"feathers-sequelize": "^6.2.0",
55-
"helmet": "^4.4.1",
51+
"feathers-authentication-management": "^4.0.0",
52+
"feathers-hooks-common": "^6.1.5",
53+
"feathers-mailer": "^3.1.0",
54+
"feathers-sequelize": "^6.3.4",
55+
"helmet": "^6.0.0",
5656
"lodash": "^4.17.21",
57-
"nodemailer": "^6.4.18",
58-
"pg": "^7.18.2",
59-
"sequelize": "^5.22.3",
57+
"nodemailer": "^6.7.8",
58+
"pg": "^8.8.0",
59+
"sequelize": "^6.23.0",
6060
"serve-favicon": "^2.5.0",
61-
"winston": "^3.3.3"
61+
"winston": "^3.8.2"
6262
},
6363
"devDependencies": {
64-
"axios": "^0.21.1",
65-
"eslint": "^7.20.0",
66-
"mocha": "^8.3.0",
67-
"nodemon": "^2.0.7"
64+
"axios": "^0.27.2",
65+
"eslint": "^8.23.1",
66+
"mocha": "^10.0.0",
67+
"nodemon": "^2.0.20"
6868
}
6969
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"test": "npm run mocha",
5656
"compile": "shx rm -rf dist/ && tsc",
5757
"docs": "vitepress dev docs --port 3333 --open",
58-
"docs:build": "vitepress build docs"
58+
"docs:build": "vitepress build docs",
59+
"check-updates": "ncu -u && ncu -u --cwd examples/js"
5960
},
6061
"dependencies": {
6162
"@feathersjs/authentication": "^4.5.15",

0 commit comments

Comments
 (0)