Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomez committed Apr 28, 2024
1 parent f8eacd1 commit 0dfac8f
Show file tree
Hide file tree
Showing 4 changed files with 1,458 additions and 1,576 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
/.pnp
.pnp.js
.yarn/install-state.gz
# we use pnpm
package-lock.json
yarn.lock

# testing
/coverage
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ Codex is a library management system designed for the Free Software Club of the
After setting up the environment, start the Codex application:

```bash
npm install
npm run dev
pnpm install
pnpm run dev
```

Visit `http://localhost:3000` to access the application.
Expand Down
103 changes: 52 additions & 51 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,78 +29,78 @@
},
"dependencies": {
"@aulasoftwarelibre/next-auth-firewall": "1.2.0",
"@auth/core": "^0.29.0",
"@auth/prisma-adapter": "^1.6.0",
"@auth/core": "^0.30.0",
"@auth/prisma-adapter": "^2.0.0",
"@heroicons/react": "^2.1.3",
"@nextui-org/avatar": "^2.0.26",
"@nextui-org/breadcrumbs": "^2.0.6",
"@nextui-org/button": "^2.0.29",
"@nextui-org/card": "^2.0.26",
"@nextui-org/avatar": "^2.0.27",
"@nextui-org/breadcrumbs": "^2.0.7",
"@nextui-org/button": "^2.0.31",
"@nextui-org/card": "^2.0.28",
"@nextui-org/divider": "^2.0.27",
"@nextui-org/dropdown": "^2.1.20",
"@nextui-org/input": "^2.1.19",
"@nextui-org/kbd": "^2.0.27",
"@nextui-org/link": "^2.0.28",
"@nextui-org/listbox": "^2.1.18",
"@nextui-org/modal": "^2.0.32",
"@nextui-org/navbar": "^2.0.29",
"@nextui-org/progress": "^2.0.27",
"@nextui-org/switch": "^2.0.27",
"@nextui-org/system": "^2.1.1",
"@nextui-org/table": "^2.0.30",
"@nextui-org/tabs": "^2.0.28",
"@nextui-org/theme": "^2.2.1",
"@nextui-org/user": "^2.0.27",
"@prisma/client": "^5.12.1",
"@nextui-org/dropdown": "^2.1.23",
"@nextui-org/input": "^2.1.21",
"@nextui-org/kbd": "^2.0.28",
"@nextui-org/link": "^2.0.29",
"@nextui-org/listbox": "^2.1.19",
"@nextui-org/modal": "^2.0.33",
"@nextui-org/navbar": "^2.0.30",
"@nextui-org/progress": "^2.0.28",
"@nextui-org/switch": "^2.0.28",
"@nextui-org/system": "^2.1.2",
"@nextui-org/table": "^2.0.33",
"@nextui-org/tabs": "^2.0.29",
"@nextui-org/theme": "^2.2.3",
"@nextui-org/user": "^2.0.28",
"@prisma/client": "^5.13.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.1.3",
"neverthrow": "^6.1.0",
"next": "14.2.2",
"framer-motion": "^11.1.7",
"neverthrow": "^6.2.1",
"next": "14.2.3",
"next-auth": "5.0.0-beta.9",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"server-only": "^0.0.1",
"sharp": "^0.33.3",
"ts-essentials": "^9.4.2",
"ulid": "^2.3.0",
"use-debounce": "^10.0.0",
"uuid": "^9.0.1",
"zod": "^3.22.4"
"zod": "^3.23.4"
},
"devDependencies": {
"@commitlint/cli": "^19.2.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@playwright/test": "^1.43.1",
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-interactions": "^8.0.8",
"@storybook/addon-links": "^8.0.8",
"@storybook/addon-onboarding": "^8.0.8",
"@storybook/addon-themes": "^8.0.8",
"@storybook/blocks": "^8.0.8",
"@storybook/nextjs": "^8.0.8",
"@storybook/react": "^8.0.8",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-interactions": "^8.0.9",
"@storybook/addon-links": "^8.0.9",
"@storybook/addon-onboarding": "^8.0.9",
"@storybook/addon-themes": "^8.0.9",
"@storybook/blocks": "^8.0.9",
"@storybook/nextjs": "^8.0.9",
"@storybook/react": "^8.0.9",
"@storybook/testing-library": "^0.2.2",
"@testcontainers/postgresql": "^10.8.2",
"@testcontainers/postgresql": "^10.9.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.2",
"@testing-library/react": "^15.0.5",
"@types/lodash.clonedeep": "^4.5.9",
"@types/node": "^20.12.7",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "1.5.0",
"@vitest/ui": "1.5.0",
"@vitest/coverage-v8": "1.5.2",
"@vitest/ui": "1.5.2",
"autoprefixer": "^10.4.19",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.2",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
Expand All @@ -112,21 +112,22 @@
"eslint-plugin-unused-imports": "^3.1.0",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"just-pnpm": "^1.0.2",
"lint-staged": "^15.2.2",
"lodash.clonedeep": "^4.5.0",
"nextui-cli": "^0.1.5",
"nextui-cli": "^0.2.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"prisma": "^5.12.1",
"prisma": "^5.13.0",
"rimraf": "^5.0.5",
"storybook": "^8.0.8",
"storybook": "^8.0.9",
"tailwindcss": "^3.4.3",
"testcontainers": "^10.8.2",
"tsx": "^4.7.2",
"testcontainers": "^10.9.0",
"tsx": "^4.7.3",
"typescript": "^5.4.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "1.5.0"
"vitest": "1.5.2"
},
"commitlint": {
"extends": [
Expand Down
Loading

0 comments on commit 0dfac8f

Please sign in to comment.