|
61 | 61 | "dependencies": {
|
62 | 62 | "@emotion/react": "^11.10.5",
|
63 | 63 | "@emotion/styled": "^11.10.5",
|
64 |
| - "@mui/material": "^5.11.5", |
| 64 | + "@mui/material": "^5.11.6", |
65 | 65 | "copy-to-clipboard": "^3.3.3",
|
66 | 66 | "zustand": "^4.1.5"
|
67 | 67 | },
|
|
76 | 76 | "devDependencies": {
|
77 | 77 | "@commitlint/cli": "^17.4.2",
|
78 | 78 | "@commitlint/config-angular": "^17.4.2",
|
79 |
| - "@rollup/plugin-alias": "^4.0.2", |
80 |
| - "@rollup/plugin-commonjs": "^24.0.0", |
| 79 | + "@rollup/plugin-alias": "^4.0.3", |
| 80 | + "@rollup/plugin-commonjs": "^24.0.1", |
81 | 81 | "@rollup/plugin-node-resolve": "^15.0.1",
|
82 | 82 | "@rollup/plugin-replace": "^5.0.2",
|
83 | 83 | "@swc/core": "^1.3.27",
|
84 | 84 | "@testing-library/react": "^13.4.0",
|
85 | 85 | "@types/node": "^18.11.18",
|
86 | 86 | "@types/react": "^18.0.27",
|
87 | 87 | "@types/react-dom": "^18.0.10",
|
88 |
| - "@types/web": "^0.0.88", |
89 |
| - "@typescript-eslint/eslint-plugin": "^5.48.2", |
90 |
| - "@typescript-eslint/parser": "^5.48.2", |
| 88 | + "@types/web": "^0.0.89", |
| 89 | + "@typescript-eslint/eslint-plugin": "^5.49.0", |
| 90 | + "@typescript-eslint/parser": "^5.49.0", |
91 | 91 | "@vitejs/plugin-react": "^3.0.1",
|
92 |
| - "@vitest/coverage-c8": "^0.27.2", |
93 |
| - "@vitest/ui": "^0.27.2", |
| 92 | + "@vitest/coverage-c8": "^0.28.1", |
| 93 | + "@vitest/ui": "^0.28.1", |
94 | 94 | "eslint": "^8.32.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.0.0", |
| 106 | + "jsdom": "^21.1.0", |
107 | 107 | "lint-staged": "^13.1.0",
|
108 | 108 | "pinst": "^3.0.0",
|
109 | 109 | "prettier": "^2.8.3",
|
110 | 110 | "react": "^18.2.0",
|
111 | 111 | "react-dom": "^18.2.0",
|
112 |
| - "rollup": "^3.10.0", |
| 112 | + "rollup": "^3.10.1", |
113 | 113 | "rollup-plugin-dts": "^5.1.1",
|
114 | 114 | "rollup-plugin-swc3": "^0.8.0",
|
115 | 115 | "ts-node": "^10.9.1",
|
116 | 116 | "typescript": "^4.9.4",
|
117 | 117 | "vite": "^4.0.4",
|
118 |
| - "vitest": "^0.27.2" |
| 118 | + "vitest": "^0.28.1" |
119 | 119 | },
|
120 | 120 | "packageManager": "[email protected]",
|
121 | 121 | "workspaces": [
|
|
0 commit comments