Skip to content

Commit

Permalink
Merge branch 'add-test'
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosUlisesOchoa committed Sep 22, 2023
2 parents f173ec4 + 2504c72 commit 95c93f0
Show file tree
Hide file tree
Showing 5 changed files with 1,179 additions and 148 deletions.
10 changes: 9 additions & 1 deletion pruebas/01-reading-list/CarlosUlisesOchoa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"dev": "vite --host",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"test": "vitest",
"preview": "vite preview"
},
"dependencies": {
Expand All @@ -22,16 +23,22 @@
"@babel/core": ">=7.0.0-0 <8.0.0",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.14",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"jsdom": "^22.1.0",
"postcss": "^8.4.27",
"postcss-import": "^15.1.0",
"prettier": "^3.0.0",
Expand All @@ -40,6 +47,7 @@
"tailwindcss": "^3.3.3",
"typescript": ">=2.8.0",
"vite": "^4.4.5",
"vite-plugin-eslint": "^1.8.1"
"vite-plugin-eslint": "^1.8.1",
"vitest": "^0.34.3"
}
}
Loading

0 comments on commit 95c93f0

Please sign in to comment.