Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): dependencies 2023-08-14 #2016

Merged
merged 9 commits into from
Aug 17, 2023
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ aliases:
defaults: &defaults
working_directory: ~/docsearch
docker:
- image: cimg/node:16.19.1
- image: cimg/node:16.20.2

cypress: &cypress
working_directory: ~/docsearch
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.1
16.20.2
10 changes: 5 additions & 5 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.6",
"@babel/cli": "7.22.10",
"@babel/plugin-transform-react-jsx": "7.22.5",
"@babel/preset-env": "7.22.7",
"@babel/preset-env": "7.22.10",
"@babel/preset-typescript": "7.22.5",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "7.1.1",
Expand All @@ -67,10 +67,10 @@
"cssnano": "4.1.10",
"cypress": "9.6.1",
"dotenv": "16.3.1",
"eslint": "8.43.0",
"eslint": "8.47.0",
"eslint-config-algolia": "20.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-cypress": "2.14.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.2.0",
Expand Down
Loading