|
59 | 59 | "build": "rollup -c rollup.config.ts --configPlugin swc3" |
60 | 60 | }, |
61 | 61 | "dependencies": { |
62 | | - "@emotion/react": "^11.10.4", |
63 | | - "@emotion/styled": "^11.10.4", |
64 | | - "@mui/icons-material": "^5.10.6", |
65 | | - "@mui/material": "^5.10.8", |
| 62 | + "@emotion/react": "^11.10.5", |
| 63 | + "@emotion/styled": "^11.10.5", |
| 64 | + "@mui/icons-material": "^5.10.9", |
| 65 | + "@mui/material": "^5.10.13", |
66 | 66 | "copy-to-clipboard": "^3.3.2", |
67 | 67 | "group-items": "^2.2.0", |
68 | | - "zustand": "^4.1.2" |
| 68 | + "zustand": "^4.1.4" |
69 | 69 | }, |
70 | 70 | "lint-staged": { |
71 | 71 | "!*.{ts,tsx,js,jsx}": "prettier --write --ignore-unknown", |
|
76 | 76 | "react-dom": "^17 || ^18" |
77 | 77 | }, |
78 | 78 | "devDependencies": { |
79 | | - "@commitlint/cli": "^17.1.2", |
80 | | - "@commitlint/config-angular": "^17.1.0", |
81 | | - "@rollup/plugin-alias": "^4.0.0", |
82 | | - "@rollup/plugin-commonjs": "^23.0.0", |
83 | | - "@rollup/plugin-node-resolve": "^15.0.0", |
84 | | - "@rollup/plugin-replace": "^5.0.0", |
85 | | - "@swc/core": "^1.3.6", |
| 79 | + "@commitlint/cli": "^17.2.0", |
| 80 | + "@commitlint/config-angular": "^17.2.0", |
| 81 | + "@rollup/plugin-alias": "^4.0.2", |
| 82 | + "@rollup/plugin-commonjs": "^23.0.2", |
| 83 | + "@rollup/plugin-node-resolve": "^15.0.1", |
| 84 | + "@rollup/plugin-replace": "^5.0.1", |
| 85 | + "@swc/core": "^1.3.14", |
86 | 86 | "@testing-library/react": "^13.4.0", |
87 | | - "@textea/dev-kit": "^0.13.8", |
88 | | - "@types/node": "^18.8.3", |
89 | | - "@types/react": "^18.0.21", |
90 | | - "@types/react-dom": "^18.0.6", |
91 | | - "@types/web": "^0.0.75", |
92 | | - "@vitejs/plugin-react": "^2.1.0", |
93 | | - "@vitest/coverage-c8": "^0.23.4", |
94 | | - "@vitest/ui": "^0.24.1", |
95 | | - "expect-type": "^0.14.2", |
96 | | - "husky": "^8.0.1", |
97 | | - "jsdom": "^20.0.1", |
| 87 | + "@textea/dev-kit": "^0.14.2", |
| 88 | + "@types/node": "^18.11.9", |
| 89 | + "@types/react": "^18.0.25", |
| 90 | + "@types/react-dom": "^18.0.8", |
| 91 | + "@types/web": "^0.0.79", |
| 92 | + "@vitejs/plugin-react": "^2.2.0", |
| 93 | + "@vitest/coverage-c8": "^0.25.1", |
| 94 | + "@vitest/ui": "^0.25.1", |
| 95 | + "expect-type": "^0.15.0", |
| 96 | + "husky": "^8.0.2", |
| 97 | + "jsdom": "^20.0.2", |
98 | 98 | "lint-staged": "^13.0.3", |
99 | 99 | "pinst": "^3.0.0", |
100 | 100 | "prettier": "^2.7.1", |
101 | 101 | "react": "^18.2.0", |
102 | 102 | "react-dom": "^18.2.0", |
103 | | - "rollup": "^2.79.1", |
104 | | - "rollup-plugin-dts": "^4.2.3", |
105 | | - "rollup-plugin-swc3": "^0.6.0", |
| 103 | + "rollup": "^3.2.5", |
| 104 | + "rollup-plugin-dts": "^5.0.0", |
| 105 | + "rollup-plugin-swc3": "^0.7.0", |
106 | 106 | "ts-node": "^10.9.1", |
107 | 107 | "typescript": "^4.8.4", |
108 | | - "vitest": "^0.24.1" |
| 108 | + "vitest": "^0.25.1" |
109 | 109 | }, |
110 | 110 | "packageManager": "[email protected]", |
111 | 111 | "workspaces": [ |
|
0 commit comments