Skip to content

Commit

Permalink
chore(deps): update all dependencies (non-major) (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2023
1 parent 26a8595 commit fba7e3e
Show file tree
Hide file tree
Showing 4 changed files with 589 additions and 532 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"start:server": "pnpm --filter @ocwebutils/sanitychecker_server run start"
},
"devDependencies": {
"@commitlint/cli": "17.6.5",
"@commitlint/config-conventional": "17.6.5",
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"husky": "8.0.3"
},
"engines": {
Expand Down
12 changes: 6 additions & 6 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
},
"devDependencies": {
"@kevinmarrec/nuxt-pwa": "0.17.0",
"@nuxt/image-edge": "1.0.0-rc.1-28119537.bfe30ab",
"@nuxtjs/color-mode": "3.2.0",
"@nuxtjs/tailwindcss": "6.7.2",
"@nuxt/image-edge": "1.0.0-rc.1-28126030.07836ae",
"@nuxtjs/color-mode": "3.3.0",
"@nuxtjs/tailwindcss": "6.8.0",
"@types/json-schema": "7.0.12",
"@types/marked": "5.0.0",
"@types/node": "18.16.18",
"@types/plist": "3.0.2",
"@types/uuid": "9.0.2",
"nuxt": "3.5.3"
"nuxt": "3.6.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.4.0",
Expand All @@ -30,8 +30,8 @@
"@fortawesome/vue-fontawesome": "3.0.3",
"autoprefixer": "10.4.14",
"axios": "1.4.0",
"daisyui": "3.1.1",
"fast-xml-parser": "4.2.4",
"daisyui": "3.1.6",
"fast-xml-parser": "4.2.5",
"marked": "5.1.0",
"uuid": "9.0.0",
"vue-dompurify-html": "4.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@fastify/cors": "8.3.0",
"@ocwebutils/sc_checker": "github:ocwebutils/sc_checker",
"@ocwebutils/sc_rules": "github:ocwebutils/sc_rules",
"@prisma/client": "4.15.0",
"@prisma/client": "4.16.1",
"ajv": "8.12.0",
"debug": "4.3.4",
"dotenv": "16.3.1",
Expand All @@ -25,7 +25,7 @@
"@types/debug": "4.1.8",
"@types/json-schema": "7.0.12",
"@types/node": "18.16.18",
"prisma": "4.15.0",
"prisma": "4.16.1",
"tsx": "3.12.7",
"typescript": "5.1.3"
},
Expand Down
Loading

0 comments on commit fba7e3e

Please sign in to comment.