|
29 | 29 | "react-dom":">=16.8.0" |
30 | 30 | }, |
31 | 31 | "dependencies": { |
32 | | -"tslib":"^2.4.1" |
| 32 | +"tslib":"^2.6.2" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | | -"@rollup/plugin-typescript":"^10.0.1", |
36 | | -"@trivago/prettier-plugin-sort-imports":"^4.0.0", |
37 | | -"@types/node":"^18.11.10", |
38 | | -"@types/react":"^18.0.25", |
39 | | -"@types/react-dom":"^18.0.9", |
40 | | -"@vitejs/plugin-react":"^2.2.0", |
41 | | -"eslint":"^8.28.0", |
42 | | -"eslint-config-prettier":"^8.5.0", |
| 35 | +"@rollup/plugin-typescript":"^11.1.3", |
| 36 | +"@trivago/prettier-plugin-sort-imports":"^4.2.0", |
| 37 | +"@types/node":"^20.6.0", |
| 38 | +"@types/react":"^18.2.21", |
| 39 | +"@types/react-dom":"^18.2.7", |
| 40 | +"@vitejs/plugin-react":"^4.0.4", |
| 41 | +"eslint":"^8.49.0", |
| 42 | +"eslint-config-prettier":"^9.0.0", |
43 | 43 | "eslint-config-react-app":"^7.0.1", |
44 | | -"prettier":"^2.8.0", |
| 44 | +"prettier":"^3.0.3", |
45 | 45 | "react":"^18.2.0", |
46 | 46 | "react-dom":"^18.2.0", |
47 | | -"rollup":"^3.5.1", |
48 | | -"rollup-plugin-dts":"^5.0.0", |
49 | | -"typescript":"^4.9.3", |
50 | | -"vite":"^3.2.4" |
| 47 | +"rollup":"^3.29.1", |
| 48 | +"rollup-plugin-dts":"^6.0.2", |
| 49 | +"typescript":"^5.2.2", |
| 50 | +"vite":"^4.4.9" |
51 | 51 | } |
52 | 52 | } |