|
42 | 42 | "node": ">= 14"
|
43 | 43 | },
|
44 | 44 | "devDependencies": {
|
45 |
| - "@babel/cli": "^7.19.3", |
46 |
| - "@babel/core": "^7.20.5", |
| 45 | + "@babel/cli": "^7.20.7", |
| 46 | + "@babel/core": "^7.20.7", |
47 | 47 | "@babel/plugin-transform-runtime": "^7.19.6",
|
48 | 48 | "@babel/preset-env": "^7.20.2",
|
49 | 49 | "@babel/preset-react": "^7.18.6",
|
50 | 50 | "@babel/preset-typescript": "^7.18.6",
|
51 | 51 | "@rollup/plugin-babel": "^6.0.3",
|
52 | 52 | "@rollup/plugin-replace": "^5.0.2",
|
53 |
| - "@rollup/plugin-terser": "^0.2.0", |
| 53 | + "@rollup/plugin-terser": "^0.2.1", |
54 | 54 | "@rollup/plugin-typescript": "^10.0.1",
|
55 |
| - "@storybook/addon-storysource": "^6.5.14", |
56 |
| - "@storybook/addons": "^6.5.14", |
57 |
| - "@storybook/builder-webpack5": "^6.5.14", |
58 |
| - "@storybook/manager-webpack5": "^6.5.14", |
59 |
| - "@storybook/react": "^6.5.14", |
60 |
| - "@storybook/theming": "^6.5.14", |
| 55 | + "@storybook/addon-storysource": "^6.5.15", |
| 56 | + "@storybook/addons": "^6.5.15", |
| 57 | + "@storybook/builder-webpack5": "^6.5.15", |
| 58 | + "@storybook/manager-webpack5": "^6.5.15", |
| 59 | + "@storybook/react": "^6.5.15", |
| 60 | + "@storybook/theming": "^6.5.15", |
61 | 61 | "@testing-library/jest-dom": "^5.16.5",
|
62 | 62 | "@testing-library/react": "^13.4.0",
|
63 | 63 | "@testing-library/user-event": "^14.4.3",
|
64 | 64 | "@types/jest": "^29.2.4",
|
65 | 65 | "@types/node": "^18.11.17",
|
66 | 66 | "@types/react": "^18.0.26",
|
67 |
| - "@types/react-dom": "^18.0.9", |
| 67 | + "@types/react-dom": "^18.0.10", |
68 | 68 | "@types/react-window": "^1.8.5",
|
69 | 69 | "@types/styled-components": "^5.1.26",
|
70 |
| - "@typescript-eslint/eslint-plugin": "^5.46.1", |
71 |
| - "@typescript-eslint/parser": "^5.46.1", |
| 70 | + "@typescript-eslint/eslint-plugin": "^5.47.0", |
| 71 | + "@typescript-eslint/parser": "^5.47.0", |
72 | 72 | "babel-jest": "^29.3.1",
|
73 | 73 | "babel-loader": "^9.1.0",
|
74 | 74 | "babel-plugin-styled-components": "^2.0.7",
|
75 |
| - "chromatic": "^6.13.1", |
| 75 | + "chromatic": "^6.14.0", |
76 | 76 | "cross-env": "^7.0.3",
|
77 | 77 | "eslint": "^8.30.0",
|
78 | 78 | "eslint-config-prettier": "^8.5.0",
|
|
89 | 89 | "react-toastify": "^9.1.1",
|
90 | 90 | "react-window": "^1.8.8",
|
91 | 91 | "rimraf": "^3.0.2",
|
92 |
| - "rollup": "^3.7.5", |
| 92 | + "rollup": "^3.8.1", |
93 | 93 | "styled-components": "^5.3.6",
|
94 | 94 | "typescript": "^4.9.4",
|
95 | 95 | "webpack": "^5.75.0"
|
|
116 | 116 | "chromatic": "chromatic --force-rebuild --auto-accept-changes --exit-zero-on-changes"
|
117 | 117 | },
|
118 | 118 | "dependencies": {
|
119 |
| - "@babel/runtime": "^7.20.6" |
| 119 | + "@babel/runtime": "^7.20.7" |
120 | 120 | }
|
121 | 121 | }
|
0 commit comments