Skip to content

Commit

Permalink
➕ Chore: toast-editor dependency 추가(#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinn2u committed Apr 5, 2022
1 parent 6db6af4 commit aec3b0e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"cSpell.userWords": [
"reduxjs",
"Btns",
"testid",
"toastui"
],
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@reduxjs/toolkit": "^1.8.0",
"@toast-ui/react-editor": "^3.1.3",
"next": "12.1.4",
"react": "18.0.0",
"react-dom": "18.0.0",
Expand All @@ -38,12 +39,12 @@
"eslint-plugin-react": "^7.28.0",
"husky": "^7.0.0",
"lint-staged": "^12.3.5",
"postcss-syntax": "^0.36.2",
"prettier": "^2.5.1",
"stylelint": "^14.5.3",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-standard": "^25.0.0",
"typescript": "4.6.3",
"postcss-syntax": "^0.36.2"
"typescript": "4.6.3"
}
}

0 comments on commit aec3b0e

Please sign in to comment.