Skip to content

Commit

Permalink
feat: add support for vite^5.0.0 and cypress 13 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
mammadataei authored Nov 22, 2023
1 parent 4090550 commit 6027807
Show file tree
Hide file tree
Showing 4 changed files with 1,727 additions and 1,541 deletions.
34 changes: 17 additions & 17 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "0.0.0",
"scripts": {
"dev": "vite",
"cypress": "start-server-and-test dev 5173 'cypress open'",
"test": "start-server-and-test dev 5173 'cypress run'",
"cypress": "start-server-and-test dev http://localhost:5173 'cypress open'",
"test": "start-server-and-test dev http://localhost:5173 'cypress run'",
"test:ci": "cypress run",
"build": "tsc && vite build",
"preview": "vite preview"
Expand All @@ -14,23 +14,23 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"uuid": "^9.0.0"
"uuid": "^9.0.1"
},
"devDependencies": {
"@ngneat/falso": "^6.1.0",
"@testing-library/cypress": "^9.0.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/uuid": "^9.0.0",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.12",
"cypress": "^12.1.0",
"@ngneat/falso": "^7.1.1",
"@testing-library/cypress": "^10.0.1",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.16",
"@types/uuid": "^9.0.7",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"cypress": "^13.5.1",
"cypress-vite": "workspace:latest",
"postcss": "^8.4.18",
"start-server-and-test": "^2.0.0",
"tailwindcss": "^3.1.8",
"typescript": "^5.0.0",
"vite": "^4.0.1",
"vite-tsconfig-paths": "^4.0.7"
"postcss": "^8.4.31",
"start-server-and-test": "^2.0.3",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2",
"vite": "^5.0.2",
"vite-tsconfig-paths": "^4.2.1"
}
}
33 changes: 16 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,24 @@
"*.{js,jsx,ts,tsx,md,html,css}": "prettier --write"
},
"peerDependencies": {
"vite": "^2.9.0 || ^3.0.0 || ^4.0.0"
"vite": "^2.9.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@types/debug": "^4.1.7",
"@types/node": "^18.11.17",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"cypress": "^12.1.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.0",
"lint-staged": "^13.1.0",
"prettier": "^2.8.1",
"rollup": "3.7.5",
"typescript": "^5.0.0",
"unbuild": "^1.0.2",
"vite": "^4.0.2"
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@types/debug": "^4.1.12",
"@types/node": "^20.9.3",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"cypress": "^13.5.1",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"typescript": "^5.3.2",
"unbuild": "^2.0.0",
"vite": "^5.0.2"
},
"dependencies": {
"chokidar": "^3.5.3",
Expand Down
Loading

0 comments on commit 6027807

Please sign in to comment.