Skip to content

Commit bc64e61

Browse files
committed
bump packages, add ai sdk
1 parent e93158c commit bc64e61

File tree

3 files changed

+1790
-1053
lines changed

3 files changed

+1790
-1053
lines changed

app/lib/projects.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ const Projects: Project[] = [
1616
role: 'Creator',
1717
years: ['2022', 'present'],
1818
},
19+
{
20+
title: "Vercel AI SDK",
21+
description: "Build AI-powered applications with React, Svelte, and Vue",
22+
href: "https://github.com/vercel-labs/ai",
23+
role: "Maintainer",
24+
years: ["2023", "present"],
25+
},
1926
{
2027
title: 'The Lounge',
2128
description:

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -16,67 +16,67 @@
1616
"@fec/remark-a11y-emoji": "^3.1.0",
1717
"@mdx-js/loader": "^2.3.0",
1818
"@mdx-js/react": "^2.3.0",
19-
"@next/bundle-analyzer": "13.4.5-canary.9",
20-
"@next/eslint-plugin-next": "13.4.1-canary.2",
21-
"@next/mdx": "13.4.5-canary.9",
22-
"@octokit/rest": "^19.0.7",
19+
"@next/bundle-analyzer": "13.4.10",
20+
"@next/eslint-plugin-next": "13.4.10",
21+
"@next/mdx": "13.4.10",
22+
"@octokit/rest": "^20.0.1",
2323
"@supabase/supabase-js": "2.21.0",
2424
"@vercel/analytics": "^1.0.1",
2525
"bright": "^0.8.2",
26-
"globby": "^13.1.4",
27-
"htmlparser2": "^8.0.2",
26+
"globby": "^13.2.2",
27+
"htmlparser2": "^9.0.0",
2828
"lodash.debounce": "4.0.8",
29-
"next": "13.4.5-canary.9",
29+
"next": "13.4.10",
3030
"next-mdx-remote": "^4.4.1",
3131
"next-remote-watch": "2.0.0",
3232
"next-themes": "^0.2.1",
33-
"patch-package": "^7.0.0",
34-
"postcss": "8.4.23",
35-
"prettier": "^2.8.8",
33+
"patch-package": "^7.0.2",
34+
"postcss": "8.4.26",
35+
"prettier": "^3.0.0",
3636
"react": "18.3.0-canary-16d053d59-20230506",
3737
"react-dom": "18.3.0-canary-16d053d59-20230506",
38-
"react-tweet": "^2.0.1",
38+
"react-tweet": "^3.0.3",
3939
"rehype-highlight": "^6.0.0",
4040
"rehype-img-size": "^1.0.1",
4141
"remark-frontmatter": "^4.0.1",
4242
"remark-toc": "^8.0.1",
4343
"rss-parser": "3.13.0",
44-
"swr": "2.1.5",
44+
"swr": "2.2.0",
4545
"tiny-glob": "^0.2.9",
4646
"youtubei": "0.0.1-rc.36"
4747
},
4848
"devDependencies": {
49-
"@types/marked": "4.3.0",
49+
"@types/marked": "5.0.1",
5050
"@types/mdx": "^2.0.5",
51-
"@types/node": "18.16.3",
52-
"@types/prettier": "2.7.2",
53-
"@types/react": "18.2.2",
54-
"@types/react-dom": "18.2.3",
51+
"@types/node": "20.4.2",
52+
"@types/prettier": "2.7.3",
53+
"@types/react": "18.2.15",
54+
"@types/react-dom": "18.2.7",
5555
"@types/rss": "0.0.30",
56-
"@typescript-eslint/eslint-plugin": "5.59.2",
57-
"@typescript-eslint/parser": "5.59.2",
56+
"@typescript-eslint/eslint-plugin": "6.0.0",
57+
"@typescript-eslint/parser": "6.0.0",
5858
"clsx": "^1.2.1",
59-
"concurrently": "8.0.1",
60-
"critters": "0.0.16",
61-
"dotenv": "16.0.3",
62-
"eslint": "8.39.0",
63-
"eslint-config-next": "13.4.5-canary.0",
59+
"concurrently": "8.2.0",
60+
"critters": "0.0.19",
61+
"dotenv": "16.3.1",
62+
"eslint": "8.45.0",
63+
"eslint-config-next": "13.4.10",
6464
"eslint-plugin-import": "2.27.5",
65-
"eslint-plugin-mdx": "^2.0.5",
65+
"eslint-plugin-mdx": "^2.1.0",
6666
"eslint-plugin-react": "7.32.2",
6767
"eslint-plugin-react-hooks": "4.6.0",
6868
"gray-matter": "4.0.3",
69-
"marked": "5.0.0",
69+
"marked": "5.1.1",
7070
"postcss-flexbugs-fixes": "5.0.2",
7171
"postcss-hover-media-feature": "1.0.2",
7272
"postcss-nested": "^6.0.1",
73-
"postcss-preset-env": "8.3.2",
73+
"postcss-preset-env": "9.0.0",
7474
"rehype-autolink-headings": "^6.1.1",
7575
"rehype-slug": "^5.1.0",
7676
"remark-gfm": "^3.0.1",
7777
"rss": "1.2.2",
7878
"ts-node": "10.9.1",
79-
"typescript": "5.0.4",
79+
"typescript": "5.1.6",
8080
"typescript-plugin-css-modules": "5.0.1"
8181
},
8282
"prettier": {

0 commit comments

Comments
 (0)