Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 10, 2023
1 parent 0906152 commit 260579f
Show file tree
Hide file tree
Showing 6 changed files with 275 additions and 275 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.0
18.18.1
6 changes: 3 additions & 3 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"@docusaurus/theme-classic": "2.4.3",
"@docusaurus/types": "2.4.3",
"@tsconfig/docusaurus": "2.0.1",
"@types/node": "18.18.3",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.8",
"@types/node": "18.18.4",
"@types/react": "18.2.27",
"@types/react-dom": "18.2.12",
"autoprefixer": "10.4.16",
"deepmerge": "4.3.1",
"dotenv": "16.3.1",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"husky": "8.0.3",
"lint-staged": "14.0.1",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.4",
"prettier-plugin-tailwindcss": "0.5.5",
"tsconfig": "workspace:*",
"turbo": "1.10.14"
"turbo": "1.10.15"
},
"engines": {
"node": ">=14.0.0"
Expand All @@ -35,5 +35,5 @@
"*": "yarn run prettier:fix",
"*.{js,jsx,ts,tsx,mjs,cjs}": "yarn run lint -- -- --fix"
},
"packageManager": "pnpm@8.8.0"
"packageManager": "pnpm@8.9.0"
}
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@docusaurus/types": "2.4.3",
"@types/node": "18.18.3",
"@types/node": "18.18.4",
"autoprefixer": "10.4.16",
"eslint": "8.50.0",
"eslint-config-custom": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"devDependencies": {
"@types/react": "18.2.24",
"@types/react-dom": "18.2.8",
"@types/react": "18.2.27",
"@types/react-dom": "18.2.12",
"autoprefixer": "10.4.16",
"axios": "1.5.1",
"eslint": "8.50.0",
Expand All @@ -24,7 +24,7 @@
"@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.57.0",
"@segment/analytics-next": "1.58.0",
"@tailwindcss/container-queries": "0.1.1",
"clsx": "2.0.0",
"deepmerge": "4.3.1",
Expand Down
Loading

0 comments on commit 260579f

Please sign in to comment.