|
82 | 82 | "sideEffects": false,
|
83 | 83 | "license": "Apache-2.0",
|
84 | 84 | "devDependencies": {
|
85 |
| - "@babel/core": "^7.24.8", |
86 |
| - "@babel/preset-env": "^7.24.8", |
| 85 | + "@babel/core": "^7.24.9", |
| 86 | + "@babel/preset-env": "^7.25.0", |
87 | 87 | "@babel/preset-react": "^7.24.7",
|
88 | 88 | "@babel/preset-typescript": "^7.24.7",
|
89 | 89 | "@eslint/compat": "^1.1.1",
|
90 | 90 | "@eslint/eslintrc": "^3.1.0",
|
91 |
| - "@eslint/js": "^9.6.0", |
92 |
| - "@storybook/addon-a11y": "^8.2.2", |
93 |
| - "@storybook/addon-controls": "^8.2.2", |
| 91 | + "@eslint/js": "^9.7.0", |
| 92 | + "@storybook/addon-a11y": "^8.2.6", |
| 93 | + "@storybook/addon-controls": "^8.2.6", |
94 | 94 | "@storybook/addon-coverage": "^1.0.4",
|
95 |
| - "@storybook/addon-essentials": "^8.2.2", |
96 |
| - "@storybook/addon-interactions": "^8.2.2", |
97 |
| - "@storybook/addon-links": "^8.2.2", |
98 |
| - "@storybook/addon-themes": "^8.2.2", |
99 |
| - "@storybook/blocks": "^8.2.2", |
100 |
| - "@storybook/react": "^8.2.2", |
101 |
| - "@storybook/react-vite": "^8.2.2", |
102 |
| - "@testing-library/jest-dom": "^6.4.6", |
| 95 | + "@storybook/addon-essentials": "^8.2.6", |
| 96 | + "@storybook/addon-interactions": "^8.2.6", |
| 97 | + "@storybook/addon-links": "^8.2.6", |
| 98 | + "@storybook/addon-themes": "^8.2.6", |
| 99 | + "@storybook/blocks": "^8.2.6", |
| 100 | + "@storybook/react": "^8.2.6", |
| 101 | + "@storybook/react-vite": "^8.2.6", |
| 102 | + "@testing-library/jest-dom": "^6.4.8", |
103 | 103 | "@testing-library/react": "^16.0.0",
|
104 | 104 | "@testing-library/react-hooks": "^8.0.1",
|
105 | 105 | "@testing-library/user-event": "^14.5.2",
|
|
111 | 111 | "@types/react-dom": "^18.3.0",
|
112 | 112 | "@types/styled-components": "^5.1.34",
|
113 | 113 | "@types/ungap__structured-clone": "^1.2.0",
|
114 |
| - "@typescript-eslint/eslint-plugin": "^7.16.0", |
115 |
| - "@typescript-eslint/parser": "^7.16.0", |
| 114 | + "@typescript-eslint/eslint-plugin": "^7.17.0", |
| 115 | + "@typescript-eslint/parser": "^7.17.0", |
116 | 116 | "@ungap/structured-clone": "^1.2.0",
|
117 | 117 | "@vitejs/plugin-react": "^4.3.1",
|
118 | 118 | "babel-jest": "^29.7.0",
|
119 | 119 | "cpy-cli": "^5.0.0",
|
120 |
| - "eslint": "^9.6.0", |
| 120 | + "eslint": "^9.7.0", |
121 | 121 | "eslint-config-prettier": "^9.1.0",
|
122 | 122 | "eslint-config-standard-with-typescript": "^43.0.1",
|
123 | 123 | "eslint-import-resolver-typescript": "^3.6.1",
|
124 | 124 | "eslint-plugin-import": "^2.29.1",
|
125 | 125 | "eslint-plugin-jest": "^28.6.0",
|
126 | 126 | "eslint-plugin-jsx-a11y": "^6.9.0",
|
127 |
| - "eslint-plugin-n": "^17.9.0", |
| 127 | + "eslint-plugin-n": "^17.10.1", |
128 | 128 | "eslint-plugin-node": "^11.1.0",
|
129 |
| - "eslint-plugin-prettier": "5.1.3", |
130 |
| - "eslint-plugin-promise": "^6.4.0", |
131 |
| - "eslint-plugin-react": "^7.34.3", |
| 129 | + "eslint-plugin-prettier": "5.2.1", |
| 130 | + "eslint-plugin-promise": "^7.0.0", |
| 131 | + "eslint-plugin-react": "^7.35.0", |
132 | 132 | "eslint-plugin-react-hooks": "^4.6.2",
|
133 |
| - "eslint-plugin-react-refresh": "^0.4.8", |
| 133 | + "eslint-plugin-react-refresh": "^0.4.9", |
134 | 134 | "eslint-plugin-storybook": "^0.8.0",
|
135 |
| - "eslint-plugin-unused-imports": "^4.0.0", |
| 135 | + "eslint-plugin-unused-imports": "^4.0.1", |
136 | 136 | "globals": "^15.8.0",
|
137 | 137 | "gts": "^5.3.1",
|
138 |
| - "html-validate": "^8.20.1", |
| 138 | + "html-validate": "^8.21.0", |
139 | 139 | "jest": "^29.7.0",
|
140 | 140 | "jest-axe": "^9.0.0",
|
141 | 141 | "jest-canvas-mock": "^2.5.2",
|
|
144 | 144 | "jest-junit": "^16.0.0",
|
145 | 145 | "jest-styled-components": "^7.2.0",
|
146 | 146 | "json-beautify": "^1.1.1",
|
147 |
| - "prettier": "^3.3.2", |
| 147 | + "prettier": "^3.3.3", |
148 | 148 | "react-transition-group": "^4.4.5",
|
149 | 149 | "sort-imports": "^1.1.0",
|
150 |
| - "storybook": "^8.2.2", |
151 |
| - "ts-jest": "^29.2.2", |
| 150 | + "storybook": "^8.2.6", |
| 151 | + "ts-jest": "^29.2.3", |
152 | 152 | "tsc-alias": "1.8.10",
|
153 |
| - "typedoc": "^0.26.4", |
154 |
| - "typedoc-plugin-markdown": "^4.2.1", |
155 |
| - "typescript": "^5.5.3", |
156 |
| - "vite": "^5.3.3", |
| 153 | + "typedoc": "^0.26.5", |
| 154 | + "typedoc-plugin-markdown": "^4.2.3", |
| 155 | + "typescript": "^5.5.4", |
| 156 | + "vite": "^5.3.5", |
157 | 157 | "vite-tsconfig-paths": "^4.3.2",
|
158 | 158 | "yarn-deduplicate": "^6.0.2"
|
159 | 159 | },
|
160 | 160 | "dependencies": {
|
161 |
| - "@emotion/is-prop-valid": "^1.2.2", |
| 161 | + "@emotion/is-prop-valid": "^1.3.0", |
162 | 162 | "lottie-web": "^5.12.2",
|
163 | 163 | "react": "^18.3.1",
|
164 | 164 | "react-dom": "^18.3.1",
|
165 | 165 | "react-transition-group": "^4.4.5",
|
166 |
| - "styled-components": "^6.1.11" |
| 166 | + "styled-components": "^6.1.12" |
167 | 167 | },
|
168 | 168 | "resolutions": {
|
169 | 169 | "strip-ansi": "^6.0.1",
|
|
0 commit comments