Skip to content

Commit

Permalink
fix: deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
GaborTorma committed Oct 1, 2024
1 parent f6913ad commit 89f00c7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion playground/feathers-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@feathersjs/adapter-commons": "^5.0.30",
"@feathersjs/authentication": "^5.0.30",
"@feathersjs/authentication-client": "^5.0.30",
"@feathersjs/authentication-local": "^5.0.30",
Expand All @@ -63,6 +62,7 @@
"winston": "^3.14.2"
},
"devDependencies": {
"@feathersjs/adapter-commons": "^5.0.30",
"@feathersjs/cli": "5.0.30",
"@feathersjs/rest-client": "^5.0.30",
"@gabortorma/antfu-eslint-config": "^2.0.7",
Expand Down
1 change: 1 addition & 0 deletions playground/nuxt-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"vue-router": "^4.4.5"
},
"devDependencies": {
"@feathersjs/adapter-commons": "^5.0.30",
"@gabortorma/nuxt-eslint-layer": "^0.2.4",
"ofetch": "^1.4.0"
}
Expand Down
9 changes: 6 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 89f00c7

Please sign in to comment.