Skip to content

Commit 7843f2d

Browse files
committed
feat: update packages
1 parent ea0a47f commit 7843f2d

File tree

2 files changed

+307
-546
lines changed

2 files changed

+307
-546
lines changed

package.json

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"analyze": "ANALYZE=true npm run build"
2121
},
2222
"dependencies": {
23-
"@mantine/code-highlight": "^7.17.1",
24-
"@mantine/core": "^7.17.1",
25-
"@mantine/dropzone": "^7.17.1",
26-
"@mantine/hooks": "^7.17.1",
23+
"@mantine/code-highlight": "^7.17.5",
24+
"@mantine/core": "^7.17.5",
25+
"@mantine/dropzone": "^7.17.5",
26+
"@mantine/hooks": "^7.17.5",
2727
"@monaco-editor/react": "^4.7.0",
2828
"@sentry/nextjs": "^7.118.0",
29-
"@tanstack/react-query": "^5.67.3",
29+
"@tanstack/react-query": "^5.74.4",
3030
"allotment": "^1.20.3",
31-
"axios": "^1.8.3",
31+
"axios": "^1.8.4",
3232
"dayjs": "^1.11.13",
3333
"fast-xml-parser": "^5.2.1",
3434
"gofmt.js": "^0.0.2",
@@ -37,14 +37,13 @@
3737
"js-cookie": "^3.0.5",
3838
"js-yaml": "^4.1.0",
3939
"json-2-csv": "^5.5.4",
40-
"json-schema-faker": "^0.5.6",
40+
"json-schema-faker": "^0.5.9",
4141
"json_typegen_wasm": "^0.7.0",
4242
"jsonc-parser": "^3.3.1",
43-
"jsonpath-plus": "^10.0.0",
43+
"jsonpath-plus": "^10.3.0",
4444
"jsonwebtoken": "^9.0.2",
45-
"jxon": "2.0.0-beta.5",
4645
"lodash.debounce": "^4.0.8",
47-
"next": "14.2.21",
46+
"next": "14.2.28",
4847
"next-seo": "^6.6.0",
4948
"next-sitemap": "^4.2.3",
5049
"nextjs-google-analytics": "^2.3.7",
@@ -59,24 +58,23 @@
5958
"react-text-transition": "^3.1.0",
6059
"react-zoomable-ui": "^0.11.0",
6160
"reaflow": "5.4.1",
62-
"styled-components": "^6.1.15",
61+
"styled-components": "^6.1.17",
6362
"toml": "^3.0.0",
64-
"use-long-press": "^3.2.0",
63+
"use-long-press": "^3.3.0",
6564
"zustand": "^4.5.4"
6665
},
6766
"devDependencies": {
68-
"@next/bundle-analyzer": "^14.2.5",
67+
"@next/bundle-analyzer": "^14.2.28",
6968
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
7069
"@types/js-cookie": "^3.0.6",
7170
"@types/js-yaml": "^4.0.9",
7271
"@types/jsonwebtoken": "^9.0.9",
73-
"@types/jxon": "^2.0.5",
7472
"@types/node": "^20.14.11",
7573
"@types/react": "18.2.51",
7674
"@types/react-dom": "^18.3.0",
7775
"@typescript-eslint/eslint-plugin": "^7.17.0",
7876
"eslint": "8.56.0",
79-
"eslint-config-next": "14.1.0",
77+
"eslint-config-next": "14.2.28",
8078
"eslint-config-prettier": "^9.1.0",
8179
"eslint-plugin-prettier": "^5.2.3",
8280
"eslint-plugin-unused-imports": "^3.2.0",

0 commit comments

Comments
 (0)