Skip to content

Commit

Permalink
chore: bump deps to latest (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman authored Apr 19, 2023
1 parent 9c1e6a9 commit e7c88cc
Show file tree
Hide file tree
Showing 3 changed files with 501 additions and 458 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: ./.github/actions/install
with:
node-version: ${{ matrix.node }}
pnpm-version: 8.1.1
pnpm-version: 8.3.1

- name: 🦺 validate
run: pnpm validate
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,34 +23,34 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@playwright/test": "1.32.2",
"@playwright/test": "1.32.3",
"@tailwindcss/typography": "0.5.9",
"@testing-library/dom": "9.2.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/react": "18.0.33",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@types/testing-library__jest-dom": "5.14.5",
"@vitejs/plugin-react-swc": "3.2.0",
"@vitest/coverage-c8": "0.29.8",
"@vitejs/plugin-react-swc": "3.3.0",
"@vitest/coverage-c8": "0.30.1",
"autoprefixer": "10.4.14",
"daisyui": "2.51.5",
"eslint": "8.37.0",
"eslint": "8.38.0",
"eslint-config-jimmy-guzman": "9.1.0",
"jsdom": "21.1.1",
"postcss": "8.4.21",
"postcss": "8.4.23",
"prettier": "2.8.7",
"prettier-plugin-tailwindcss": "0.2.6",
"prettier-plugin-tailwindcss": "0.2.7",
"tailwindcss": "3.3.1",
"turbo": "1.8.8",
"typescript": "5.0.3",
"vite": "4.2.1",
"vitest": "0.29.8"
"turbo": "1.9.3",
"typescript": "5.0.4",
"vite": "4.2.2",
"vitest": "0.30.1"
},
"packageManager": "pnpm@8.1.1",
"packageManager": "pnpm@8.3.1",
"engines": {
"node": "18",
"pnpm": "8.1.1"
"pnpm": "8.3.1"
}
}
Loading

1 comment on commit e7c88cc

@vercel
Copy link

@vercel vercel bot commented on e7c88cc Apr 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.