Skip to content

Commit

Permalink
chore(deps): dependencies 2024-11-18 (#2350)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pierre Millot <[email protected]>
  • Loading branch information
3 people authored Nov 18, 2024
1 parent 24c6b4d commit 0f8b47b
Show file tree
Hide file tree
Showing 5 changed files with 673 additions and 836 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.4
18.20.5
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@testing-library/dom": "10.4.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"babel-plugin-module-resolver": "5.0.2",
"bundlesize2": "0.0.31",
"cssnano": "7.0.6",
Expand All @@ -56,19 +56,19 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "4.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsdoc": "50.4.3",
"eslint-plugin-jsdoc": "50.5.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-refresh": "0.4.14",
"jsdom": "25.0.1",
"lerna": "8.1.9",
"postcss": "8.4.48",
"postcss": "8.4.49",
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"rollup": "4.25.0",
"rollup": "4.27.2",
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-filesize": "10.0.0",
"shipjs": "0.26.4",
Expand All @@ -80,8 +80,8 @@
"stylelint-order": "6.0.4",
"stylelint-prettier": "5.0.2",
"typescript": "5.6.3",
"typescript-eslint": "8.13.0",
"vitest": "2.1.4",
"typescript-eslint": "8.14.0",
"vitest": "2.1.5",
"watch": "1.0.2"
},
"packageManager": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/docsearch-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@rollup/plugin-replace": "6.0.1",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"vitest": "2.1.4"
"vitest": "2.1.5"
},
"peerDependencies": {
"@types/react": ">= 16.8.0 < 19.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"@docusaurus/preset-classic": "3.6.1",
"@mdx-js/react": "^3.1.0",
"file-loader": "6.2.0",
"postcss": "8.4.48",
"postcss": "8.4.49",
"postcss-import": "16.1.0",
"postcss-preset-env": "10.0.9",
"postcss-preset-env": "10.1.1",
"prism-react-renderer": "2.4.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"tailwindcss": "3.4.14"
"tailwindcss": "3.4.15"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 0f8b47b

Please sign in to comment.