Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#295)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent 9a1f581 commit 7366fee
Show file tree
Hide file tree
Showing 6 changed files with 637 additions and 652 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.0
20.11.1
28 changes: 14 additions & 14 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,34 +15,34 @@
"tsc": "tsc"
},
"dependencies": {
"@docusaurus/core": "3.1.0",
"@docusaurus/plugin-google-gtag": "3.1.0",
"@docusaurus/preset-classic": "3.1.0",
"@docusaurus/tsconfig": "3.1.0",
"@mdx-js/react": "3.0.0",
"@docusaurus/core": "3.1.1",
"@docusaurus/plugin-google-gtag": "3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@docusaurus/tsconfig": "3.1.1",
"@mdx-js/react": "3.0.1",
"clsx": "2.1.0",
"docusaurus-plugin-remote-content": "4.0.0",
"docusaurus-plugin-tailwind": "workspace:*",
"fuse.js": "7.0.0",
"prism-react-renderer": "2.3.1",
"react": "18.2.0",
"react-cookie": "7.0.1",
"react-cookie": "7.1.0",
"react-dom": "18.2.0",
"react-icons": "5.0.1",
"ui": "workspace:*",
"use-query-params": "2.2.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.1.0",
"@docusaurus/theme-classic": "3.1.0",
"@docusaurus/types": "3.1.0",
"@types/node": "20.11.6",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/theme-classic": "3.1.1",
"@docusaurus/types": "3.1.1",
"@types/node": "20.11.20",
"@types/react": "18.2.60",
"@types/react-dom": "18.2.19",
"autoprefixer": "10.4.17",
"deepmerge": "4.3.1",
"dotenv": "16.4.0",
"postcss": "8.4.33",
"dotenv": "16.4.5",
"postcss": "8.4.35",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"devDependencies": {
"eslint-config-custom": "workspace:*",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"lint-staged": "15.2.2",
"prettier": "3.2.4",
"prettier-plugin-tailwindcss": "0.5.11",
"tsconfig": "workspace:*",
"turbo": "1.11.3"
"turbo": "1.12.4"
},
"engines": {
"node": ">=18.0"
Expand All @@ -35,5 +35,5 @@
"*": "turbo run prettier:fix --",
"*.{js,jsx,ts,tsx,mjs,cjs}": "turbo run lint -- --fix"
},
"packageManager": "pnpm@8.14.3"
"packageManager": "pnpm@8.15.4"
}
4 changes: 2 additions & 2 deletions packages/docusaurus-plugin-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"devDependencies": {
"@docusaurus/types": "3.1.0",
"@types/node": "20.11.6",
"@docusaurus/types": "3.1.1",
"@types/node": "20.11.20",
"autoprefixer": "10.4.17",
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
Expand Down
14 changes: 7 additions & 7 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"devDependencies": {
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/react": "18.2.60",
"@types/react-dom": "18.2.19",
"autoprefixer": "10.4.17",
"axios": "1.6.5",
"axios": "1.6.7",
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
"postcss": "8.4.33",
"postcss": "8.4.35",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.4.1",
Expand All @@ -24,13 +24,13 @@
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-form": "0.0.3",
"@radix-ui/react-tooltip": "1.0.7",
"@segment/analytics-next": "1.63.0",
"@segment/analytics-next": "1.64.0",
"@tailwindcss/container-queries": "0.1.1",
"clsx": "2.1.0",
"deepmerge": "4.3.1",
"framer-motion": "11.0.3",
"framer-motion": "11.0.6",
"fuse.js": "7.0.0",
"react-cookie": "7.0.1",
"react-cookie": "7.1.0",
"react-icons": "5.0.1",
"use-query-params": "2.2.1"
}
Expand Down
Loading

0 comments on commit 7366fee

Please sign in to comment.