Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Jul 1, 2022
1 parent 98affb1 commit 37691e9
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 91 deletions.
170 changes: 89 additions & 81 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
},
"license": "BSD-3-Clause",
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.8",
"@rollup/plugin-babel": "^5.3.0",
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@rollup/plugin-babel": "^5.3.1",
"prettier": "^2.2.1",
"rollup": "^2.40.0",
"rollup-plugin-ts": "^1.3.12",
"typescript": "^4.2.4"
"rollup": "^2.75.7",
"rollup-plugin-ts": "^3.0.2",
"typescript": "^4.7.4"
},
"dependencies": {
"@codemirror/autocomplete": "^0.20.0",
"@codemirror/lint": "^0.20.0",
"@codemirror/state": "^0.20.0",
"@codemirror/view": "^0.20.0",
"@codemirror/autocomplete": "^6.0.0",
"@codemirror/lint": "^6.0.0",
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
"@open-rpc/client-js": "^1.7.1",
"vscode-languageserver-protocol": "^3.16.0"
},
Expand Down

0 comments on commit 37691e9

Please sign in to comment.