Skip to content

Commit

Permalink
chore(deps): dependencies 2023-07-10 (#1962)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
3 people authored Jul 11, 2023
1 parent 9a63a6f commit 5ed9a6d
Show file tree
Hide file tree
Showing 4 changed files with 532 additions and 438 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.19.1
16.20.1
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading

0 comments on commit 5ed9a6d

Please sign in to comment.