Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#239)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 4, 2024
1 parent 1c3d4a2 commit ecfd5da
Show file tree
Hide file tree
Showing 5 changed files with 411 additions and 718 deletions.
8 changes: 4 additions & 4 deletions apps/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"@sanity/client": "6.20.1",
"@sanity/code-input": "4.1.4",
"@sanity/image-url": "1.0.2",
"@sanity/vision": "3.48.1",
"groq": "3.48.1",
"@sanity/vision": "3.49.0",
"groq": "3.49.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.2.1",
"sanity": "3.48.1",
"sanity": "3.49.0",
"styled-components": "6.1.11"
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@sanity/cli": "3.48.1",
"@sanity/cli": "3.49.0",
"@types/node": "20.14.9"
}
}
14 changes: 7 additions & 7 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@
"@vercel/analytics": "1.3.1",
"@vercel/speed-insights": "1.0.12",
"classnames": "2.5.1",
"groq": "3.48.1",
"groq": "3.49.0",
"unplugin-icons": "0.19.0"
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@playwright/test": "1.45.0",
"@playwright/test": "1.45.1",
"@portabletext/svelte": "2.1.11",
"@sveltejs/adapter-vercel": "5.3.2",
"@sveltejs/kit": "2.5.17",
"@sveltejs/adapter-vercel": "5.4.0",
"@sveltejs/kit": "2.5.18",
"@sveltejs/vite-plugin-svelte": "3.1.1",
"@tailwindcss/typography": "0.5.13",
"autoprefixer": "10.4.19",
"eslint": "9.5.0",
"eslint": "9.6.0",
"highlight.js": "11.9.0",
"prettier": "3.3.2",
"prettier-plugin-svelte": "3.2.5",
Expand All @@ -46,8 +46,8 @@
"svelte-highlight": "7.6.1",
"tailwindcss": "3.4.4",
"tslib": "2.6.3",
"typescript": "5.5.2",
"vite": "5.3.2",
"typescript": "5.5.3",
"vite": "5.3.3",
"vitest": "1.6.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"eslint": "9.5.0",
"eslint": "9.6.0",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"prettier": "3.3.2",
"prettier-plugin-svelte": "3.2.5",
"turbo": "2.0.5"
"turbo": "2.0.6"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,css,json,html,md}": "prettier --write"
Expand Down
6 changes: 3 additions & 3 deletions packages/config-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"type": "module",
"main": "index.js",
"dependencies": {
"typescript-eslint": "7.14.1",
"globals": "15.6.0",
"typescript-eslint": "7.15.0",
"globals": "15.8.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "2.0.5",
"eslint-config-turbo": "2.0.6",
"eslint-plugin-svelte": "2.41.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit ecfd5da

Please sign in to comment.