Skip to content

Commit

Permalink
chore(deps): update all dependencies (non-major) (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 28, 2023
1 parent 68d1357 commit 7c8060f
Show file tree
Hide file tree
Showing 3 changed files with 1,295 additions and 559 deletions.
12 changes: 6 additions & 6 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,26 @@
},
"devDependencies": {
"@kevinmarrec/nuxt-pwa": "0.17.0",
"@nuxt/image-edge": "1.0.0-rc.1-28205905.cb96767",
"@nuxt/image-edge": "1.0.0-rc.1-28217290.de85e17",
"@nuxtjs/color-mode": "3.3.0",
"@nuxtjs/tailwindcss": "6.8.0",
"@types/json-schema": "7.0.12",
"@types/marked": "5.0.1",
"@types/node": "18.17.7",
"@types/node": "18.17.12",
"@types/plist": "3.0.2",
"@types/uuid": "9.0.2",
"nuxt": "3.6.5"
"nuxt": "3.7.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.4.2",
"@fortawesome/free-brands-svg-icons": "6.4.2",
"@fortawesome/free-solid-svg-icons": "6.4.2",
"@fortawesome/vue-fontawesome": "3.0.3",
"autoprefixer": "10.4.15",
"axios": "1.4.0",
"daisyui": "3.5.1",
"axios": "1.5.0",
"daisyui": "3.6.3",
"fast-xml-parser": "4.2.7",
"marked": "7.0.4",
"marked": "7.0.5",
"uuid": "9.0.0",
"vue-dompurify-html": "4.1.4",
"vue-toastification": "next"
Expand Down
8 changes: 4 additions & 4 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"ajv": "8.12.0",
"debug": "4.3.4",
"dotenv": "16.3.1",
"fastify": "4.21.0",
"mongoose": "7.4.4"
"fastify": "4.22.0",
"mongoose": "7.4.5"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/json-schema": "7.0.12",
"@types/node": "18.17.7",
"@types/node": "18.17.12",
"tsx": "3.12.7",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"engines": {
"node": ">=16",
Expand Down
Loading

0 comments on commit 7c8060f

Please sign in to comment.