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] committed Mar 19, 2024
1 parent 7366fee commit 7a16ab4
Show file tree
Hide file tree
Showing 6 changed files with 612 additions and 596 deletions.
12 changes: 6 additions & 6 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"@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",
"@types/node": "20.11.28",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"autoprefixer": "10.4.18",
"deepmerge": "4.3.1",
"dotenv": "16.4.5",
"postcss": "8.4.35",
"postcss": "8.4.36",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
"typescript": "5.4.2"
},
"browserslist": {
"production": [
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": "15.2.2",
"prettier": "3.2.4",
"prettier-plugin-tailwindcss": "0.5.11",
"prettier-plugin-tailwindcss": "0.5.12",
"tsconfig": "workspace:*",
"turbo": "1.12.4"
"turbo": "1.12.5"
},
"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.15.4"
"packageManager": "pnpm@8.15.5"
}
6 changes: 3 additions & 3 deletions packages/docusaurus-plugin-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"devDependencies": {
"@docusaurus/types": "3.1.1",
"@types/node": "20.11.20",
"autoprefixer": "10.4.17",
"@types/node": "20.11.28",
"autoprefixer": "10.4.18",
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
"tailwindcss": "3.4.1",
"tsconfig": "workspace:*",
"typescript": "5.3.3"
"typescript": "5.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tsconfig": "workspace:*"
},
"devDependencies": {
"typescript": "5.3.3"
"typescript": "5.4.2"
},
"publishConfig": {
"access": "public"
Expand Down
16 changes: 8 additions & 8 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"devDependencies": {
"@types/react": "18.2.60",
"@types/react-dom": "18.2.19",
"autoprefixer": "10.4.17",
"axios": "1.6.7",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"autoprefixer": "10.4.18",
"axios": "1.6.8",
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
"postcss": "8.4.35",
"postcss": "8.4.36",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.4.1",
"tsconfig": "workspace:*",
"typescript": "5.3.3"
"typescript": "5.4.2"
},
"dependencies": {
"@heroicons/react": "2.1.1",
"@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.64.0",
"@segment/analytics-next": "1.66.0",
"@tailwindcss/container-queries": "0.1.1",
"clsx": "2.1.0",
"deepmerge": "4.3.1",
"framer-motion": "11.0.6",
"framer-motion": "11.0.14",
"fuse.js": "7.0.0",
"react-cookie": "7.1.0",
"react-icons": "5.0.1",
Expand Down
Loading

0 comments on commit 7a16ab4

Please sign in to comment.