Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 4d320a2

Browse files
committed
upgrade dependencies
1 parent 5a6c4b7 commit 4d320a2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,35 +26,35 @@
2626
"@testing-library/jest-dom": "5.16.5",
2727
"@testing-library/react": "13.3.0",
2828
"@types/jest": "28.1.8",
29-
"@types/luxon": "3.0.0",
30-
"@types/node": "18.7.11",
31-
"@types/react": "18.0.17",
29+
"@types/luxon": "3.0.1",
30+
"@types/node": "18.7.14",
31+
"@types/react": "18.0.18",
3232
"@types/react-color": "3.0.6",
3333
"@types/react-csv": "1.1.3",
3434
"@types/react-datepicker": "4.4.2",
3535
"@types/react-dom": "18.0.6",
3636
"@types/react-window": "1.8.5",
37-
"@typescript-eslint/eslint-plugin": "5.34.0",
38-
"@typescript-eslint/parser": "5.34.0",
39-
"eslint": "8.22.0",
37+
"@typescript-eslint/eslint-plugin": "5.36.1",
38+
"@typescript-eslint/parser": "5.36.1",
39+
"eslint": "8.23.0",
4040
"jest": "28.1.3",
4141
"jest-mock-extended": "2.0.7",
4242
"obsidian": "0.15.9",
43-
"rollup": "2.78.1",
43+
"rollup": "2.79.0",
4444
"rollup-plugin-terser": "7.0.2",
4545
"rollup-plugin-typescript2": "0.33.0",
4646
"ts-jest": "28.0.8",
4747
"tslib": "2.4.0",
48-
"typescript": "4.7.4"
48+
"typescript": "4.8.2"
4949
},
5050
"dependencies": {
51-
"@emotion/styled": "11.10.0",
51+
"@emotion/styled": "11.10.4",
5252
"@mui/icons-material": "5.10.3",
5353
"@mui/material": "5.10.3",
5454
"@popperjs/core": "2.11.6",
5555
"@tanstack/match-sorter-utils": "8.1.1",
56-
"@tanstack/react-table": "8.5.11",
57-
"luxon": "3.0.1",
56+
"@tanstack/react-table": "8.5.13",
57+
"luxon": "3.0.3",
5858
"fuse.js": "6.6.2",
5959
"monkey-around": "2.3.0",
6060
"obsidian-dataview": "0.5.43",

0 commit comments

Comments
 (0)