Skip to content

Commit

Permalink
updated npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-byiringiro committed Dec 19, 2024
1 parent 4b70879 commit 3fcab47
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 179 deletions.
101 changes: 50 additions & 51 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,59 +3,59 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"serve": "vite preview",
"lint": "eslint .",
"test": "jest src",
"test:cover": "jest --coverage",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
"dev": "vite --host",
"build": "tsc && vite build",
"serve": "vite preview",
"lint": "eslint .",
"test": "jest src",
"test:cover": "jest --coverage",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"nanoid": "^3.3.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^4.12.0",
"react-transition-group": "^4.4.5",
"react-use": "^17.5.1",
"socket.io-client": "^4.8.1",
"valtio": "^1.13.2",
"vite": "^6.0.3"
"nanoid": "^3.3.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^4.12.0",
"react-transition-group": "^4.4.5",
"react-use": "^17.5.1",
"socket.io-client": "^4.8.1",
"valtio": "^1.13.2",
"vite": "^6.0.3"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@chromatic-com/storybook": "^3.2.2",
"@storybook/addon-essentials": "^8.4.6",
"@storybook/addon-interactions": "^8.4.6",
"@storybook/addon-onboarding": "^8.4.6",
"@storybook/blocks": "^8.4.6",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.6",
"@storybook/test": "^8.4.6",
"@storybook/types": "^8.4.7",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@types/jest": "^27.5.2",
"@types/node": "^22.10.2",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.5",
"@types/react-transition-group": "^4.4.9",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.3.4",
"babel-loader": "^8.4.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-storybook": "^0.11.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"postcss": "^8.4.49",
"storybook": "^8.4.6",
"tailwindcss": "^3.4.16",
"ts-jest": "^27.1.5",
"typescript": "^4.9.5"
"@babel/core": "^7.26.0",
"@chromatic-com/storybook": "^3.2.2",
"@storybook/addon-essentials": "^8.4.6",
"@storybook/addon-interactions": "^8.4.6",
"@storybook/addon-onboarding": "^8.4.6",
"@storybook/blocks": "^8.4.6",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.6",
"@storybook/test": "^8.4.6",
"@storybook/types": "^8.4.7",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@types/jest": "^27.5.2",
"@types/node": "^22.10.2",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.5",
"@types/react-transition-group": "^4.4.9",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.3.4",
"babel-loader": "^8.4.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-storybook": "^0.11.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"postcss": "^8.4.49",
"storybook": "^8.4.6",
"tailwindcss": "^3.4.16",
"ts-jest": "^27.1.5",
"typescript": "^4.9.5"
},
"eslintConfig": {
"extends": [
Expand All @@ -67,5 +67,4 @@
"keywords": [],
"author": "",
"license": "ISC"
}

}
Loading

0 comments on commit 3fcab47

Please sign in to comment.