Skip to content

Commit

Permalink
⬆️ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jyboy committed Apr 16, 2024
1 parent 6678dd2 commit c6309e9
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 94 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "little-lemon-restaurant",
"description": "The capstone project of Meta Front-End Developer",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand All @@ -27,32 +27,32 @@
"yup": "^1.4.0"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/cli": "^19.2.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@testing-library/react": "^14.3.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"cypress": "^13.7.2",
"cypress": "^13.7.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-testing-library": "^6.2.0",
"eslint-plugin-testing-library": "^6.2.2",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-css-order": "^2.1.2",
"prettier-plugin-tailwindcss": "^0.5.13",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"vite": "^5.2.8",
"vitest": "^1.4.0"
"vite": "^5.2.9",
"vitest": "^1.5.0"
}
}
Loading

0 comments on commit c6309e9

Please sign in to comment.