Skip to content

Commit ae87c80

Browse files
committed
chore: bump dependencies across workspace packages
1 parent 3e486f0 commit ae87c80

7 files changed

Lines changed: 110 additions & 94 deletions

File tree

bun.lock

Lines changed: 69 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/admin-dashboard/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,32 @@
1515
},
1616
"dependencies": {
1717
"@supabase/ssr": "^0.8.0",
18-
"@supabase/supabase-js": "^2.95.3",
19-
"@tanstack/react-query": "^5.90.20",
18+
"@supabase/supabase-js": "^2.98.0",
19+
"@tanstack/react-query": "^5.90.21",
2020
"clsx": "^2.1.1",
21-
"daisyui": "^5.5.14",
21+
"daisyui": "^5.5.19",
2222
"date-fns": "^4.1.0",
23-
"dotenv": "^17.2.3",
23+
"dotenv": "^17.3.1",
2424
"dotenv-cli": "^11.0.0",
25-
"next": "^16.1.4",
26-
"react": "^19.2.3",
27-
"react-dom": "^19.2.3",
25+
"next": "^16.1.6",
26+
"react": "^19.2.4",
27+
"react-dom": "^19.2.4",
2828
"react-hot-toast": "^2.6.0",
2929
"react-icons": "^5.5.0",
3030
"recharts": "^3.7.0",
31-
"tailwind-merge": "^3.4.0",
32-
"tailwindcss": "^4.1.18",
33-
"zustand": "^5.0.10"
31+
"tailwind-merge": "^3.5.0",
32+
"tailwindcss": "^4.2.1",
33+
"zustand": "^5.0.11"
3434
},
3535
"devDependencies": {
36-
"@types/node": "^25.0.10",
37-
"@types/react": "^19.2.9",
36+
"@types/node": "^25.3.3",
37+
"@types/react": "^19.2.14",
3838
"@types/react-dom": "^19.2.3",
3939
"typescript": "^5.9.3",
40-
"@tailwindcss/postcss": "^4.1.18",
41-
"postcss": "^8.5.6",
42-
"eslint": "^9.39.2",
43-
"eslint-config-next": "^16.1.4",
40+
"@tailwindcss/postcss": "^4.2.1",
41+
"postcss": "^8.5.8",
42+
"eslint": "^9.39.3",
43+
"eslint-config-next": "^16.1.6",
4444
"sass": "^1.97.3"
4545
}
4646
}

packages/eslint-config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"library.js"
2525
],
2626
"peerDependencies": {
27-
"eslint": "^9.0.0"
27+
"eslint": "^9.39.3"
2828
},
2929
"dependencies": {
30-
"@eslint/js": "^9.39.1",
31-
"@typescript-eslint/eslint-plugin": "^8.46.4",
32-
"@typescript-eslint/parser": "^8.46.4",
30+
"@eslint/js": "^9.39.3",
31+
"@typescript-eslint/eslint-plugin": "^8.56.1",
32+
"@typescript-eslint/parser": "^8.56.1",
3333
"eslint-config-prettier": "^10.1.8",
34-
"eslint-plugin-prettier": "^5.5.4",
34+
"eslint-plugin-prettier": "^5.5.5",
3535
"eslint-plugin-react": "^7.37.5",
3636
"eslint-plugin-react-hooks": "^7.0.1",
3737
"globals": "^16.5.0"

packages/extension-hyperlink/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@
4545
"prosemirror"
4646
],
4747
"dependencies": {
48-
"@floating-ui/dom": "^1.7.4",
48+
"@floating-ui/dom": "^1.7.6",
4949
"linkifyjs": "^4.3.2"
5050
},
5151
"peerDependencies": {
5252
"@tiptap/core": "^3.10.7",
5353
"@tiptap/pm": "^3.10.7"
5454
},
5555
"devDependencies": {
56-
"@tiptap/core": "^3.10.7",
57-
"@tiptap/pm": "^3.10.7",
58-
"@eslint/js": "^9.39.1",
59-
"@typescript-eslint/eslint-plugin": "^8.46.4",
60-
"@typescript-eslint/parser": "^8.46.4",
61-
"eslint": "^9.39.1",
56+
"@tiptap/core": "^3.20.0",
57+
"@tiptap/pm": "^3.20.0",
58+
"@eslint/js": "^9.39.3",
59+
"@typescript-eslint/eslint-plugin": "^8.56.1",
60+
"@typescript-eslint/parser": "^8.56.1",
61+
"eslint": "^9.39.3",
6262
"globals": "^16.5.0",
6363
"tsup": "^8.5.1",
6464
"typescript": "^5.9.3"

packages/extension-hypermultimedia/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@
5353
"@tiptap/pm": "^3.10.7"
5454
},
5555
"dependencies": {
56-
"@floating-ui/dom": "^1.7.4",
56+
"@floating-ui/dom": "^1.7.6",
5757
"tippy.js": "^6.3.7"
5858
},
5959
"devDependencies": {
60-
"@tiptap/core": "^3.10.7",
61-
"@tiptap/pm": "^3.10.7",
62-
"@eslint/js": "^9.39.1",
60+
"@tiptap/core": "^3.20.0",
61+
"@tiptap/pm": "^3.20.0",
62+
"@eslint/js": "^9.39.3",
6363
"@types/minimatch": "^6.0.0",
64-
"@typescript-eslint/eslint-plugin": "^8.46.4",
65-
"@typescript-eslint/parser": "^8.46.4",
66-
"eslint": "^9.39.1",
64+
"@typescript-eslint/eslint-plugin": "^8.56.1",
65+
"@typescript-eslint/parser": "^8.56.1",
66+
"eslint": "^9.39.3",
6767
"globals": "^16.5.0",
6868
"tsup": "^8.5.1",
6969
"typescript": "^5.9.3"

packages/extension-indent/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
"@tiptap/pm": "^3.10.7"
5252
},
5353
"devDependencies": {
54-
"@tiptap/core": "^3.10.7",
55-
"@tiptap/pm": "^3.10.7",
54+
"@tiptap/core": "^3.20.0",
55+
"@tiptap/pm": "^3.20.0",
5656
"typescript": "^5.9.3",
5757
"tsup": "^8.5.1",
58-
"eslint": "^9.39.1"
58+
"eslint": "^9.39.3"
5959
}
6060
}

packages/extension-inline-code/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
"@tiptap/pm": "^3.10.7"
5252
},
5353
"devDependencies": {
54-
"@tiptap/core": "^3.10.7",
55-
"@tiptap/pm": "^3.10.7",
54+
"@tiptap/core": "^3.20.0",
55+
"@tiptap/pm": "^3.20.0",
5656
"@types/minimatch": "^6.0.0",
57-
"eslint": "^9.39.1",
57+
"eslint": "^9.39.3",
5858
"tsup": "^8.5.1",
5959
"typescript": "^5.9.3"
6060
}

0 commit comments

Comments
 (0)