Skip to content

Commit

Permalink
chore(deps): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri committed Dec 15, 2023
1 parent 5baba25 commit 44c4f2b
Show file tree
Hide file tree
Showing 3 changed files with 809 additions and 454 deletions.
9 changes: 4 additions & 5 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,19 @@
"@nuxt/image": "1.1.0",
"autoprefixer": "10.4.16",
"axios": "1.6.2",
"daisyui": "3.9.4",
"daisyui": "4.4.20",
"fast-xml-parser": "4.3.2",
"marked": "9.1.6",
"marked": "11.1.0",
"uuid": "9.0.1",
"vue-dompurify-html": "4.1.4",
"vue-dompurify-html": "5.0.1",
"vue-toastification": "next"
},
"devDependencies": {
"@kevinmarrec/nuxt-pwa": "0.17.0",
"@nuxtjs/color-mode": "3.3.2",
"@nuxtjs/tailwindcss": "6.10.1",
"@types/json-schema": "7.0.15",
"@types/marked": "5.0.2",
"@types/node": "20.10.2",
"@types/node": "20.10.4",
"@types/plist": "3.0.5",
"@types/uuid": "9.0.7",
"@vite-pwa/nuxt": "^0.3.5",
Expand Down
12 changes: 6 additions & 6 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
"start": "node dist/src/index.js"
},
"dependencies": {
"@fastify/cors": "8.4.1",
"@fastify/cors": "8.4.2",
"@ocwebutils/sc_checker": "github:ocwebutils/sc_checker",
"@ocwebutils/sc_rules": "github:ocwebutils/sc_rules",
"ajv": "8.12.0",
"debug": "4.3.4",
"dotenv": "16.3.1",
"fastify": "4.24.3",
"mongoose": "8.0.2",
"fastify": "4.25.1",
"mongoose": "8.0.3",
"nanoid": "5.0.4"
},
"devDependencies": {
"@types/debug": "4.1.12",
"@types/json-schema": "7.0.15",
"@types/node": "20.10.2",
"tsx": "4.6.1",
"typescript": "5.3.2"
"@types/node": "20.10.4",
"tsx": "4.6.2",
"typescript": "5.3.3"
},
"engines": {
"node": ">=18",
Expand Down
Loading

0 comments on commit 44c4f2b

Please sign in to comment.