|
61 | 61 | "dependencies": {
|
62 | 62 | "@emotion/react": "^11.10.6",
|
63 | 63 | "@emotion/styled": "^11.10.6",
|
64 |
| - "@mui/material": "^5.11.12", |
| 64 | + "@mui/material": "^5.11.13", |
65 | 65 | "copy-to-clipboard": "^3.3.3",
|
66 | 66 | "zustand": "^4.3.6"
|
67 | 67 | },
|
|
82 | 82 | "@rollup/plugin-replace": "^5.0.2",
|
83 | 83 | "@swc/core": "^1.3.41",
|
84 | 84 | "@testing-library/react": "^14.0.0",
|
85 |
| - "@types/node": "^18.15.0", |
| 85 | + "@types/node": "^18.15.3", |
86 | 86 | "@types/react": "^18.0.28",
|
87 | 87 | "@types/react-dom": "^18.0.11",
|
88 |
| - "@types/web": "^0.0.96", |
89 |
| - "@typescript-eslint/eslint-plugin": "^5.54.1", |
90 |
| - "@typescript-eslint/parser": "^5.54.1", |
| 88 | + "@types/web": "^0.0.99", |
| 89 | + "@typescript-eslint/eslint-plugin": "^5.55.0", |
| 90 | + "@typescript-eslint/parser": "^5.55.0", |
91 | 91 | "@vitejs/plugin-react": "^3.1.0",
|
92 |
| - "@vitest/coverage-c8": "^0.29.2", |
93 |
| - "@vitest/ui": "^0.29.2", |
| 92 | + "@vitest/coverage-c8": "^0.29.3", |
| 93 | + "@vitest/ui": "^0.29.3", |
94 | 94 | "eslint": "^8.36.0",
|
95 | 95 | "eslint-config-standard": "^17.0.0",
|
96 | 96 | "eslint-plugin-cypress": "^2.12.1",
|
|
103 | 103 | "eslint-plugin-unused-imports": "^2.0.0",
|
104 | 104 | "expect-type": "^0.15.0",
|
105 | 105 | "husky": "^8.0.3",
|
106 |
| - "jsdom": "^21.1.0", |
107 |
| - "lint-staged": "^13.1.2", |
| 106 | + "jsdom": "^21.1.1", |
| 107 | + "lint-staged": "^13.2.0", |
108 | 108 | "pinst": "^3.0.0",
|
109 | 109 | "prettier": "^2.8.4",
|
110 | 110 | "react": "^18.2.0",
|
111 | 111 | "react-dom": "^18.2.0",
|
112 |
| - "rollup": "^3.18.0", |
113 |
| - "rollup-plugin-dts": "^5.2.0", |
| 112 | + "rollup": "^3.19.1", |
| 113 | + "rollup-plugin-dts": "^5.3.0", |
114 | 114 | "rollup-plugin-swc3": "^0.8.0",
|
115 | 115 | "ts-node": "^10.9.1",
|
116 |
| - "typescript": "^4.9.5", |
117 |
| - "vite": "^4.1.4", |
118 |
| - "vitest": "^0.29.2" |
| 116 | + "typescript": "^5.0.2", |
| 117 | + "vite": "^4.2.0", |
| 118 | + "vitest": "^0.29.3" |
119 | 119 | },
|
120 | 120 | "packageManager": "[email protected]",
|
121 | 121 | "workspaces": [
|
|
0 commit comments