Skip to content

Commit

Permalink
fix: dependencies 2022-07-25 (#1451)
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Jul 25, 2022
1 parent 26b0af9 commit 2c64362
Show file tree
Hide file tree
Showing 5 changed files with 2,006 additions and 2,942 deletions.
21 changes: 18 additions & 3 deletions .circleci/config.yml
Expand Up @@ -38,12 +38,12 @@ aliases:
defaults: &defaults
working_directory: ~/docsearch
docker:
- image: cimg/node:16.13.1
- image: cimg/node:16.14.2

cypress: &cypress
working_directory: ~/docsearch
docker:
- image: cypress/browsers:node16.13.2-chrome100-ff98
- image: cypress/browsers:node16.14.0-chrome99-ff97
environment:
## this enables colors in the output
TERM: xterm
Expand All @@ -67,7 +67,6 @@ jobs:
name: Build and Size
command: |
yarn run build
yarn run test:size
- run:
name: Move dist folders to workspace
command: |
Expand Down Expand Up @@ -110,6 +109,19 @@ jobs:
- run:
name: Type checking
command: yarn run test:types
test_size:
<<: *defaults
steps:
- checkout
- *attach_workspace
- run: *install_yarn_version
- restore_cache: *restore_yarn_cache
- run: *run_yarn_install
- save_cache: *save_yarn_cache
- run: *restore_dist_folders
- run:
name: Size checking
command: yarn run test:size
test_unit:
<<: *defaults
steps:
Expand Down Expand Up @@ -161,6 +173,9 @@ workflows:
- test_types:
requires:
- build
- test_size:
requires:
- build
- test_unit:
requires:
- build
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
16.13.1
16.14.2
46 changes: 23 additions & 23 deletions package.json
Expand Up @@ -38,29 +38,29 @@
"website:test": "yarn workspace @docsearch/website start --no-open"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/plugin-transform-react-jsx": "7.16.7",
"@babel/preset-env": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@babel/cli": "7.18.9",
"@babel/plugin-transform-react-jsx": "7.18.6",
"@babel/preset-env": "7.18.9",
"@babel/preset-typescript": "7.18.6",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "7.1.1",
"@rollup/plugin-replace": "2.3.3",
"@testing-library/dom": "8.11.3",
"@testing-library/dom": "8.16.0",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "13.5.0",
"@types/jest": "^27.0.0",
"@types/jest-diff": "^24.3.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "5.14.0",
"@typescript-eslint/parser": "5.14.0",
"algoliasearch": "4.11.0",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
"algoliasearch": "4.14.1",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.3",
"babel-loader": "8.2.5",
"babel-plugin-inline-replace-variables": "1.3.1",
"babel-plugin-module-resolver": "4.0.0",
"bundlesize": "0.18.1",
"bundlesize2": "0.0.31",
"concurrently": "5.3.0",
"cross-env": "7.0.3",
"cssnano": "4.1.10",
Expand All @@ -72,20 +72,20 @@
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.5.3",
"eslint-plugin-jest": "26.6.0",
"eslint-plugin-jsdoc": "39.2.9",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.30.0",
"eslint-plugin-react-hooks": "4.5.0",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"jest-watch-typeahead": "1.1.0",
"lerna": "4.0.0",
"postcss": "8.4.5",
"prettier": "2.5.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"prettier": "2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "1.32.1",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-commonjs": "10.1.0",
Expand All @@ -94,16 +94,16 @@
"rollup-plugin-terser": "7.0.2",
"shipjs": "0.24.4",
"start-server-and-test": "1.11.3",
"stylelint": "14.5.3",
"stylelint": "14.9.1",
"stylelint-a11y": "1.2.3",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-sass-guidelines": "9.0.1",
"stylelint-config-standard": "25.0.0",
"stylelint-no-unsupported-browser-features": "5.0.2",
"stylelint-no-unsupported-browser-features": "5.0.3",
"stylelint-order": "5.0.0",
"stylelint-prettier": "2.0.0",
"ts-jest": "28.0.2",
"typescript": "4.7.3",
"typescript": "4.7.4",
"watch": "1.0.2",
"webpack": "4.44.1"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/website/package.json
Expand Up @@ -18,18 +18,18 @@
"dependencies": {
"@algolia/ui-library": "4.0.0-beta.71",
"@docsearch/react": "3.1.1",
"@docusaurus/core": "2.0.0-beta.20",
"@docusaurus/preset-classic": "2.0.0-beta.20",
"@mdx-js/react": "1.6.22",
"clsx": "1.1.1",
"@docusaurus/core": "2.0.0-rc.1",
"@docusaurus/preset-classic": "2.0.0-rc.1",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"file-loader": "6.2.0",
"my-loaders": "file:plugins/my-loaders",
"postcss": "8.4.5",
"postcss-import": "14.0.2",
"postcss-preset-env": "7.2.0",
"prism-react-renderer": "1.2.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-loader": "file:plugins/tailwind-loader",
"url-loader": "4.1.1"
},
Expand Down

0 comments on commit 2c64362

Please sign in to comment.