fix: fix ci
Showing
... | ... | @@ -17,8 +17,6 @@ |
"@monaco-editor/react": "^4.4.5", | ||
"@next/font": "13.1.6", | ||
"@types/lodash": "^4.14.191", | ||
"@types/node": "18.11.18", | ||
"@types/react": "18.0.27", | ||
"@types/react-dom": "18.0.10", | ||
"autoprefixer": "^10.4.13", | ||
"classnames": "^2.3.1", | ||
... | ... | @@ -54,15 +52,17 @@ |
"styled-components": "6.0.0-rc.3", | ||
"swr": "^2.0.3", | ||
"tailwindcss": "^3.2.7", | ||
"typescript": "4.9.5", | ||
"unstated-next": "^1.1.0" | ||
}, | ||
"resolutions": { | ||
"postcss": "^8.4.14" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "18.11.18", | ||
"@types/react": "18.0.27", | ||
"postcss": "^8.4.14", | ||
"postcss-nesting": "^11.3.0" | ||
"postcss-nesting": "^11.3.0", | ||
"typescript": "4.9.5" | ||
}, | ||
"engines": { | ||
"node": "18" | ||
... | ... |
Please register or sign in to comment