Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
kitschpatrol committed Sep 4, 2024
1 parent 4c172ff commit 181fcf9
Show file tree
Hide file tree
Showing 3 changed files with 711 additions and 623 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://ericmika.com"
},
"license": "MIT",
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.9.0",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=9.0.0"
Expand Down Expand Up @@ -64,25 +64,25 @@
"dependencies": {
"@fontsource/inter": "^5.0.20",
"express": "^4.19.2",
"puppeteer": "^22.15.0",
"puppeteer": "^23.3.0",
"uint8array-extras": "^1.4.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@kitschpatrol/shared-config": "^4.7.2",
"@sindresorhus/slugify": "^2.2.1",
"@tldraw/assets": "2.4.4",
"@tldraw/assets": "2.4.6",
"@types/express": "^4.17.21",
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/yargs": "^17.0.33",
"@vitejs/plugin-react-swc": "^3.7.0",
"bumpp": "^9.4.2",
"bumpp": "^9.5.2",
"chalk": "^5.3.0",
"cheerio": "1.0.0-rc.12",
"esbuild": "^0.23.0",
"esbuild": "^0.23.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"eslint-plugin-react-refresh": "^0.4.11",
"get-port": "^7.1.0",
"nanoid": "^5.0.7",
"open": "^10.1.0",
Expand All @@ -91,15 +91,15 @@
"pretty-ms": "^9.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"safe-stable-stringify": "^2.4.3",
"sharp": "^0.33.4",
"safe-stable-stringify": "^2.5.0",
"sharp": "^0.33.5",
"sharp-phash": "^2.1.0",
"strip-ansi": "^7.1.0",
"tldraw": "2.4.4",
"tsx": "^4.17.0",
"tldraw": "2.4.6",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"untildify": "^5.0.0",
"vite": "^5.4.0",
"vite": "^5.4.3",
"vitest": "^2.0.5"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 181fcf9

Please sign in to comment.