|
1 | 1 | { |
2 | 2 | "name": "obsidian-dbfolder", |
3 | | - "version": "2.7.1", |
| 3 | + "version": "2.7.2", |
4 | 4 | "description": "This is a sample plugin for Obsidian (https://obsidian.md)", |
5 | 5 | "main": "main.js", |
6 | 6 | "scripts": { |
|
19 | 19 | "license": "MIT", |
20 | 20 | "devDependencies": { |
21 | 21 | "@faker-js/faker": "7.5.0", |
22 | | - "@rollup/plugin-commonjs": "22.0.2", |
23 | | - "@rollup/plugin-json": "4.1.0", |
24 | | - "@rollup/plugin-node-resolve": "14.1.0", |
25 | | - "@rollup/plugin-replace": "4.0.0", |
26 | | - "@rollup/plugin-typescript": "8.5.0", |
| 22 | + "@rollup/plugin-commonjs": "23.0.0", |
| 23 | + "@rollup/plugin-json": "5.0.0", |
| 24 | + "@rollup/plugin-node-resolve": "15.0.0", |
| 25 | + "@rollup/plugin-replace": "5.0.0", |
| 26 | + "@rollup/plugin-typescript": "9.0.1", |
27 | 27 | "@testing-library/jest-dom": "5.16.5", |
28 | 28 | "@testing-library/react": "13.4.0", |
29 | | - "@types/jest": "29.0.3", |
| 29 | + "@types/jest": "29.1.2", |
30 | 30 | "@types/luxon": "3.0.1", |
31 | | - "@types/node": "18.7.22", |
| 31 | + "@types/node": "18.8.4", |
32 | 32 | "@types/react": "18.0.21", |
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.38.0", |
39 | | - "@typescript-eslint/parser": "5.38.0", |
40 | | - "eslint": "8.24.0", |
41 | | - "jest": "29.0.3", |
| 38 | + "@typescript-eslint/eslint-plugin": "5.40.0", |
| 39 | + "@typescript-eslint/parser": "5.40.0", |
| 40 | + "eslint": "8.25.0", |
| 41 | + "jest": "29.1.2", |
42 | 42 | "jest-mock-extended": "3.0.1", |
43 | 43 | "obsidian": "0.16.3", |
44 | 44 | "rollup": "2.79.1", |
45 | 45 | "rollup-plugin-terser": "7.0.2", |
46 | | - "rollup-plugin-typescript2": "0.34.0", |
47 | | - "ts-jest": "29.0.2", |
| 46 | + "rollup-plugin-typescript2": "0.34.1", |
| 47 | + "ts-jest": "29.0.3", |
48 | 48 | "tslib": "2.4.0", |
49 | | - "typescript": "4.8.3" |
| 49 | + "typescript": "4.8.4" |
50 | 50 | }, |
51 | 51 | "dependencies": { |
52 | 52 | "@emotion/styled": "11.10.4", |
|
59 | 59 | "fuse.js": "6.6.2", |
60 | 60 | "luxon": "3.0.4", |
61 | 61 | "monkey-around": "2.3.0", |
62 | | - "obsidian-dataview": "0.5.46", |
| 62 | + "obsidian-dataview": "0.5.47", |
63 | 63 | "react": "18.2.0", |
64 | 64 | "react-color": "2.19.3", |
65 | 65 | "react-csv": "2.2.2", |
|
68 | 68 | "react-popper": "2.3.0", |
69 | 69 | "react-select": "5.4.0", |
70 | 70 | "react-window": "1.8.7", |
71 | | - "zustand": "4.1.1" |
| 71 | + "zustand": "4.1.2" |
72 | 72 | } |
73 | 73 | } |
0 commit comments