Skip to content

Commit 9d961c4

Browse files
committed
feat: improve widget
1 parent ff0b435 commit 9d961c4

File tree

17 files changed

+759
-461
lines changed

17 files changed

+759
-461
lines changed

next.config.js

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ const config = {
1010
output: "export",
1111
reactStrictMode: false,
1212
productionBrowserSourceMaps: true,
13-
experimental: {
14-
optimizePackageImports: ["reaflow"],
15-
},
1613
compiler: {
1714
styledComponents: true,
1815
},

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
"analyze": "ANALYZE=true npm run build"
2121
},
2222
"dependencies": {
23-
"@mantine/code-highlight": "^7.11.2",
24-
"@mantine/core": "^7.11.2",
25-
"@mantine/dropzone": "^7.11.2",
26-
"@mantine/hooks": "^7.11.2",
27-
"@monaco-editor/react": "^4.6.0",
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",
27+
"@monaco-editor/react": "^4.7.0",
2828
"@sentry/nextjs": "^7.118.0",
29-
"@tanstack/react-query": "^4.36.1",
30-
"allotment": "^1.20.2",
31-
"axios": "^1.7.2",
32-
"dayjs": "^1.11.12",
29+
"@tanstack/react-query": "^5.67.3",
30+
"allotment": "^1.20.3",
31+
"axios": "^1.8.3",
32+
"dayjs": "^1.11.13",
3333
"gofmt.js": "^0.0.2",
34-
"html-to-image": "^1.11.11",
34+
"html-to-image": "^1.11.13",
3535
"jq-web": "^0.5.1",
3636
"js-cookie": "^3.0.5",
3737
"js-yaml": "^4.1.0",
@@ -51,14 +51,14 @@
5151
"react-compare-slider": "^3.1.0",
5252
"react-countup": "^6.5.3",
5353
"react-dom": "^18.3.1",
54-
"react-hot-toast": "^2.4.1",
55-
"react-icons": "^5.4.0",
54+
"react-hot-toast": "^2.5.2",
55+
"react-icons": "^5.5.0",
5656
"react-json-tree": "^0.18.0",
5757
"react-linkify-it": "^1.0.8",
5858
"react-text-transition": "^3.1.0",
5959
"react-zoomable-ui": "^0.11.0",
6060
"reaflow": "5.3.4",
61-
"styled-components": "^6.1.12",
61+
"styled-components": "^6.1.15",
6262
"toml": "^3.0.0",
6363
"use-long-press": "^3.2.0",
6464
"zustand": "^4.5.4"
@@ -68,7 +68,7 @@
6868
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
6969
"@types/js-cookie": "^3.0.6",
7070
"@types/js-yaml": "^4.0.9",
71-
"@types/jsonwebtoken": "^9.0.6",
71+
"@types/jsonwebtoken": "^9.0.9",
7272
"@types/jxon": "^2.0.5",
7373
"@types/node": "^20.14.11",
7474
"@types/react": "18.2.51",
@@ -77,11 +77,11 @@
7777
"eslint": "8.56.0",
7878
"eslint-config-next": "14.1.0",
7979
"eslint-config-prettier": "^9.1.0",
80-
"eslint-plugin-prettier": "^5.2.1",
80+
"eslint-plugin-prettier": "^5.2.3",
8181
"eslint-plugin-unused-imports": "^3.2.0",
82-
"prettier": "^3.3.3",
82+
"prettier": "^3.5.3",
8383
"ts-node": "^10.9.2",
84-
"typescript": "5.3.3"
84+
"typescript": "5.8.2"
8585
},
8686
"engines": {
8787
"node": ">=18.x"

0 commit comments

Comments
 (0)