Skip to content

Commit 116d3f5

Browse files
committed
chore: add pnpm workspace configuration to specify only built dependencies
1 parent 75b3cbc commit 116d3f5

3 files changed

Lines changed: 1161 additions & 793 deletions

File tree

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,46 +9,46 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@next/third-parties": "^14.2.21",
13-
"@tanstack/react-query": "^5.62.8",
12+
"@next/third-parties": "^14.2.28",
13+
"@tanstack/react-query": "^5.75.7",
1414
"@types/node": "20.12.12",
1515
"@types/react": "18.3.3",
1616
"@types/react-dom": "18.3.0",
1717
"@vavt/md-editor-extension": "^3.0.0",
1818
"autoprefixer": "10.4.19",
19-
"axios": "^1.7.9",
20-
"chart.js": "^4.4.7",
19+
"axios": "^1.9.0",
20+
"chart.js": "^4.4.9",
2121
"csstype": "^3.1.3",
2222
"eslint": "8.57.0",
2323
"eslint-config-next": "14.2.3",
2424
"jwt-decode": "^4.0.0",
2525
"md-editor-rt": "^4.21.3",
26-
"next": "^14.2.21",
26+
"next": "^14.2.28",
2727
"next-auth": "^4.24.11",
2828
"postcss": "8.4.38",
2929
"react": "18.3.1",
30-
"react-chartjs-2": "^5.2.0",
30+
"react-chartjs-2": "^5.3.0",
3131
"react-cookie": "^7.2.2",
3232
"react-dom": "18.3.1",
3333
"react-linkify": "1.0.0-alpha",
34-
"react-tooltip": "^5.28.0",
34+
"react-tooltip": "^5.28.1",
3535
"sharp": "^0.33.5",
36-
"sweetalert2": "^11.15.2",
37-
"swr": "^2.2.5",
36+
"sweetalert2": "^11.21.0",
37+
"swr": "^2.3.3",
3838
"tailwindcss": "3.4.3",
3939
"typescript": "5.4.5",
40-
"usehooks-ts": "^3.1.0"
40+
"usehooks-ts": "^3.1.1"
4141
},
4242
"devDependencies": {
43-
"@next/eslint-plugin-next": "^14.2.21",
43+
"@next/eslint-plugin-next": "^14.2.28",
4444
"@types/react-linkify": "^1.0.4",
4545
"mini-css-extract-plugin": "^2.9.2",
4646
"postcss-import": "^16.1.0",
47-
"prettier-eslint": "^16.3.0",
48-
"sass": "^1.83.0"
47+
"prettier-eslint": "^16.4.2",
48+
"sass": "^1.87.0"
4949
},
5050
"engines": {
5151
"node": "23"
5252
},
53-
"packageManager": "pnpm@9.11.0"
53+
"packageManager": "pnpm@10.10.0"
5454
}

0 commit comments

Comments
 (0)