Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wei committed Oct 22, 2023
1 parent 7ced699 commit 100e23c
Show file tree
Hide file tree
Showing 4 changed files with 2,575 additions and 1,750 deletions.
4 changes: 2 additions & 2 deletions common/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ import {
siWebassembly,
siPuppet,
siElixir
} from 'simple-icons/icons'
import { SimpleIcon } from 'simple-icons'
} from 'simple-icons'
import type { SimpleIcon } from 'simple-icons'
import {
signal,
charlieBrown,
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,31 @@
"prepare": "is-ci || husky install"
},
"dependencies": {
"@changesets/cli": "^2.26.0",
"@resvg/resvg-wasm": "^2.2.0",
"@vercel/analytics": "^0.1.6",
"autoprefixer": "^10.4.13",
"badgen": "^3.2.2",
"clsx": "^1.2.1",
"@changesets/cli": "^2.26.2",
"@resvg/resvg-wasm": "^2.6.0",
"@vercel/analytics": "^1.1.1",
"autoprefixer": "^10.4.16",
"badgen": "^3.2.3",
"clsx": "^2.0.0",
"copee": "^1.0.6",
"cross-fetch": "^3.1.5",
"cross-fetch": "^4.0.0",
"daisyui": "^2.46.1",
"hero-patterns": "^2.1.0",
"is-ci": "^3.0.1",
"next": "^13.1.1",
"postcss": "^8.4.21",
"next": "^13.5.6",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"satori": "^0.0.45",
"simple-icons": "^7.21.0",
"styled-jsx": "^5.1.1",
"tailwindcss": "^3.2.4",
"typescript": "~4.9.4",
"use-debounce": "^9.0.2",
"yoga-wasm-web": "0.1.2"
"react-error-boundary": "^4.0.11",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"satori": "^0.10.9",
"simple-icons": "^9.19.0",
"styled-jsx": "^5.1.2",
"tailwindcss": "^3.3.3",
"typescript": "~5.2.2",
"use-debounce": "^9.0.4",
"yoga-wasm-web": "0.3.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand All @@ -63,7 +63,7 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"graphql": "^16.6.0",
"graphql": "^16.8.1",
"graphql-compiler": "^1.7.0",
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
Expand Down
Binary file modified public/yoga.wasm
Binary file not shown.
Loading

0 comments on commit 100e23c

Please sign in to comment.