Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD authored Dec 5, 2024
2 parents 889489f + c4d7e73 commit 3f2c3e4
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
},
"devDependencies": {
"@hrcd/eslint-config": "edge",
"@shelve/cli": "^2.6.1",
"@shelve/cli": "^2.8.0",
"automd": "^0.3.12",
"eslint": "^9.15.0",
"turbo": "^2.3.1"
"eslint": "^9.16.0",
"turbo": "^2.3.3"
},
"workspaces": [
"packages/*",
Expand Down
16 changes: 8 additions & 8 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,35 +35,35 @@
"@iconify-json/heroicons": "^1.2.1",
"@mockline/themes": "*",
"@mockline/types": "*",
"@iconify-json/lucide": "^1.2.16",
"@iconify-json/lucide": "^1.2.17",
"@nuxt/fonts": "^0.10.2",
"@nuxt/icon": "^1.8.2",
"@nuxt/icon": "^1.9.0",
"@nuxt/kit": "^3.14.1592",
"@nuxt/schema": "^3.14.1592",
"@nuxtjs/color-mode": "^3.5.2",
"@radix-ui/colors": "^3.0.0",
"@tailwindcss/postcss": "4.0.0-beta.2",
"@tailwindcss/postcss": "4.0.0-beta.5",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "4.0.0-beta.2",
"@tailwindcss/vite": "4.0.0-beta.5",
"defu": "^6.1.4",
"pathe": "^1.1.2",
"radix-vue": "^1.9.10",
"scule": "^1.3.0",
"tailwind-merge": "^2.5.5",
"tailwind-variants": "^0.3.0",
"tailwindcss": "4.0.0-beta.2",
"tailwindcss": "4.0.0-beta.5",
"vaul-vue": "^0.2.0",
"vue-sonner": "^1.3.0"
},
"peerDependencies": {
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"devDependencies": {
"@nuxt/devtools": "^1.6.1",
"@nuxt/devtools": "^1.6.3",
"@nuxt/content": "3.0.0-alpha.7",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/test-utils": "^3.14.4",
"@types/node": "^22.9.3",
"@types/node": "^22.10.1",
"changelogen": "^0.5.7",
"nuxt": "^3.14.1592",
"typescript": "5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"nuxt": "^3.14.1592"
},
"devDependencies": {
"@iconify-json/vscode-icons": "^1.2.2",
"@iconify-json/vscode-icons": "^1.2.3",
"typescript": "^5.7.2"
}
}
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"eslint": ">=9.15.0",
"eslint": ">=9.16.0",
"eslint-config-custom": "*",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"react": "^18.3.1",
"tsconfig": "*",
"turbo": "^2.3.1",
"turbo": "^2.3.3",
"typescript": "5.7.2"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/react/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "^22.9.3",
"@types/react": "^18.3.12",
"@types/node": "^22.10.1",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"eslint-config-next": "15.0.3",
"typescript": "5.7.2"
}
Expand Down

0 comments on commit 3f2c3e4

Please sign in to comment.