Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy committed Sep 29, 2024
1 parent 93a0a89 commit 7f560ef
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 97 deletions.
178 changes: 86 additions & 92 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "ViperIDE",
"version": "0.4.22",
"version": "0.4.23",
"description": "An innovative MicroPython / CircuitPython IDE for Web and Mobile",
"main": "index.js",
"scripts": {
"build": "rollup --config",
"start": "rollup --config --configDebug --watch"
},
"dependencies": {
"@astral-sh/ruff-wasm-web": "0.6.7",
"@astral-sh/ruff-wasm-web": "0.6.8",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.2.5",
"@codemirror/lang-markdown": "^6.3.0",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/legacy-modes": "^6.4.1",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
Expand Down Expand Up @@ -44,8 +44,8 @@
"@rollup/plugin-terser": "^0.4.4",
"eslint": "^9.11.1",
"globals": "^15.9.0",
"rollup": "^4.22.4",
"rollup-plugin-import-css": "3.5.1",
"rollup": "^4.22.5",
"rollup-plugin-import-css": "3.5.4",
"rollup-plugin-serve": "^1.1.1"
}
}

0 comments on commit 7f560ef

Please sign in to comment.