Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tnfAngel committed May 10, 2024
1 parent 8e93a41 commit bada268
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
Binary file modified bun.lockb
Binary file not shown.
104 changes: 52 additions & 52 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"$schema": "https://json.schemastore.org/package.json",
"type": "module",
"name": "@tnfangel-chat/web-app",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "bun next build",
"dev": "bun next dev",
"lint": "bun run lint:biome && bun run lint:tsc",
"lint:biome": "bun biome check --apply .",
"lint:tsc": "bun tsc --noEmit",
"prod": "bun run build && bun run start",
"start": "bun next start"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/system": "^2.6.2",
"@discordjs/collection": "^2.0.0",
"@fontsource/inter": "^5.0.17",
"@reduxjs/toolkit": "^2.2.3",
"framer-motion": "^11.1.3",
"ky": "^1.2.3",
"million": "^3.0.6",
"next": "14.2.1",
"react": "18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-easy-emoji": "^1.8.1",
"react-icons": "^5.1.0",
"react-intersection-observer": "^9.8.2",
"react-redux": "^9.1.1",
"sharp": "^0.33.3",
"socket.io-client": "^4.7.5",
"swr": "^2.2.5",
"twemoji": "^14.0.2",
"typescript": "5.4.5",
"use-file-picker": "^2.1.1"
},
"devDependencies": {
"@biomejs/biome": "^1.7.0",
"@types/bun": "^1.1.0",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"eslint": "9.0.0",
"eslint-config-next": "14.2.1"
},
"packageManager": "[email protected]",
"trustedDependencies": [
"@biomejs/biome"
]
"$schema": "https://json.schemastore.org/package.json",
"type": "module",
"name": "@tnfangel-chat/web-app",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "bun next build",
"dev": "bun next dev",
"lint": "bun run lint:biome && bun run lint:tsc",
"lint:biome": "bun biome check --apply .",
"lint:tsc": "bun tsc --noEmit",
"prod": "bun run build && bun run start",
"start": "bun next start"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/system": "^2.6.2",
"@discordjs/collection": "^2.1.0",
"@fontsource/inter": "^5.0.18",
"@reduxjs/toolkit": "^2.2.4",
"framer-motion": "^11.1.9",
"ky": "^1.2.4",
"million": "^3.0.6",
"next": "14.2.3",
"react": "18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "18.3.1",
"react-easy-emoji": "^1.8.1",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.10.2",
"react-redux": "^9.1.2",
"sharp": "^0.33.3",
"socket.io-client": "^4.7.5",
"swr": "^2.2.5",
"twemoji": "^14.0.2",
"typescript": "5.4.5",
"use-file-picker": "^2.1.2"
},
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@types/bun": "^1.1.1",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"eslint": "9.2.0",
"eslint-config-next": "14.2.3"
},
"packageManager": "[email protected]",
"trustedDependencies": [
"@biomejs/biome"
]
}

0 comments on commit bada268

Please sign in to comment.