Skip to content

Commit

Permalink
build: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
qinsong77 committed May 20, 2024
1 parent 3467d20 commit d7ab8ed
Show file tree
Hide file tree
Showing 4 changed files with 639 additions and 629 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = {
overrides: [
{
files: ['**/*.test.ts', '**/*.test.tsx'],
excludedFiles: ['e2e/**'],
extends: ['plugin:vitest/recommended', 'plugin:testing-library/react'],
},
{
Expand Down
1 change: 1 addition & 0 deletions app/todo/_components/todo-rcc-demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { AddTodo } from './add-todo'
import Todo from './todo'

async function getTodos(): Promise<TODO[]> {
// todo fix deployed not working
const res = await fetch('http://localhost:3000/api/todo', {
cache: 'no-store',
})
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,35 +39,35 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"lucide-react": "^0.370.0",
"next": "^14.2.2",
"lucide-react": "^0.378.0",
"next": "^14.2.3",
"next-themes": "^0.3.0",
"pino": "^8.20.0",
"react": "^18",
"react-dom": "^18",
"pino": "^9.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^2.12.3",
"server-only": "^0.0.1",
"tailwind-merge": "^2.2.2",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/types": "^19.0.3",
"@next/bundle-analyzer": "^14.2.2",
"@playwright/test": "^1.43.1",
"@next/bundle-analyzer": "^14.2.3",
"@playwright/test": "^1.44.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.2",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"autoprefixer": "^10.0.1",
"cross-env": "^7.0.3",
"eslint": "^8",
"eslint-config-next": "^14.2.2",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-playwright": "^1.6.0",
"eslint-plugin-prettier": "^5.1.3",
Expand All @@ -83,9 +83,9 @@
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.3.0",
"tailwindcss": "^3.4.3",
"typescript": "5.3.3",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
},
"engines": {
"node": ">=18.17.0"
Expand Down
Loading

0 comments on commit d7ab8ed

Please sign in to comment.