Skip to content

Commit

Permalink
feat(katzencore): Updated package.json, Moving Dependencies from dev
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlkatze committed Jul 19, 2024
1 parent a1fa722 commit 7e54bed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,21 @@
"@tiptap/pm": "^2.5.1",
"@tiptap/starter-kit": "^2.5.1",
"@tiptap/vue-3": "^2.5.1",
"universal-dom-parser": "^0.0.3"
"universal-dom-parser": "^0.0.3",
"jsonwebtoken": "9.0.2",
"@types/jsonwebtoken": "9.0.6",
"@nuxt/image": "1.7.0"
},
"overrides": {
"vue": "latest"
},
"devDependencies": {
"jsonwebtoken": "9.0.2",
"@nuxt/kit": "3.12.4",
"@nuxt/devtools": "1.3.9",
"@nuxt/eslint-config": "0.3.13",
"@nuxt/image": "1.7.0",
"@nuxt/module-builder": "0.8.1",
"@nuxt/schema": "3.12.4",
"@nuxt/test-utils": "3.13.1",
"@types/jsonwebtoken": "9.0.6",
"@types/node": "20.14.10",
"changelogen": "0.5.5",
"eslint": "^8.57.0",
Expand Down

0 comments on commit 7e54bed

Please sign in to comment.