Skip to content

Commit 7774f63

Browse files
committed
fix: micromatch package update
1 parent ce1a0a2 commit 7774f63

File tree

3 files changed

+1086
-1070
lines changed

3 files changed

+1086
-1070
lines changed

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"author": "",
1717
"license": "ISC",
1818
"devDependencies": {
19-
"@types/node": "^20.14.8",
20-
"@types/react": "^18.3.3",
19+
"@types/node": "^20.16.15",
20+
"@types/react": "^18.3.12",
2121
"jsdom": "24.1.1",
2222
"turbo": "^1.13.4",
23-
"typescript": "^5.4.5"
23+
"typescript": "^5.6.3"
2424
},
2525
"dependencies": {
2626
"jsdom": "24.1.1",

Diff for: packages/main/package.json

+34-34
Original file line numberDiff line numberDiff line change
@@ -10,87 +10,87 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@emotion/css": "^11.13.0",
14-
"@emotion/is-prop-valid": "^1.3.0",
15-
"@emotion/react": "^11.13.0",
16-
"@emotion/styled": "^11.11.5",
17-
"@fingerprintjs/fingerprintjs": "^4.5.0",
13+
"@emotion/css": "^11.13.4",
14+
"@emotion/is-prop-valid": "^1.3.1",
15+
"@emotion/react": "^11.13.3",
16+
"@emotion/styled": "^11.13.0",
17+
"@fingerprintjs/fingerprintjs": "^4.5.1",
1818
"@microlink/react-json-view": "latest",
1919
"@mui/base": "5.0.0-beta.5",
20-
"@mui/icons-material": "^5.15.20",
21-
"@mui/material": "^5.15.20",
22-
"@mui/styles": "^5.15.20",
20+
"@mui/icons-material": "^5.16.7",
21+
"@mui/material": "^5.16.7",
22+
"@mui/styles": "^5.16.7",
2323
"@mui/x-charts": "7.7.1",
24-
"@szhsin/react-menu": "^4.1.0",
25-
"@tanstack/match-sorter-utils": "^8.15.1",
26-
"@tanstack/react-table": "^8.17.3",
27-
"axios": "^1.7.4",
24+
"@szhsin/react-menu": "^4.2.2",
25+
"@tanstack/match-sorter-utils": "^8.19.4",
26+
"@tanstack/react-table": "^8.20.5",
27+
"axios": "^1.7.7",
2828
"classnames": "^2.5.1",
2929
"combokeys": "^3.0.1",
3030
"date-fns": "^2.30.0",
31-
"dayjs": "^1.11.12",
31+
"dayjs": "^1.11.13",
3232
"deep-freeze": "^0.0.1",
3333
"dnd-core": "^16.0.1",
3434
"echarts": "^5.5.1",
3535
"fuzzy": "^0.1.3",
3636
"immutability-helper": "^3.1.1",
3737
"isomorphic-dompurify": "^1.13.0",
38-
"javascript-time-ago": "^2.5.10",
38+
"javascript-time-ago": "^2.5.11",
3939
"jquery": "^3.7.1",
4040
"jsdom": "24.1.1",
4141
"lodash": "^4.17.21",
4242
"lru-memoize": "^1.1.0",
4343
"memoize-one": "^6.0.0",
4444
"moment": "^2.30.1",
45-
"moment-timezone": "^0.5.45",
45+
"moment-timezone": "^0.5.46",
4646
"nanoid": "^5.0.7",
4747
"papaparse": "^5.4.1",
4848
"prismjs": "^1.29.0",
4949
"react": "^18.3.1",
50-
"react-cookie": "^7.2.0",
51-
"react-day-picker": "^9.0.1",
50+
"react-cookie": "^7.2.1",
51+
"react-day-picker": "^9.1.4",
5252
"react-dnd": "^16.0.1",
5353
"react-dnd-html5-backend": "^16.0.1",
5454
"react-dom": "^18.3.1",
5555
"react-flot": "^1.3.0",
5656
"react-redux": "^8.1.3",
5757
"react-responsive": "^9.0.2",
58-
"react-router-dom": "^6.24.0",
59-
"react-select": "^5.8.0",
58+
"react-router-dom": "^6.27.0",
59+
"react-select": "^5.8.1",
6060
"redux": "^4.2.1",
6161
"redux-thunk": "^2.4.2",
6262
"reselect": "^5.1.1",
6363
"slate": "^0.103.0",
6464
"slate-history": "^0.100.0",
6565
"slate-react": "^0.105.0",
66-
"tss-react": "^4.9.10",
66+
"tss-react": "^4.9.13",
6767
"uuid": "^10.0.0",
68-
"web-vitals": "^4.2.3",
68+
"web-vitals": "^4.2.4",
6969
"zod": "^3.23.8",
70-
"zustand": "^4.5.2"
70+
"zustand": "^4.5.5"
7171
},
7272
"devDependencies": {
7373
"@emotion/babel-plugin": "^11.12.0",
7474
"@testing-library/react": "^14.3.1",
7575
"@types/fingerprintjs": "^0.5.28",
76-
"@types/jest": "^29.5.12",
77-
"@types/react": "^18.3.3",
78-
"@types/react-dom": "^18.3.0",
79-
"@typescript-eslint/eslint-plugin": "^7.17.0",
80-
"@typescript-eslint/parser": "^7.17.0",
76+
"@types/jest": "^29.5.14",
77+
"@types/react": "^18.3.12",
78+
"@types/react-dom": "^18.3.1",
79+
"@typescript-eslint/eslint-plugin": "^7.18.0",
80+
"@typescript-eslint/parser": "^7.18.0",
8181
"@vitejs/plugin-basic-ssl": "^1.1.0",
82-
"@vitejs/plugin-react": "^4.3.1",
82+
"@vitejs/plugin-react": "^4.3.3",
8383
"dayjs-plugin-utc": "^0.1.2",
84-
"eslint": "^8.57.0",
84+
"eslint": "^8.57.1",
8585
"eslint-plugin-react-hooks": "^4.6.2",
86-
"eslint-plugin-react-refresh": "^0.4.7",
86+
"eslint-plugin-react-refresh": "^0.4.13",
8787
"happy-dom": "^14.12.3",
8888
"jsdom": "24.1.1",
89-
"prettier": "^3.3.2",
90-
"sass": "^1.77.5",
89+
"prettier": "^3.3.3",
90+
"sass": "^1.80.3",
9191
"scss": "^0.2.4",
92-
"typescript": "^5.4.5",
93-
"vite": "^5.4.6",
92+
"typescript": "^5.6.3",
93+
"vite": "^5.4.10",
9494
"vitest": "^1.6.0"
9595
}
9696
}

0 commit comments

Comments
 (0)