|
38 | 38 | "react-dom": "^17.0.0 || ^18.0.0"
|
39 | 39 | },
|
40 | 40 | "devDependencies": {
|
41 |
| - "@babel/core": "7.18.6", |
42 |
| - "@emotion/babel-plugin": "11.9.2", |
43 |
| - "@emotion/react": "11.9.3", |
| 41 | + "@babel/core": "7.24.3", |
| 42 | + "@emotion/babel-plugin": "11.11.0", |
| 43 | + "@emotion/react": "11.11.4", |
44 | 44 | "@size-limit/preset-small-lib": "7.0.8",
|
45 |
| - "@storybook/addon-actions": "6.5.9", |
46 |
| - "@storybook/addon-docs": "6.5.9", |
47 |
| - "@storybook/addon-essentials": "6.5.9", |
48 |
| - "@storybook/addon-links": "6.5.9", |
49 |
| - "@storybook/addon-storysource": "6.5.9", |
50 |
| - "@storybook/builder-vite": "0.1.39", |
51 |
| - "@storybook/react": "6.5.9", |
52 |
| - "@testing-library/jest-dom": "5.16.4", |
53 |
| - "@testing-library/react": "13.3.0", |
54 |
| - "@types/react": "18.0.15", |
55 |
| - "@types/react-dom": "18.0.6", |
56 |
| - "@typescript-eslint/eslint-plugin": "5.30.6", |
57 |
| - "@typescript-eslint/parser": "5.30.6", |
| 45 | + "@storybook/addon-actions": "6.5.16", |
| 46 | + "@storybook/addon-docs": "6.5.16", |
| 47 | + "@storybook/addon-essentials": "6.5.16", |
| 48 | + "@storybook/addon-links": "6.5.16", |
| 49 | + "@storybook/addon-storysource": "6.5.16", |
| 50 | + "@storybook/builder-vite": "0.4.2", |
| 51 | + "@storybook/react": "6.5.16", |
| 52 | + "@testing-library/jest-dom": "5.17.0", |
| 53 | + "@testing-library/react": "13.4.0", |
| 54 | + "@types/react": "18.2.73", |
| 55 | + "@types/react-dom": "18.2.22", |
| 56 | + "@typescript-eslint/eslint-plugin": "5.62.0", |
| 57 | + "@typescript-eslint/parser": "5.62.0", |
58 | 58 | "@vitejs/plugin-react": "1.3.2",
|
59 |
| - "babel-loader": "8.2.5", |
60 |
| - "eslint": "8.19.0", |
| 59 | + "babel-loader": "8.3.0", |
| 60 | + "eslint": "8.57.0", |
61 | 61 | "eslint-config-airbnb": "19.0.4",
|
62 |
| - "eslint-config-airbnb-typescript": "17.0.0", |
63 |
| - "eslint-config-prettier": "8.5.0", |
64 |
| - "eslint-plugin-import": "2.26.0", |
65 |
| - "eslint-plugin-jsx-a11y": "6.6.0", |
| 62 | + "eslint-config-airbnb-typescript": "17.1.0", |
| 63 | + "eslint-config-prettier": "8.10.0", |
| 64 | + "eslint-plugin-import": "2.29.1", |
| 65 | + "eslint-plugin-jsx-a11y": "6.8.0", |
66 | 66 | "eslint-plugin-prettier": "4.2.1",
|
67 |
| - "eslint-plugin-react": "7.30.1", |
| 67 | + "eslint-plugin-react": "7.34.1", |
68 | 68 | "eslint-plugin-react-hooks": "4.6.0",
|
69 |
| - "eslint-plugin-storybook": "0.6.1", |
70 |
| - "jest": "28.1.2", |
71 |
| - "jest-environment-jsdom": "28.1.2", |
| 69 | + "eslint-plugin-storybook": "0.8.0", |
| 70 | + "jest": "28.1.3", |
| 71 | + "jest-environment-jsdom": "28.1.3", |
72 | 72 | "npm-check": "5.9.2",
|
73 |
| - "prettier": "2.7.1", |
| 73 | + "prettier": "2.8.8", |
74 | 74 | "react": "18.2.0",
|
75 | 75 | "react-dom": "18.2.0",
|
76 | 76 | "size-limit": "7.0.8",
|
77 |
| - "ts-jest": "28.0.5", |
78 |
| - "typescript": "4.7.4", |
79 |
| - "vite": "2.9.17", |
80 |
| - "vite-plugin-dts": "1.3.0", |
81 |
| - "vite-plugin-markdown": "2.0.2", |
82 |
| - "vitest": "0.18.0" |
| 77 | + "ts-jest": "28.0.8", |
| 78 | + "typescript": "4.9.5", |
| 79 | + "vite": "2.9.18", |
| 80 | + "vite-plugin-dts": "1.7.3", |
| 81 | + "vite-plugin-markdown": "2.2.0", |
| 82 | + "vitest": "0.34.6" |
83 | 83 | },
|
84 | 84 | "scripts": {
|
85 | 85 | "build": "vite build",
|
|
0 commit comments