chore(deps): dependencies 2023-07-10 (#1962)
* chore: automatic empty commit * chore(deps): update babel monorepo * fix(deps): update dependency postcss to v8.4.25 * chore(deps): update dependency babel-loader to v9.1.3 * chore(deps): update jest monorepo to v29.6.1 * chore(deps): update dependency node to v16.20.1 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Shane Afsar <shane.afsar@algolia.com>
This commit is contained in:
parent
9a63a6f348
commit
5ed9a6d5c8
4 changed files with 529 additions and 435 deletions
2
.nvmrc
2
.nvmrc
|
|
@ -1 +1 @@
|
|||
16.19.1
|
||||
16.20.1
|
||||
|
|
|
|||
12
package.json
12
package.json
|
|
@ -39,9 +39,9 @@
|
|||
"website:test": "yarn workspace @docsearch/website start --no-open"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.22.5",
|
||||
"@babel/cli": "7.22.6",
|
||||
"@babel/plugin-transform-react-jsx": "7.22.5",
|
||||
"@babel/preset-env": "7.22.5",
|
||||
"@babel/preset-env": "7.22.7",
|
||||
"@babel/preset-typescript": "7.22.5",
|
||||
"@rollup/plugin-json": "4.1.0",
|
||||
"@rollup/plugin-node-resolve": "7.1.1",
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
"@typescript-eslint/parser": "5.41.0",
|
||||
"algoliasearch": "4.17.2",
|
||||
"babel-eslint": "10.1.0",
|
||||
"babel-loader": "9.0.0",
|
||||
"babel-loader": "9.1.3",
|
||||
"babel-plugin-inline-replace-variables": "1.3.1",
|
||||
"babel-plugin-module-resolver": "4.0.0",
|
||||
"bundlesize2": "0.0.31",
|
||||
|
|
@ -79,11 +79,11 @@
|
|||
"eslint-plugin-prettier": "4.2.1",
|
||||
"eslint-plugin-react": "7.31.10",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"jest": "29.4.3",
|
||||
"jest-environment-jsdom": "29.4.3",
|
||||
"jest": "29.6.1",
|
||||
"jest-environment-jsdom": "29.6.1",
|
||||
"jest-watch-typeahead": "1.1.0",
|
||||
"lerna": "4.0.0",
|
||||
"postcss": "8.4.18",
|
||||
"postcss": "8.4.25",
|
||||
"prettier": "2.7.1",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
"clsx": "^1.1.1",
|
||||
"file-loader": "6.2.0",
|
||||
"my-loaders": "file:plugins/my-loaders",
|
||||
"postcss": "8.4.18",
|
||||
"postcss": "8.4.25",
|
||||
"postcss-import": "15.0.0",
|
||||
"postcss-preset-env": "7.8.2",
|
||||
"prism-react-renderer": "1.2.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue