Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimdemedes committed Jun 13, 2022
1 parent e661a25 commit ed2ba16
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,21 @@
"theme",
"color scheme"
],
"dependencies": {
"@codemirror/language": "^0.20.2",
"@lezer/highlight": "^0.16.0"
},
"devDependencies": {
"@codemirror/state": "^0.20.0",
"@codemirror/view": "^0.20.6",
"@codemirror/language": "^6.0.0",
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
"@lezer/highlight": "^1.0.0",
"@sindresorhus/tsconfig": "^3.0.0",
"@vdemedes/prettier-config": "^2.0.1",
"prettier": "^2.6.2",
"typescript": "^4.7.2",
"xo": "^0.49.0"
},
"peerDependencies": {
"@codemirror/state": "^0.20.0",
"@codemirror/view": "^0.20.6"
"@codemirror/language": "^6.0.0",
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0"
},
"prettier": "@vdemedes/prettier-config",
"xo": {
Expand Down

0 comments on commit ed2ba16

Please sign in to comment.