Skip to content

Commit

Permalink
chore: updates minor dependencies and trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
feugy committed Jan 16, 2024
1 parent 60cf8a8 commit aa2bd9f
Show file tree
Hide file tree
Showing 9 changed files with 2,359 additions and 3,080 deletions.
8 changes: 4 additions & 4 deletions apps/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"start": "astro dev"
},
"dependencies": {
"@astrojs/mdx": "^2.0.1",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/mdx": "^2.0.4",
"@astrojs/rss": "^4.0.2",
"@astrojs/sitemap": "^3.0.4",
"@vercel/speed-insights": "workspace:*",
"astro": "^4.0.4"
"astro": "^4.1.2"
}
}
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@vercel/speed-insights": "workspace:*",
"next": "^14.0.3",
"next": "^14.0.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions apps/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"devDependencies": {
"@nuxt/devtools": "latest",
"@vercel/speed-insights": "workspace:*",
"nuxt": "^3.8.2",
"vue": "^3.3.8",
"nuxt": "^3.9.1",
"vue": "^3.4.14",
"vue-router": "^4.2.5"
}
}
20 changes: 10 additions & 10 deletions apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
"typecheck": "tsc"
},
"dependencies": {
"@remix-run/css-bundle": "^2.0.1",
"@remix-run/node": "^2.0.1",
"@remix-run/react": "^2.0.1",
"@remix-run/serve": "^2.0.1",
"@remix-run/css-bundle": "^2.5.0",
"@remix-run/node": "^2.5.0",
"@remix-run/react": "^2.5.0",
"@remix-run/serve": "^2.5.0",
"@vercel/speed-insights": "workspace:*",
"isbot": "^3.6.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@remix-run/dev": "^2.0.1",
"@remix-run/eslint-config": "^2.0.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"eslint": "^8.38.0",
"typescript": "^5.1.6"
"@remix-run/dev": "^2.5.0",
"@remix-run/eslint-config": "^2.5.0",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"eslint": "^8.56.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0"
Expand Down
6 changes: 3 additions & 3 deletions apps/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@sveltejs/adapter-vercel": "^3.1.0",
"@sveltejs/kit": "^1.27.4",
"@vercel/speed-insights": "workspace:*",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"typescript": "^5.0.0",
"svelte": "^4.2.8",
"svelte-check": "^3.6.3",
"typescript": "^5.3.3",
"vite": "^4.4.2"
}
}
2 changes: 1 addition & 1 deletion apps/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@vercel/speed-insights": "workspace:*",
"vue": "^3.3.4"
"vue": "^3.4.14"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"lint-staged": "^14.0.1"
},
"devDependencies": {
"@vercel/style-guide": "^5",
"@vercel/style-guide": "^5.1.0",
"husky": "^8.0.3",
"prettier": "3.0.3",
"typescript": "^5"
"prettier": "3.2.2",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]"
}
18 changes: 9 additions & 9 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,24 +90,24 @@
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@remix-run/react": "^2.0.1",
"@remix-run/react": "^2.5.0",
"@sveltejs/kit": "^1.20.4",
"@swc/core": "^1.3.82",
"@swc/core": "^1.3.103",
"@swc/jest": "^0.2.29",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/node": "^20.11.4",
"@types/react": "^18.2.48",
"copyfiles": "^2.4.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next": "^13.4.19",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"svelte": "^4.0.5",
"svelte": "^4.2.8",
"tsup": "7.2.0",
"vue": "^3.3.4",
"vue": "^3.4.14",
"vue-router": "^4.2.5"
}
}
Loading

4 comments on commit aa2bd9f

@vercel
Copy link

@vercel vercel bot commented on aa2bd9f Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on aa2bd9f Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on aa2bd9f Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on aa2bd9f Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.