chore(deps): dependencies 2023-05-15 (#1883)
* chore: automatic empty commit * chore(deps): update dependency @testing-library/dom to v9.3.0 * chore(deps): update dependency stylelint-prettier to v3 (#1806) * chore(deps): update dependency stylelint-prettier to v3 Co-authored-by: Clément Vannicatte <vannicattec@gmail.com> * chore(deps): update babel monorepo to v7.21.5 (#1737) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
This commit is contained in:
parent
3f15fdb319
commit
337042c077
2 changed files with 503 additions and 231 deletions
12
package.json
12
package.json
|
|
@ -38,14 +38,14 @@
|
|||
"website:test": "yarn workspace @docsearch/website start --no-open"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.19.3",
|
||||
"@babel/plugin-transform-react-jsx": "7.19.0",
|
||||
"@babel/preset-env": "7.19.4",
|
||||
"@babel/preset-typescript": "7.18.6",
|
||||
"@babel/cli": "7.21.5",
|
||||
"@babel/plugin-transform-react-jsx": "7.21.5",
|
||||
"@babel/preset-env": "7.21.5",
|
||||
"@babel/preset-typescript": "7.21.5",
|
||||
"@rollup/plugin-json": "4.1.0",
|
||||
"@rollup/plugin-node-resolve": "7.1.1",
|
||||
"@rollup/plugin-replace": "2.3.3",
|
||||
"@testing-library/dom": "9.0.0",
|
||||
"@testing-library/dom": "9.3.0",
|
||||
"@testing-library/jest-dom": "5.16.5",
|
||||
"@testing-library/react": "14.0.0",
|
||||
"@testing-library/user-event": "13.5.0",
|
||||
|
|
@ -101,7 +101,7 @@
|
|||
"stylelint-config-standard": "28.0.0",
|
||||
"stylelint-no-unsupported-browser-features": "5.0.4",
|
||||
"stylelint-order": "5.0.0",
|
||||
"stylelint-prettier": "2.0.0",
|
||||
"stylelint-prettier": "3.0.0",
|
||||
"ts-jest": "28.0.8",
|
||||
"typescript": "4.7.4",
|
||||
"watch": "1.0.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue