Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wei committed Nov 23, 2024
1 parent d4fe3d5 commit f60a1fe
Show file tree
Hide file tree
Showing 3 changed files with 795 additions and 1,413 deletions.
5 changes: 5 additions & 0 deletions .changeset/spicy-carpets-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"socialify": minor
---

Upgrade depdendencies
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
"test:watch": "jest --watch",
"test:update-snapshot": "jest -u",
"start": "next start",
"lint": "biome ci --verbose --max-diagnostics=999 .",
"lint": "biome ci --max-diagnostics=999 .",
"lint:fix": "biome check --write --verbose --max-diagnostics=999 .",
"lint:fix-unsafe": "biome check --write-unsafe --verbose --max-diagnostics=999 .",
"ncu": "npx npm-check-updates -u",
"verify": "yarn lint && yarn test && yarn build",
"download-font": "./fonts/download-font.sh",
"postinstall": "cp ./node_modules/yoga-wasm-web/dist/yoga.wasm ./public/yoga.wasm; cp ./node_modules/@resvg/resvg-wasm/index_bg.wasm ./public/resvg_bg.wasm",
Expand All @@ -31,31 +32,31 @@
"hero-patterns": "^2.1.0",
"is-ci": "^3.0.1",
"next": "^14.2.8",
"postcss": "^8.4.45",
"postcss": "^8.4.49",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-error-boundary": "^4.1.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"satori": "^0.10.14",
"simple-icons": "^11.13.0",
"styled-jsx": "^5.1.6",
"tailwindcss": "^3.4.10",
"typescript": "~5.5.4",
"use-debounce": "^10.0.3",
"tailwindcss": "^3.4.15",
"typescript": "~5.7.2",
"use-debounce": "^10.0.4",
"yoga-wasm-web": "^0.3.3"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/cli": "^2.27.10",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.12",
"@types/react": "18.3.5",
"@types/jest": "^29.5.14",
"@types/react": "18.3.12",
"graphql": "^16.9.0",
"graphql-compiler": "^1.7.0",
"husky": "^9.1.5",
"husky": "^9.1.7",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
Expand Down
Loading

0 comments on commit f60a1fe

Please sign in to comment.