Skip to content

Commit c15dcbd

Browse files
authored
chore(deps): Update all pnpm dependencies (2024-04-08) (#538)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 021a6e3 commit c15dcbd

File tree

6 files changed

+88
-229
lines changed

6 files changed

+88
-229
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"npm-run-all": "^4.1.5",
2626
"semantic-release": "^22.0.12",
2727
"turbo": "^1.12.5",
28-
"typescript": "^5.4.2"
28+
"typescript": "^5.4.3"
2929
},
3030
"prettier": {
3131
"arrowParens": "avoid",

packages/docs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@radix-ui/react-toggle-group": "^1.0.4",
2323
"@sentry/nextjs": "^7.105.0",
2424
"@tailwindcss/container-queries": "^0.1.1",
25-
"@tremor/react": "^3.14.1",
25+
"@tremor/react": "^3.15.0",
2626
"cheerio": "1.0.0-rc.12",
2727
"class-variance-authority": "^0.7.0",
2828
"clsx": "^2.1.0",
@@ -41,7 +41,7 @@
4141
"semver": "^7.6.0",
4242
"server-only": "^0.0.1",
4343
"tailwind-merge": "^2.2.2",
44-
"tailwindcss": "^3.4.1",
44+
"tailwindcss": "^3.4.3",
4545
"tailwindcss-animate": "^1.0.7",
4646
"zod": "^3.22.4"
4747
},
@@ -53,10 +53,10 @@
5353
"autoprefixer": "^10.4.19",
5454
"postcss": "^8.4.38",
5555
"prettier": "^3.2.5",
56-
"prettier-plugin-tailwindcss": "^0.5.12",
56+
"prettier-plugin-tailwindcss": "^0.5.13",
5757
"remark-mdx-images": "^3.0.0",
5858
"shikiji": "^0.10.2",
59-
"typescript": "^5.4.2"
59+
"typescript": "^5.4.3"
6060
},
6161
"postcss": {
6262
"plugins": {

packages/e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"cypress": "^13.7.0",
3535
"npm-run-all": "^4.1.5",
3636
"semver": "^7.6.0",
37-
"typescript": "^5.4.2"
37+
"typescript": "^5.4.3"
3838
}
3939
}

packages/nuqs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"size-limit": "^11.1.1",
8282
"tsd": "^0.30.7",
8383
"tsup": "^8.0.2",
84-
"typescript": "^5.4.2",
84+
"typescript": "^5.4.3",
8585
"vitest": "^1.4.0"
8686
},
8787
"tsd": {

packages/scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"devDependencies": {
1313
"@types/minimist": "^1.2.5",
1414
"@types/node": "^20.12.2",
15-
"typescript": "^5.4.2"
15+
"typescript": "^5.4.3"
1616
}
1717
}

0 commit comments

Comments
 (0)