Skip to content

Commit

Permalink
Merge pull request #33 from joshkel/dev-dependencies
Browse files Browse the repository at this point in the history
Fix dependencies vs. devDependencies
  • Loading branch information
dan-cooke authored Jul 25, 2024
2 parents 25bc01e + 2619aab commit cc2d1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
"release": "yarn build && yarn changeset publish"
},
"dependencies": {
"@changesets/cli": "^2.27.7",
"buffer-image-size": "^0.6.4",
"docx": "^8.5.0",
"prosemirror-model": "^1.18.1"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
"@changesets/cli": "^2.27.7",
"@curvenote/schema": "0.12.16",
"@types/jest": "^28.1.3",
"@types/markdown-it": "^12.2.3",
Expand Down

0 comments on commit cc2d1aa

Please sign in to comment.