This commit is contained in:
parent
6755707425
commit
058485e5f9
|
|
@ -107,7 +107,7 @@
|
|||
"@types/react": "^18.2.38",
|
||||
"@types/react-dom": "^18.2.17",
|
||||
"@types/react-syntax-highlighter": "^15.5.10",
|
||||
"@typescript-eslint/parser": "6.12.0",
|
||||
"@typescript-eslint/parser": "^6.12.0",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"eslint": "^8.53.0",
|
||||
"eslint-config-next": "14.1.2",
|
||||
|
|
@ -119,7 +119,7 @@
|
|||
"tailwindcss": "^3.3.5",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "5.3.2"
|
||||
"typescript": "^5.3.2"
|
||||
},
|
||||
"packageManager": "pnpm@8.11.0"
|
||||
}
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
"knip": "^5.0.2",
|
||||
"lint-staged": "^15.2.2",
|
||||
"turbo": "^1.12.4",
|
||||
"typescript": "5.3.3",
|
||||
"typescript": "^5.3.3",
|
||||
"@million/lint": "^0.0.66",
|
||||
"vitest": "^1.3.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue