Skip to content

Commit 3e38cdd

Browse files
committed
update
1 parent ea87b80 commit 3e38cdd

File tree

3 files changed

+1428
-2440
lines changed

3 files changed

+1428
-2440
lines changed

.vscode/tasks.json

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,50 +2,60 @@
22
"version": "2.0.0",
33
"tasks": [
44
{
5-
"label": "pnpm install",
5+
"label": "install [pnpm]",
66
"type": "shell",
77
"command": "pnpm install",
88
"group": "build"
99
},
1010
{
11-
"label": "pnpm dev",
11+
"label": "outdated [pnpm]",
12+
"type": "shell",
13+
"command": "pnpm outdated"
14+
},
15+
{
16+
"label": "update [pnpm]",
17+
"type": "shell",
18+
"command": "pnpm update"
19+
},
20+
{
21+
"label": "dev [pnpm]",
1222
"type": "shell",
1323
"command": "pnpm dev",
1424
"isBackground": true,
1525
"problemMatcher": ["$nextjs"]
1626
},
1727
{
18-
"label": "pnpm build",
28+
"label": "build [pnpm]",
1929
"type": "shell",
2030
"command": "pnpm build",
2131
"group": "build",
2232
"problemMatcher": ["$nextjs"]
2333
},
2434
{
25-
"label": "pnpm start",
35+
"label": "start [pnpm]",
2636
"type": "shell",
2737
"command": "pnpm start",
2838
"isBackground": true
2939
},
3040
{
31-
"label": "pnpm lint",
41+
"label": "lint [pnpm]",
3242
"type": "shell",
3343
"command": "pnpm lint",
3444
"problemMatcher": ["$eslint-stylish"]
3545
},
3646
{
37-
"label": "pnpm typecheck",
47+
"label": "typecheck [pnpm]",
3848
"type": "shell",
3949
"command": "pnpm typecheck",
4050
"problemMatcher": ["$tsc"]
4151
},
4252
{
43-
"label": "pnpm format",
53+
"label": "format [pnpm]",
4454
"type": "shell",
4555
"command": "pnpm format"
4656
},
4757
{
48-
"label": "pnpm format:check",
58+
"label": "format:check [pnpm]",
4959
"type": "shell",
5060
"command": "pnpm format:check"
5161
}

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@
1717
},
1818
"dependencies": {
1919
"@azure/identity": "^4.13.0",
20-
"@azure/storage-blob": "^12.30.0",
20+
"@azure/storage-blob": "^12.31.0",
2121
"@azure/storage-queue": "^12.29.0",
22-
"@elevenlabs/elevenlabs-js": "^2.33.0",
23-
"@next/third-parties": "^16.1.4",
22+
"@elevenlabs/elevenlabs-js": "^2.35.0",
23+
"@next/third-parties": "^16.1.6",
2424
"@prisma/adapter-pg": "^7.3.0",
2525
"@prisma/client": "^7.3.0",
2626
"@radix-ui/react-dialog": "^1.1.15",
2727
"@radix-ui/react-dropdown-menu": "^2.1.16",
2828
"@radix-ui/react-popover": "^1.1.15",
2929
"@radix-ui/react-select": "^2.2.6",
3030
"@radix-ui/react-slot": "^1.2.4",
31-
"@remotion/bundler": "^4.0.409",
32-
"@remotion/cli": "^4.0.409",
33-
"@remotion/eslint-config": "^4.0.409",
34-
"@remotion/google-fonts": "^4.0.409",
35-
"@remotion/media-utils": "^4.0.409",
36-
"axios": "^1.13.3",
31+
"@remotion/bundler": "^4.0.421",
32+
"@remotion/cli": "^4.0.421",
33+
"@remotion/eslint-config": "^4.0.421",
34+
"@remotion/google-fonts": "^4.0.421",
35+
"@remotion/media-utils": "^4.0.421",
36+
"axios": "^1.13.5",
3737
"class-variance-authority": "^0.7.1",
3838
"clsx": "^2.1.1",
3939
"cmdk": "^1.1.1",
@@ -42,28 +42,28 @@
4242
"jszip": "^3.10.1",
4343
"lucide-react": "^0.563.0",
4444
"natural-orderby": "^5.0.0",
45-
"next": "^16.1.4",
46-
"nodemailer": "^7.0.12",
47-
"pg": "^8.17.2",
45+
"next": "^16.1.6",
46+
"nodemailer": "^8.0.1",
47+
"pg": "^8.18.0",
4848
"primereact": "^10.9.7",
49-
"react": "^19.2.3",
50-
"react-dom": "^19.2.3",
51-
"remotion": "^4.0.409",
49+
"react": "^19.2.4",
50+
"react-dom": "^19.2.4",
51+
"remotion": "^4.0.421",
5252
"tailwind-merge": "^3.4.0",
5353
"undifferent": "github:un-eosg-analytics/undifferent#b5689037d755f194db6777b38f02750bf45e1a90"
5454
},
5555
"devDependencies": {
5656
"@svgr/webpack": "^8.1.0",
5757
"@tailwindcss/postcss": "^4.1.18",
58-
"@types/node": "^25.0.10",
59-
"@types/nodemailer": "^7.0.5",
58+
"@types/node": "^25.2.3",
59+
"@types/nodemailer": "^7.0.9",
6060
"@types/pg": "^8.16.0",
61-
"@types/react": "^19.2.9",
61+
"@types/react": "^19.2.13",
6262
"@types/react-dom": "^19.2.3",
63-
"baseline-browser-mapping": "^2.9.18",
64-
"dotenv": "^17.2.3",
65-
"eslint": "^9.39.2",
66-
"eslint-config-next": "^16.1.4",
63+
"baseline-browser-mapping": "^2.9.19",
64+
"dotenv": "^17.2.4",
65+
"eslint": "^10.0.0",
66+
"eslint-config-next": "^16.1.6",
6767
"husky": "^9.1.7",
6868
"prettier-plugin-tailwindcss": "^0.7.2",
6969
"tailwindcss": "^4.1.18",

0 commit comments

Comments
 (0)