Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
niebag committed Apr 12, 2024
1 parent e4695f7 commit f140da7
Show file tree
Hide file tree
Showing 2 changed files with 193 additions and 258 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"dev": "next dev --turbo",
"format": "prettier --write .",
"lint": "next lint",
"prepare": "husky install",
Expand All @@ -16,35 +16,35 @@
"test:interactive": "playwright test --ui"
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.9.2",
"next": "^14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.22.4"
"@t3-oss/env-nextjs": "~0.9",
"next": "~14.2",
"react": "~18.2",
"react-dom": "~18.2",
"zod": "~3.22"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/types": "^19.0.3",
"@playwright/test": "^1.42.1",
"@types/eslint": "^8.56.6",
"@types/lint-staged": "^13.3.0",
"@types/node": "^20.11.30",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.12",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3"
"@commitlint/cli": "~19.2",
"@commitlint/config-conventional": "~19.1",
"@commitlint/types": "~19.0",
"@playwright/test": "~1.43",
"@types/eslint": "~8.56",
"@types/lint-staged": "~13.3",
"@types/node": "~20.12",
"@types/react": "~18.2",
"@types/react-dom": "~18.2",
"@typescript-eslint/eslint-plugin": "~7.6",
"@typescript-eslint/parser": "~7.6",
"autoprefixer": "~10.4",
"eslint": "~8.57",
"eslint-config-next": "~14.2",
"husky": "~9.0",
"lint-staged": "~15.2",
"postcss": "~8.4",
"prettier": "~3.2",
"prettier-plugin-organize-imports": "~3.2",
"prettier-plugin-tailwindcss": "~0.5",
"tailwindcss": "~3.4",
"typescript": "~5.4"
},
"engines": {
"bun": "Please use pnpm",
Expand Down
Loading

0 comments on commit f140da7

Please sign in to comment.