Skip to content

Commit 6c5a4f4

Browse files
committed
fix: deps
1 parent be8e71c commit 6c5a4f4

File tree

2 files changed

+1431
-1382
lines changed

2 files changed

+1431
-1382
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,31 +21,31 @@
2121
"analyze": "ANALYZE=true npm run build"
2222
},
2323
"dependencies": {
24-
"@mantine/code-highlight": "^7.17.5",
25-
"@mantine/core": "^7.17.5",
26-
"@mantine/dropzone": "^7.17.5",
27-
"@mantine/hooks": "^7.17.5",
24+
"@mantine/code-highlight": "^7.17.7",
25+
"@mantine/core": "^7.17.7",
26+
"@mantine/dropzone": "^7.17.7",
27+
"@mantine/hooks": "^7.17.7",
2828
"@monaco-editor/react": "^4.7.0",
29-
"@sentry/nextjs": "^7.118.0",
30-
"@tanstack/react-query": "^5.74.4",
29+
"@sentry/nextjs": "^7.120.3",
30+
"@tanstack/react-query": "^5.76.2",
3131
"allotment": "^1.20.3",
32-
"axios": "^1.8.4",
32+
"axios": "^1.9.0",
3333
"dayjs": "^1.11.13",
34-
"fast-xml-parser": "^5.2.1",
34+
"fast-xml-parser": "^5.2.3",
3535
"gofmt.js": "^0.0.2",
3636
"html-to-image": "1.11.11",
3737
"jq-web": "^0.5.1",
3838
"js-cookie": "^3.0.5",
3939
"js-yaml": "^4.1.0",
40-
"json-2-csv": "^5.5.4",
40+
"json-2-csv": "^5.5.9",
4141
"json-schema-faker": "^0.5.9",
4242
"json_typegen_wasm": "^0.7.0",
4343
"jsonc-parser": "^3.3.1",
4444
"jsonpath-plus": "^10.3.0",
4545
"jsonwebtoken": "^9.0.2",
4646
"lodash.debounce": "^4.0.8",
4747
"next": "14.2.28",
48-
"next-seo": "^6.6.0",
48+
"next-seo": "^6.8.0",
4949
"next-sitemap": "^4.2.3",
5050
"nextjs-google-analytics": "^2.3.7",
5151
"react": "^18.3.1",
@@ -59,25 +59,25 @@
5959
"react-text-transition": "^3.1.0",
6060
"react-zoomable-ui": "^0.11.0",
6161
"reaflow": "5.4.1",
62-
"styled-components": "^6.1.17",
62+
"styled-components": "^6.1.18",
6363
"toml": "^3.0.0",
6464
"use-long-press": "^3.3.0",
65-
"zustand": "^4.5.4"
65+
"zustand": "^4.5.7"
6666
},
6767
"devDependencies": {
68-
"@next/bundle-analyzer": "^14.2.28",
68+
"@next/bundle-analyzer": "^14.2.29",
6969
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
7070
"@types/js-cookie": "^3.0.6",
7171
"@types/js-yaml": "^4.0.9",
7272
"@types/jsonwebtoken": "^9.0.9",
73-
"@types/node": "^20.14.11",
73+
"@types/node": "^20.17.50",
7474
"@types/react": "18.2.51",
75-
"@types/react-dom": "^18.3.0",
76-
"@typescript-eslint/eslint-plugin": "^7.17.0",
75+
"@types/react-dom": "^18.3.7",
76+
"@typescript-eslint/eslint-plugin": "^7.18.0",
7777
"eslint": "8.56.0",
7878
"eslint-config-next": "14.2.28",
7979
"eslint-config-prettier": "^9.1.0",
80-
"eslint-plugin-prettier": "^5.2.3",
80+
"eslint-plugin-prettier": "^5.4.0",
8181
"eslint-plugin-unused-imports": "^3.2.0",
8282
"prettier": "^3.5.3",
8383
"ts-node": "^10.9.2",

0 commit comments

Comments
 (0)