Skip to content

Commit

Permalink
autoprefixer, postcss, tailwindcss to dev dependencies, upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Jun 16, 2024
1 parent 6d49dd0 commit 59d8b89
Show file tree
Hide file tree
Showing 5 changed files with 3,124 additions and 2,701 deletions.
51 changes: 25 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,41 +23,40 @@
},
"dependencies": {
"@chubbyts/chubbyts-throwable-to-error": "^1.2.1",
"autoprefixer": "^10.4.19",
"cross-fetch": "^4.0.0",
"date-fns": "^3.6.0",
"postcss": "^8.4.38",
"qs": "^6.12.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"tailwindcss": "^3.4.3",
"zod": "^3.22.4"
"qs": "^6.12.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@chubbyts/chubbyts-function-mock": "^1.4.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.1",
"@prettier/sync": "^0.5.2",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.12.7",
"@types/prettier": "^2.7.3",
"@types/qs": "^6.9.14",
"@types/react": "^18.2.76",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.5.0",
"@types/node": "^20.14.2",
"@types/qs": "^6.9.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitest/coverage-v8": "^1.6.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"jsdom": "^24.0.0",
"prettier": "^2.8.8",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-tailwindcss": "^3.17.3",
"jsdom": "^24.1.0",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vitest": "^1.5.0"
"vite": "^5.3.1",
"vitest": "^1.6.0"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit 59d8b89

Please sign in to comment.