Skip to content

Commit

Permalink
chore(dependencies): Update all dependencies (#3442)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Mar 13, 2024
1 parent 2642072 commit 742c4b6
Show file tree
Hide file tree
Showing 30 changed files with 834 additions and 740 deletions.
22 changes: 11 additions & 11 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
"start": "npm run dev"
},
"dependencies": {
"@vueuse/core": "^10.8.0",
"date-fns": "^3.3.1",
"element-plus": "^2.5.6",
"query-string": "^8.2.0",
"@vueuse/core": "^10.9.0",
"date-fns": "^3.4.0",
"element-plus": "^2.6.1",
"query-string": "^9.0.0",
"shiki": "^1.1.7",
"vue": "^3.4.19"
"vue": "^3.4.21"
},
"devDependencies": {
"@feathersjs/generators": "^5.0.22",
"@iconify-json/carbon": "^1.1.30",
"@types/node": "^20.11.20",
"@feathersjs/generators": "^5.0.23",
"@iconify-json/carbon": "^1.1.31",
"@types/node": "^20.11.26",
"@unocss/preset-typography": "^0.58.5",
"@unocss/reset": "^0.58.5",
"@unocss/transformer-directives": "^0.58.5",
"@vitejs/plugin-vue": "^5.0.4",
"esno": "^4.0.0",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
"flexsearch": "^0.7.43",
"https-localhost": "^4.7.1",
Expand All @@ -36,8 +36,8 @@
"unocss": "^0.58.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite-plugin-pwa": "^0.19.0",
"vitepress": "^1.0.0-rc.44",
"vite-plugin-pwa": "^0.19.2",
"vitepress": "^1.0.0-rc.45",
"vitepress-plugin-google-analytics": "^1.0.2",
"vitepress-plugin-search": "^1.0.4-alpha.22",
"workbox-window": "^7.0.0"
Expand Down
1,400 changes: 747 additions & 653 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@
},
"devDependencies": {
"@featherscloud/pinion": "^0.5.3",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"c8": "^9.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lerna": "^8.1.2",
"npm-check-updates": "^16.14.15",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
}
}
6 changes: 3 additions & 3 deletions packages/adapter-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/mongodb": "^4.0.6",
"@types/node": "^20.11.20",
"@types/node": "^20.11.26",
"mocha": "^10.3.0",
"mongodb": "^6.3.0",
"mongodb": "^6.5.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
4 changes: 2 additions & 2 deletions packages/adapter-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.20",
"@types/node": "^20.11.26",
"mocha": "^10.3.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
4 changes: 2 additions & 2 deletions packages/authentication-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@
"@feathersjs/socketio": "^5.0.23",
"@feathersjs/socketio-client": "^5.0.23",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.20",
"@types/node": "^20.11.26",
"axios": "^1.6.7",
"mocha": "^10.3.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
6 changes: 3 additions & 3 deletions packages/authentication-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@
"@feathersjs/memory": "^5.0.23",
"@feathersjs/schema": "^5.0.23",
"@types/bcryptjs": "^2.4.6",
"@types/lodash": "^4.14.202",
"@types/lodash": "^4.17.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.20",
"@types/node": "^20.11.26",
"mocha": "^10.3.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
8 changes: 4 additions & 4 deletions packages/authentication-oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,23 +65,23 @@
"grant": "^5.4.22",
"koa-session": "^6.4.0",
"lodash": "^4.17.21",
"qs": "^6.11.2"
"qs": "^6.12.0"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.23",
"@types/cookie-session": "^2.0.48",
"@types/express": "^4.17.21",
"@types/koa-session": "^6.4.5",
"@types/lodash": "^4.14.202",
"@types/lodash": "^4.17.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.20",
"@types/node": "^20.11.26",
"@types/tough-cookie": "^4.0.5",
"axios": "^1.6.7",
"mocha": "^10.3.0",
"shx": "^0.3.4",
"tough-cookie": "^4.1.3",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
8 changes: 4 additions & 4 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,22 +59,22 @@
"@feathersjs/hooks": "^0.9.0",
"@feathersjs/schema": "^5.0.23",
"@feathersjs/transport-commons": "^5.0.23",
"@types/jsonwebtoken": "^9.0.5",
"@types/jsonwebtoken": "^9.0.6",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"long-timeout": "^0.1.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.23",
"@types/lodash": "^4.14.202",
"@types/lodash": "^4.17.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.20",
"@types/node": "^20.11.26",
"@types/uuid": "^9.0.8",
"mocha": "^10.3.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@
"@feathersjs/transport-commons": "^5.0.23",
"@feathersjs/typebox": "^5.0.23",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.20",
"@types/node": "^20.11.26",
"@types/prettier": "^2.7.3",
"axios": "^1.6.7",
"mocha": "^10.3.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"type-fest": "^4.10.3",
"typescript": "^5.3.3"
"type-fest": "^4.12.0",
"typescript": "^5.4.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"@feathersjs/socketio-client": "^5.0.23"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@feathersjs/express": "^5.0.23",
"@feathersjs/memory": "^5.0.23",
"@feathersjs/socketio": "^5.0.23",
Expand All @@ -69,7 +69,7 @@
"socket.io-client": "^4.7.4",
"superagent": "^8.1.2",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.20",
"@types/node": "^20.11.26",
"mocha": "^10.3.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
4 changes: 2 additions & 2 deletions packages/configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.20",
"@types/node": "^20.11.26",
"mocha": "^10.3.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
4 changes: 2 additions & 2 deletions packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
"devDependencies": {
"@feathersjs/feathers": "^5.0.23",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.20",
"@types/node": "^20.11.26",
"mocha": "^10.3.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
8 changes: 4 additions & 4 deletions packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,20 @@
"@types/express-serve-static-core": "^4.17.43",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.18.2"
"express": "^4.18.3"
},
"devDependencies": {
"@feathersjs/authentication-local": "^5.0.23",
"@feathersjs/tests": "^5.0.23",
"@types/lodash": "^4.14.202",
"@types/lodash": "^4.17.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.20",
"@types/node": "^20.11.26",
"axios": "^1.6.7",
"lodash": "^4.17.21",
"mocha": "^10.3.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
4 changes: 2 additions & 2 deletions packages/feathers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.20",
"@types/node": "^20.11.26",
"mocha": "^10.3.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
10 changes: 5 additions & 5 deletions packages/generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"chalk": "^5.3.0",
"lodash": "^4.17.21",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"devDependencies": {
"@feathersjs/adapter-commons": "^5.0.23",
Expand All @@ -78,20 +78,20 @@
"@feathersjs/transport-commons": "^5.0.23",
"@feathersjs/typebox": "^5.0.23",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.20",
"@types/node": "^20.11.26",
"@types/prettier": "^2.7.3",
"axios": "^1.6.7",
"knex": "^3.1.0",
"mocha": "^10.3.0",
"mongodb": "^6.3.0",
"mongodb": "^6.5.0",
"mssql": "^10.0.2",
"mysql": "^2.18.1",
"pg": "^8.11.3",
"shx": "^0.3.4",
"sqlite3": "^5.1.7",
"tsx": "^4.7.1",
"type-fest": "^4.10.3",
"typescript": "^5.3.3"
"type-fest": "^4.12.0",
"typescript": "^5.4.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
4 changes: 2 additions & 2 deletions packages/knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
"@feathersjs/adapter-tests": "^5.0.23",
"@feathersjs/schema": "^5.0.23",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.20",
"@types/node": "^20.11.26",
"knex": "^3.1.0",
"mocha": "^10.3.0",
"pg": "^8.11.3",
"shx": "^0.3.4",
"sqlite3": "^5.1.7",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
4 changes: 2 additions & 2 deletions packages/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@
"@feathersjs/tests": "^5.0.23",
"@types/koa-compose": "^3.2.8",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.20",
"@types/node": "^20.11.26",
"axios": "^1.6.7",
"mocha": "^10.3.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
4 changes: 2 additions & 2 deletions packages/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"@feathersjs/adapter-tests": "^5.0.23",
"@feathersjs/feathers": "^5.0.23",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.20",
"@types/node": "^20.11.26",
"mocha": "^10.3.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
8 changes: 4 additions & 4 deletions packages/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@
"@feathersjs/feathers": "^5.0.23"
},
"peerDependencies": {
"mongodb": "^6.3.0"
"mongodb": "^6.5.0"
},
"devDependencies": {
"@feathersjs/adapter-tests": "^5.0.23",
"@feathersjs/schema": "^5.0.23",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.20",
"@types/node": "^20.11.26",
"mocha": "^10.3.0",
"mongodb-memory-server": "^9.1.6",
"mongodb-memory-server": "^9.1.7",
"shx": "^0.3.4",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
Loading

0 comments on commit 742c4b6

Please sign in to comment.