|
24 | 24 | "darwin", |
25 | 25 | "linux" |
26 | 26 | ], |
27 | | - "packageManager": "pnpm@7.12.2", |
| 27 | + "packageManager": "pnpm@7.17.1", |
28 | 28 | "sideEffects": false, |
29 | 29 | "main": "dist/index.js", |
30 | 30 | "module": "dist/index.js", |
|
119 | 119 | "react-dom": "18.x" |
120 | 120 | }, |
121 | 121 | "devDependencies": { |
122 | | - "@babel/core": "7.20.2", |
| 122 | + "@babel/core": "7.20.5", |
123 | 123 | "@babel/eslint-parser": "7.19.1", |
124 | 124 | "@babel/plugin-proposal-class-properties": "7.18.6", |
125 | 125 | "@babel/plugin-transform-runtime": "7.19.6", |
126 | 126 | "@babel/preset-env": "7.20.2", |
127 | 127 | "@babel/preset-react": "7.18.6", |
128 | 128 | "@babel/preset-typescript": "7.18.6", |
129 | | - "@commitlint/cli": "17.2.0", |
130 | | - "@commitlint/config-conventional": "17.2.0", |
| 129 | + "@commitlint/cli": "17.3.0", |
| 130 | + "@commitlint/config-conventional": "17.3.0", |
131 | 131 | "@emotion/babel-plugin": "11.10.5", |
132 | 132 | "@emotion/eslint-plugin": "11.10.0", |
133 | 133 | "@emotion/jest": "11.10.5", |
134 | 134 | "@emotion/react": "11.10.5", |
135 | 135 | "@emotion/styled": "11.10.5", |
136 | 136 | "@nivo/core": "0.80.0", |
137 | 137 | "@nivo/tooltip": "0.80.0", |
138 | | - "@rollup/plugin-babel": "6.0.2", |
| 138 | + "@rollup/plugin-babel": "6.0.3", |
139 | 139 | "@rollup/plugin-node-resolve": "15.0.1", |
140 | 140 | "@rollup/plugin-url": "8.0.1", |
141 | 141 | "@scaleway/eslint-config-react": "3.10.2", |
142 | 142 | "@scaleway/jest-helpers": "2.0.22", |
143 | | - "@semantic-release/changelog": "6.0.1", |
| 143 | + "@semantic-release/changelog": "6.0.2", |
144 | 144 | "@semantic-release/commit-analyzer": "9.0.2", |
145 | 145 | "@semantic-release/git": "10.0.1", |
146 | | - "@semantic-release/github": "8.0.6", |
| 146 | + "@semantic-release/github": "8.0.7", |
147 | 147 | "@semantic-release/npm": "9.0.1", |
148 | 148 | "@semantic-release/release-notes-generator": "10.0.3", |
149 | 149 | "@storybook/addon-actions": "6.5.13", |
|
162 | 162 | "@testing-library/react": "13.4.0", |
163 | 163 | "@testing-library/user-event": "14.4.3", |
164 | 164 | "@types/final-form-focus": "1.1.2", |
165 | | - "@types/node": "18.11.9", |
166 | | - "@types/react": "18.0.24", |
167 | | - "@types/react-dom": "18.0.8", |
| 165 | + "@types/node": "18.11.10", |
| 166 | + "@types/react": "18.0.25", |
| 167 | + "@types/react-dom": "18.0.9", |
168 | 168 | "babel-loader": "9.1.0", |
169 | 169 | "babel-plugin-annotate-pure-calls": "0.4.0", |
170 | 170 | "cross-env": "7.0.3", |
171 | 171 | "cz-conventional-changelog": "3.3.0", |
172 | 172 | "date-fns": "2.29.3", |
173 | | - "eslint": "8.26.0", |
| 173 | + "eslint": "8.28.0", |
174 | 174 | "eslint-plugin-mdx": "2.0.5", |
175 | | - "husky": "8.0.1", |
176 | | - "jest": "29.2.2", |
177 | | - "jest-environment-jsdom": "29.2.2", |
| 175 | + "husky": "8.0.2", |
| 176 | + "jest": "29.3.1", |
| 177 | + "jest-environment-jsdom": "29.3.1", |
178 | 178 | "jest-junit": "15.0.0", |
179 | | - "lint-staged": "13.0.3", |
180 | | - "prettier": "2.7.1", |
| 179 | + "lint-staged": "13.0.4", |
| 180 | + "prettier": "2.8.0", |
181 | 181 | "prop-types": "15.8.1", |
182 | 182 | "react": "18.2.0", |
183 | 183 | "react-dom": "18.2.0", |
184 | 184 | "read-pkg": "7.1.0", |
185 | | - "regenerator-runtime": "0.13.10", |
| 185 | + "regenerator-runtime": "0.13.11", |
186 | 186 | "require-from-string": "2.0.2", |
187 | | - "rollup": "3.2.5", |
| 187 | + "rollup": "3.5.1", |
188 | 188 | "rollup-plugin-dts": "5.0.0", |
189 | 189 | "rollup-plugin-visualizer": "5.8.3", |
190 | 190 | "semantic-release": "19.0.5", |
191 | | - "typescript": "4.8.4", |
192 | | - "webpack": "5.74.0" |
| 191 | + "typescript": "4.9.3", |
| 192 | + "webpack": "5.75.0" |
193 | 193 | }, |
194 | 194 | "dependencies": { |
195 | 195 | "@babel/runtime": "7.20.6", |
|
0 commit comments