|
59 | 59 | "build": "rollup -c rollup.config.ts --configPlugin swc3"
|
60 | 60 | },
|
61 | 61 | "dependencies": {
|
62 |
| - "@emotion/react": "^11.10.5", |
63 |
| - "@emotion/styled": "^11.10.5", |
64 |
| - "@mui/material": "^5.11.6", |
| 62 | + "@emotion/react": "^11.10.6", |
| 63 | + "@emotion/styled": "^11.10.6", |
| 64 | + "@mui/material": "^5.11.12", |
65 | 65 | "copy-to-clipboard": "^3.3.3",
|
66 | 66 | "zustand": "^4.1.5"
|
67 | 67 | },
|
|
74 | 74 | "react-dom": "^17 || ^18"
|
75 | 75 | },
|
76 | 76 | "devDependencies": {
|
77 |
| - "@commitlint/cli": "^17.4.2", |
78 |
| - "@commitlint/config-angular": "^17.4.2", |
| 77 | + "@commitlint/cli": "^17.4.4", |
| 78 | + "@commitlint/config-angular": "^17.4.4", |
79 | 79 | "@rollup/plugin-alias": "^4.0.3",
|
80 | 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 |
| - "@swc/core": "^1.3.27", |
84 |
| - "@testing-library/react": "^13.4.0", |
85 |
| - "@types/node": "^18.11.18", |
86 |
| - "@types/react": "^18.0.27", |
87 |
| - "@types/react-dom": "^18.0.10", |
88 |
| - "@types/web": "^0.0.89", |
89 |
| - "@typescript-eslint/eslint-plugin": "^5.49.0", |
90 |
| - "@typescript-eslint/parser": "^5.49.0", |
91 |
| - "@vitejs/plugin-react": "^3.0.1", |
92 |
| - "@vitest/coverage-c8": "^0.28.1", |
93 |
| - "@vitest/ui": "^0.28.1", |
94 |
| - "eslint": "^8.32.0", |
| 83 | + "@swc/core": "^1.3.38", |
| 84 | + "@testing-library/react": "^14.0.0", |
| 85 | + "@types/node": "^18.14.6", |
| 86 | + "@types/react": "^18.0.28", |
| 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", |
| 91 | + "@vitejs/plugin-react": "^3.1.0", |
| 92 | + "@vitest/coverage-c8": "^0.29.2", |
| 93 | + "@vitest/ui": "^0.29.2", |
| 94 | + "eslint": "^8.35.0", |
95 | 95 | "eslint-config-standard": "^17.0.0",
|
96 | 96 | "eslint-plugin-cypress": "^2.12.1",
|
97 | 97 | "eslint-plugin-import": "^2.27.5",
|
98 | 98 | "eslint-plugin-n": "^15.6.1",
|
99 | 99 | "eslint-plugin-promise": "^6.1.1",
|
100 |
| - "eslint-plugin-react": "^7.32.1", |
| 100 | + "eslint-plugin-react": "^7.32.2", |
101 | 101 | "eslint-plugin-react-hooks": "^4.6.0",
|
102 |
| - "eslint-plugin-simple-import-sort": "^9.0.0", |
| 102 | + "eslint-plugin-simple-import-sort": "^10.0.0", |
103 | 103 | "eslint-plugin-unused-imports": "^2.0.0",
|
104 | 104 | "expect-type": "^0.15.0",
|
105 | 105 | "husky": "^8.0.3",
|
106 | 106 | "jsdom": "^21.1.0",
|
107 |
| - "lint-staged": "^13.1.0", |
| 107 | + "lint-staged": "^13.1.2", |
108 | 108 | "pinst": "^3.0.0",
|
109 |
| - "prettier": "^2.8.3", |
| 109 | + "prettier": "^2.8.4", |
110 | 110 | "react": "^18.2.0",
|
111 | 111 | "react-dom": "^18.2.0",
|
112 |
| - "rollup": "^3.12.0", |
113 |
| - "rollup-plugin-dts": "^5.1.1", |
| 112 | + "rollup": "^3.18.0", |
| 113 | + "rollup-plugin-dts": "^5.2.0", |
114 | 114 | "rollup-plugin-swc3": "^0.8.0",
|
115 | 115 | "ts-node": "^10.9.1",
|
116 |
| - "typescript": "^4.9.4", |
117 |
| - "vite": "^4.0.4", |
118 |
| - "vitest": "^0.28.1" |
| 116 | + "typescript": "^4.9.5", |
| 117 | + "vite": "^4.1.4", |
| 118 | + "vitest": "^0.29.2" |
119 | 119 | },
|
120 | 120 | "packageManager": "[email protected]",
|
121 | 121 | "workspaces": [
|
|
0 commit comments