chore(deps): dependencies 2023-06-19 (#1918)
* chore: automatic empty commit * chore(deps): update dependency @testing-library/dom to v9.3.1 * chore(deps): update babel monorepo to v7.22.5 * chore(deps): update dependency algoliasearch to v4.17.2 * chore(deps): update dependency dotenv to v16.3.0 * chore(deps): update dependency eslint to v8.43.0 * chore(deps): update dependency dotenv to v16.3.1 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
30aca5854b
commit
259f5c05f9
2 changed files with 1117 additions and 559 deletions
16
package.json
16
package.json
|
|
@ -39,14 +39,14 @@
|
|||
"website:test": "yarn workspace @docsearch/website start --no-open"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@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",
|
||||
"@babel/cli": "7.22.5",
|
||||
"@babel/plugin-transform-react-jsx": "7.22.5",
|
||||
"@babel/preset-env": "7.22.5",
|
||||
"@babel/preset-typescript": "7.22.5",
|
||||
"@rollup/plugin-json": "4.1.0",
|
||||
"@rollup/plugin-node-resolve": "7.1.1",
|
||||
"@rollup/plugin-replace": "2.3.3",
|
||||
"@testing-library/dom": "9.3.0",
|
||||
"@testing-library/dom": "9.3.1",
|
||||
"@testing-library/jest-dom": "5.16.5",
|
||||
"@testing-library/react": "14.0.0",
|
||||
"@testing-library/user-event": "13.5.0",
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
"@types/react-dom": "^18.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.41.0",
|
||||
"@typescript-eslint/parser": "5.41.0",
|
||||
"algoliasearch": "4.14.2",
|
||||
"algoliasearch": "4.17.2",
|
||||
"babel-eslint": "10.1.0",
|
||||
"babel-loader": "9.0.0",
|
||||
"babel-plugin-inline-replace-variables": "1.3.1",
|
||||
|
|
@ -66,8 +66,8 @@
|
|||
"cross-env": "7.0.3",
|
||||
"cssnano": "4.1.10",
|
||||
"cypress": "9.6.1",
|
||||
"dotenv": "16.0.2",
|
||||
"eslint": "8.41.0",
|
||||
"dotenv": "16.3.1",
|
||||
"eslint": "8.43.0",
|
||||
"eslint-config-algolia": "20.0.0",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-cypress": "2.12.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue