|
1 | 1 | { |
2 | 2 | "name": "obsidian-dbfolder", |
3 | | - "version": "2.5.3", |
| 3 | + "version": "2.6.4", |
4 | 4 | "description": "This is a sample plugin for Obsidian (https://obsidian.md)", |
5 | 5 | "main": "main.js", |
6 | 6 | "scripts": { |
|
26 | 26 | "@rollup/plugin-typescript": "8.5.0", |
27 | 27 | "@testing-library/jest-dom": "5.16.5", |
28 | 28 | "@testing-library/react": "13.4.0", |
29 | | - "@types/jest": "28.1.8", |
| 29 | + "@types/jest": "29.0.3", |
30 | 30 | "@types/luxon": "3.0.1", |
31 | | - "@types/node": "18.7.16", |
32 | | - "@types/react": "18.0.19", |
| 31 | + "@types/node": "18.7.18", |
| 32 | + "@types/react": "18.0.20", |
33 | 33 | "@types/react-color": "3.0.6", |
34 | 34 | "@types/react-csv": "1.1.3", |
35 | 35 | "@types/react-datepicker": "4.4.2", |
36 | 36 | "@types/react-dom": "18.0.6", |
37 | 37 | "@types/react-window": "1.8.5", |
38 | | - "@typescript-eslint/eslint-plugin": "5.36.2", |
39 | | - "@typescript-eslint/parser": "5.36.2", |
40 | | - "eslint": "8.23.0", |
41 | | - "jest": "28.1.3", |
42 | | - "jest-mock-extended": "2.0.7", |
| 38 | + "@typescript-eslint/eslint-plugin": "5.37.0", |
| 39 | + "@typescript-eslint/parser": "5.37.0", |
| 40 | + "eslint": "8.23.1", |
| 41 | + "jest": "29.0.3", |
| 42 | + "jest-mock-extended": "3.0.1", |
43 | 43 | "obsidian": "0.15.9", |
44 | 44 | "rollup": "2.79.0", |
45 | 45 | "rollup-plugin-terser": "7.0.2", |
46 | | - "rollup-plugin-typescript2": "0.33.0", |
47 | | - "ts-jest": "28.0.8", |
| 46 | + "rollup-plugin-typescript2": "0.34.0", |
| 47 | + "ts-jest": "29.0.1", |
48 | 48 | "tslib": "2.4.0", |
49 | 49 | "typescript": "4.8.3" |
50 | 50 | }, |
51 | 51 | "dependencies": { |
52 | 52 | "@emotion/styled": "11.10.4", |
53 | 53 | "@mui/icons-material": "5.10.3", |
54 | | - "@mui/material": "5.10.4", |
| 54 | + "@mui/material": "5.10.5", |
55 | 55 | "@popperjs/core": "2.11.6", |
56 | 56 | "@tanstack/match-sorter-utils": "8.1.1", |
57 | 57 | "@tanstack/react-table": "8.5.13", |
|
0 commit comments