Skip to content

Commit 587ccd1

Browse files
authored
fix: dependencies 2022-08-08 (#1480)
1 parent 184ca43 commit 587ccd1

3 files changed

Lines changed: 495 additions & 325 deletions

File tree

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,23 @@
3838
"website:test": "yarn workspace @docsearch/website start --no-open"
3939
},
4040
"devDependencies": {
41-
"@babel/cli": "7.18.9",
42-
"@babel/plugin-transform-react-jsx": "7.18.6",
43-
"@babel/preset-env": "7.18.9",
41+
"@babel/cli": "7.18.10",
42+
"@babel/plugin-transform-react-jsx": "7.18.10",
43+
"@babel/preset-env": "7.18.10",
4444
"@babel/preset-typescript": "7.18.6",
4545
"@rollup/plugin-json": "4.1.0",
4646
"@rollup/plugin-node-resolve": "7.1.1",
4747
"@rollup/plugin-replace": "2.3.3",
48-
"@testing-library/dom": "8.16.0",
49-
"@testing-library/jest-dom": "5.16.2",
48+
"@testing-library/dom": "8.16.1",
49+
"@testing-library/jest-dom": "5.16.5",
5050
"@testing-library/react": "13.3.0",
5151
"@testing-library/user-event": "13.5.0",
5252
"@types/jest": "^27.0.0",
5353
"@types/jest-diff": "^24.3.0",
5454
"@types/react": "^18.0.0",
5555
"@types/react-dom": "^18.0.0",
56-
"@typescript-eslint/eslint-plugin": "5.31.0",
57-
"@typescript-eslint/parser": "5.31.0",
56+
"@typescript-eslint/eslint-plugin": "5.32.0",
57+
"@typescript-eslint/parser": "5.32.0",
5858
"algoliasearch": "4.14.2",
5959
"babel-eslint": "10.1.0",
6060
"babel-loader": "8.2.5",
@@ -66,13 +66,13 @@
6666
"cssnano": "4.1.10",
6767
"cypress": "9.6.1",
6868
"dotenv": "16.0.1",
69-
"eslint": "8.15.0",
69+
"eslint": "8.21.0",
7070
"eslint-config-algolia": "20.0.0",
7171
"eslint-config-prettier": "8.5.0",
7272
"eslint-plugin-cypress": "2.12.1",
7373
"eslint-plugin-eslint-comments": "3.2.0",
7474
"eslint-plugin-import": "2.26.0",
75-
"eslint-plugin-jest": "26.7.0",
75+
"eslint-plugin-jest": "26.8.0",
7676
"eslint-plugin-jsdoc": "39.3.4",
7777
"eslint-plugin-jsx-a11y": "6.6.1",
7878
"eslint-plugin-prettier": "4.2.1",
@@ -82,7 +82,7 @@
8282
"jest-environment-jsdom": "28.1.3",
8383
"jest-watch-typeahead": "1.1.0",
8484
"lerna": "4.0.0",
85-
"postcss": "8.4.5",
85+
"postcss": "8.4.16",
8686
"prettier": "2.7.1",
8787
"react": "18.2.0",
8888
"react-dom": "18.2.0",

packages/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"dependencies": {
1919
"@algolia/ui-library": "4.0.0-beta.71",
2020
"@docsearch/react": "3.2.0",
21-
"@docusaurus/core": "2.0.0-rc.1",
22-
"@docusaurus/preset-classic": "2.0.0-rc.1",
21+
"@docusaurus/core": "2.0.1",
22+
"@docusaurus/preset-classic": "2.0.1",
2323
"@mdx-js/react": "^1.6.22",
2424
"clsx": "^1.1.1",
2525
"file-loader": "6.2.0",
2626
"my-loaders": "file:plugins/my-loaders",
27-
"postcss": "8.4.5",
27+
"postcss": "8.4.16",
2828
"postcss-import": "14.0.2",
2929
"postcss-preset-env": "7.2.0",
3030
"prism-react-renderer": "1.2.1",

0 commit comments

Comments
 (0)