|
43 | 43 | "immutable" |
44 | 44 | ], |
45 | 45 | "devDependencies": { |
46 | | -"@rollup/plugin-commonjs":"^24.0.1", |
47 | | -"@rollup/plugin-node-resolve":"^15.0.1", |
48 | | -"@rollup/plugin-replace":"^5.0.2", |
| 46 | +"@rollup/plugin-commonjs":"^28.0.0", |
| 47 | +"@rollup/plugin-node-resolve":"^15.3.0", |
| 48 | +"@rollup/plugin-replace":"^6.0.1", |
| 49 | +"@rollup/plugin-terser":"^0.4.4", |
49 | 50 | "@testing-library/react":"^14.2.1", |
50 | 51 | "@types/jest":"^29.5.0", |
51 | 52 | "@types/node":"^18.15.5", |
52 | 53 | "@types/react":"^18.2.66", |
53 | | -"@typescript-eslint/eslint-plugin":"^5.56.0", |
54 | | -"@typescript-eslint/parser":"^5.56.0", |
| 54 | +"@typescript-eslint/eslint-plugin":"^8.7.0", |
| 55 | +"@typescript-eslint/parser":"^8.7.0", |
55 | 56 | "commitizen":"^4.3.0", |
56 | 57 | "coveralls":"^3.1.1", |
57 | 58 | "eslint":"^8.36.0", |
58 | 59 | "eslint-config-airbnb":"^19.0.4", |
59 | 60 | "eslint-config-prettier":"^8.8.0", |
60 | 61 | "eslint-plugin-import":"^2.27.5", |
61 | 62 | "eslint-plugin-prettier":"^4.2.1", |
62 | | -"jest":"^29.5.0", |
63 | | -"jest-environment-jsdom":"^29.5.0", |
| 63 | +"jest":"^29.7.0", |
| 64 | +"jest-environment-jsdom":"^29.7.0", |
64 | 65 | "mutative":"^1.0.11", |
65 | 66 | "prettier":"^2.8.6", |
66 | 67 | "react":"^18.2.0", |
67 | 68 | "react-dom":"^18.2.0", |
68 | 69 | "rimraf":"^4.4.0", |
69 | | -"rollup":"^3.20.0", |
| 70 | +"rollup":"^4.22.5", |
70 | 71 | "rollup-plugin-terser":"^7.0.0", |
71 | | -"ts-jest":"^29.1.0", |
72 | | -"ts-node":"^10.9.1", |
73 | | -"tslib":"^2.5.0", |
| 72 | +"ts-jest":"^29.2.5", |
| 73 | +"ts-node":"^10.9.2", |
| 74 | +"tslib":"^2.7.0", |
74 | 75 | "typedoc":"^0.23.28", |
75 | 76 | "typedoc-plugin-markdown":"^3.14.0", |
76 | | -"typescript":"^5.0.2", |
77 | | -"yargs":"^17.7.1", |
| 77 | +"typescript":"^5.6.2", |
| 78 | +"yargs":"^17.7.2", |
78 | 79 | "zustand":"^4.5.2" |
79 | 80 | }, |
80 | 81 | "config": { |
|