Skip to content

Commit

Permalink
Merge pull request #11 from charlie-tango/fix/update-vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder authored Oct 31, 2024
2 parents 3fc1969 + 979c1af commit 17c61c2
Show file tree
Hide file tree
Showing 6 changed files with 1,008 additions and 912 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Lint
run: pnpm biome ci .
- name: Install playwright
run: pnpx playwright@1.45.1 install chromium
run: pnpx playwright install chromium
- name: Test
run: pnpm test
env:
Expand Down
18 changes: 9 additions & 9 deletions examples/UmbracoRichText/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"react-lazy-load-image-component": "^1.6.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.3",
"typescript": "^5.5.3",
"vite": "^5.3.3"
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.10"
}
}
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": false,
"type": "module",
"version": "0.2.2",
"packageManager": "pnpm@9.5.0+sha256.dbdf5961c32909fb030595a9daa1dae720162e658609a8f92f2fa99835510ca5",
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"description": "React components for working with Umbraco Headless",
"author": "Charlie Tango",
"license": "MIT",
Expand Down Expand Up @@ -51,25 +51,25 @@
"react": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@testing-library/react": "^16.0.0",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"@vitest/browser": "^2.0.2",
"bumpp": "^9.4.1",
"lint-staged": "^15.2.7",
"playwright": "^1.45.1",
"prettier": "^3.3.2",
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.8.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/browser": "^2.1.4",
"bumpp": "^9.8.0",
"lint-staged": "^15.2.10",
"playwright": "^1.48.2",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.5.3",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"vite": "^5.3.3",
"vitest": "^2.0.2"
"vite": "^5.4.10",
"vitest": "^2.1.4",
"vitest-browser-react": "^0.0.3"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit 17c61c2

Please sign in to comment.