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 89feb77 commit 667b2ce
Show file tree
Hide file tree
Showing 5 changed files with 3,126 additions and 2,753 deletions.
39 changes: 19 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,35 +23,34 @@
},
"dependencies": {
"@chubbyts/chubbyts-throwable-to-error": "^1.2.1",
"@solidjs/router": "^0.13.2",
"autoprefixer": "^10.4.19",
"@prettier/sync": "^0.5.2",
"@solidjs/router": "^0.13.5",
"cross-fetch": "^4.0.0",
"date-fns": "^3.6.0",
"postcss": "^8.4.38",
"qs": "^6.12.0",
"solid-js": "^1.8.16",
"tailwindcss": "^3.4.3",
"zod": "^3.22.4"
"qs": "^6.12.1",
"solid-js": "^1.8.17",
"zod": "^3.23.8"
},
"devDependencies": {
"@chubbyts/chubbyts-function-mock": "^1.4.1",
"@solidjs/testing-library": "^0.8.7",
"@testing-library/jest-dom": "^6.4.2",
"@solidjs/testing-library": "^0.8.8",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.12.7",
"@types/prettier": "^2.7.3",
"@types/qs": "^6.9.14",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitest/coverage-v8": "^1.5.0",
"@types/node": "^20.14.2",
"@types/qs": "^6.9.15",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@vitest/coverage-v8": "^1.6.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-solid": "^0.13.1",
"eslint-plugin-tailwindcss": "^3.15.1",
"jsdom": "^24.0.0",
"prettier": "^2.8.8",
"eslint-plugin-solid": "^0.14.0",
"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",
"vite": "^5.3.1",
"vite-plugin-solid": "^2.10.2",
"vitest": "^1.5.0"
},
Expand Down
Loading

0 comments on commit 667b2ce

Please sign in to comment.