|
48 | 48 | ], |
49 | 49 | "devDependencies": { |
50 | 50 | "@babel/cli": "^7.19.3", |
51 | | - "@babel/core": "^7.19.3", |
| 51 | + "@babel/core": "^7.19.6", |
52 | 52 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", |
53 | 53 | "@babel/plugin-proposal-optional-chaining": "^7.18.9", |
54 | | - "@babel/plugin-transform-runtime": "^7.19.1", |
| 54 | + "@babel/plugin-transform-runtime": "^7.19.6", |
55 | 55 | "@babel/preset-env": "^7.19.4", |
56 | 56 | "@babel/preset-react": "^7.18.6", |
57 | 57 | "@babel/preset-typescript": "^7.18.6", |
58 | | - "@rollup/plugin-babel": "^6.0.0", |
59 | | - "@rollup/plugin-replace": "^5.0.0", |
60 | | - "@rollup/plugin-typescript": "^9.0.1", |
61 | | - "@storybook/addon-storysource": "^6.5.12", |
62 | | - "@storybook/addons": "^6.5.12", |
63 | | - "@storybook/builder-webpack5": "^6.5.12", |
64 | | - "@storybook/manager-webpack5": "^6.5.12", |
65 | | - "@storybook/react": "^6.5.12", |
66 | | - "@storybook/theming": "^6.5.12", |
| 58 | + "@rollup/plugin-babel": "^6.0.2", |
| 59 | + "@rollup/plugin-replace": "^5.0.1", |
| 60 | + "@rollup/plugin-typescript": "^9.0.2", |
| 61 | + "@storybook/addon-storysource": "^6.5.13", |
| 62 | + "@storybook/addons": "^6.5.13", |
| 63 | + "@storybook/builder-webpack5": "^6.5.13", |
| 64 | + "@storybook/manager-webpack5": "^6.5.13", |
| 65 | + "@storybook/react": "^6.5.13", |
| 66 | + "@storybook/theming": "^6.5.13", |
67 | 67 | "@testing-library/jest-dom": "^5.16.5", |
68 | 68 | "@testing-library/react": "^13.4.0", |
69 | 69 | "@testing-library/user-event": "^14.4.3", |
70 | | - "@types/jest": "^29.1.2", |
71 | | - "@types/node": "^18.11.0", |
72 | | - "@types/react": "^18.0.21", |
73 | | - "@types/react-dom": "^18.0.6", |
| 70 | + "@types/jest": "^29.2.0", |
| 71 | + "@types/node": "^18.11.4", |
| 72 | + "@types/react": "^18.0.22", |
| 73 | + "@types/react-dom": "^18.0.7", |
74 | 74 | "@types/react-window": "^1.8.5", |
75 | 75 | "@types/styled-components": "^5.1.26", |
76 | | - "@typescript-eslint/eslint-plugin": "^5.40.1", |
77 | | - "@typescript-eslint/parser": "^5.40.1", |
78 | | - "babel-jest": "^29.2.0", |
| 76 | + "@typescript-eslint/eslint-plugin": "^5.41.0", |
| 77 | + "@typescript-eslint/parser": "^5.41.0", |
| 78 | + "babel-jest": "^29.2.2", |
79 | 79 | "babel-loader": "^8.2.5", |
80 | 80 | "babel-plugin-styled-components": "^2.0.7", |
81 | | - "chromatic": "^6.10.2", |
| 81 | + "chromatic": "^6.10.5", |
82 | 82 | "cross-env": "^7.0.3", |
83 | 83 | "enzyme": "^3.11.0", |
84 | | - "eslint": "^8.25.0", |
| 84 | + "eslint": "^8.26.0", |
85 | 85 | "eslint-config-prettier": "^8.5.0", |
86 | 86 | "eslint-plugin-prettier": "^4.2.1", |
87 | 87 | "eslint-plugin-react": "^7.31.10", |
88 | 88 | "eslint-plugin-react-hooks": "^4.6.0", |
89 | | - "jest": "^29.2.0", |
90 | | - "jest-environment-jsdom": "^29.2.0", |
| 89 | + "jest": "^29.2.2", |
| 90 | + "jest-environment-jsdom": "^29.2.2", |
91 | 91 | "jest-enzyme": "^7.1.2", |
92 | 92 | "npm-run-all": "^4.1.5", |
93 | 93 | "prettier": "^2.7.1", |
|
97 | 97 | "react-toastify": "^9.0.8", |
98 | 98 | "react-window": "^1.8.7", |
99 | 99 | "rimraf": "^3.0.2", |
100 | | - "rollup": "^3.2.2", |
| 100 | + "rollup": "^3.2.3", |
101 | 101 | "rollup-plugin-terser": "^7.0.2", |
102 | 102 | "styled-components": "^5.3.6", |
103 | 103 | "typescript": "^4.8.4", |
|
0 commit comments