Skip to content

Commit

Permalink
Merge pull request #11 from kassiogluten/patch-1
Browse files Browse the repository at this point in the history
chore: move imports to devDependencies
  • Loading branch information
joschan21 committed Jul 3, 2023
2 parents 8c84d03 + dfcb81b commit d70c308
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/react-query": "^4.29.11",
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@uploadthing/react": "^4.0.0",
"@upstash/redis": "^1.21.0",
"autoprefixer": "10.4.14",
Expand Down Expand Up @@ -68,6 +65,9 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@types/editorjs__header": "^2.6.0",
"@types/lodash.debounce": "^4.0.7"
}
Expand Down

0 comments on commit d70c308

Please sign in to comment.