Skip to content

Commit a523400

Browse files
Update pnpm dependencies
1 parent de9ac34 commit a523400

5 files changed

Lines changed: 1308 additions & 2625 deletions

File tree

apps/api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"@fastify/mongodb": "^10.0.0",
1717
"@sentry/node": "^10.46.0",
1818
"bson": "^7.2.0",
19-
"cacheable": "^2.3.3",
20-
"dayjs": "^1.11.19",
19+
"cacheable": "^2.3.4",
20+
"dayjs": "^1.11.20",
2121
"dotenv": "^17.3.1",
22-
"fastify": "^5.7.4",
22+
"fastify": "^5.8.4",
2323
"fastify-blipp": "4.0.0",
2424
"fastify-type-provider-zod": "^6.1.0",
2525
"numeral": "^2.0.6",

apps/web/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,30 @@
1212
},
1313
"devDependencies": {
1414
"@iconify-json/heroicons": "^1.2.3",
15-
"@iconify-json/lucide": "^1.2.95",
16-
"@iconify-json/simple-icons": "^1.2.72",
15+
"@iconify-json/lucide": "^1.2.100",
16+
"@iconify-json/simple-icons": "^1.2.75",
1717
"@nuxt/content": "^3.12.0",
1818
"@nuxt/image": "^2.0.0",
1919
"@nuxt/test-utils": "^4.0.0",
20-
"@nuxt/ui": "^4.5.1",
20+
"@nuxt/ui": "^4.6.0",
2121
"@nuxtjs/google-fonts": "^3.2.0",
2222
"@nuxtjs/sitemap": "^8.0.9",
2323
"@nuxtjs/tailwindcss": "^6.14.0",
2424
"@nuxtjs/web-vitals": "^0.2.7",
25-
"@sentry/nuxt": "^10.42.0",
25+
"@sentry/nuxt": "^10.46.0",
2626
"@types/numeral": "^2.0.5",
2727
"@types/semver": "^7.7.1",
2828
"@vue/test-utils": "^2.4.6",
2929
"@vueuse/core": "^14.2.1",
3030
"@vueuse/nuxt": "^14.2.1",
31-
"better-sqlite3": "^12.6.2",
32-
"dayjs": "^1.11.19",
31+
"better-sqlite3": "^12.8.0",
32+
"dayjs": "^1.11.20",
3333
"happy-dom": "^20.8.3",
3434
"numeral": "^2.0.6",
35-
"nuxt": "^4.3.1",
35+
"nuxt": "^4.4.2",
3636
"playwright-core": "^1.58.2",
3737
"semver": "^7.7.4",
38-
"tailwindcss": "^4.2.1",
38+
"tailwindcss": "^4.2.2",
3939
"vitest": "^4.1.2"
4040
}
4141
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"@types/node": "^24.12.0",
1313
"nodemon": "^3.1.14",
1414
"prettier": "^3.8.1",
15-
"tailwindcss": "^4.2.1",
15+
"tailwindcss": "^4.2.2",
1616
"ts-node": "^10.9.2",
17-
"turbo": "^2.8.13",
17+
"turbo": "^2.8.21",
1818
"typescript": "^6.0.2"
1919
},
20-
"packageManager": "pnpm@10.28.0",
20+
"packageManager": "pnpm@10.33.0",
2121
"pnpm": {
2222
"overrides": {
23-
"sharp": "0.33.4"
23+
"sharp": "0.34.5"
2424
},
2525
"onlyBuiltDependencies": [
2626
"better-sqlite3"

packages/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@faker-js/faker": "^10.4.0",
15-
"dayjs": "^1.11.19",
15+
"dayjs": "^1.11.20",
1616
"mongodb": "^7.1.1"
1717
}
1818
}

0 commit comments

Comments
 (0)