Skip to content

Commit

Permalink
update dependencies; Remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
LyonSyonII committed Jul 4, 2024
1 parent 307f330 commit f573c10
Show file tree
Hide file tree
Showing 4 changed files with 641 additions and 1,242 deletions.
6 changes: 3 additions & 3 deletions frontend/flake.lock

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

22 changes: 11 additions & 11 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"analyze": "source-map-explorer 'dist/_astro/*.js'"
},
"dependencies": {
"@codemirror/autocomplete": "^6.16.0",
"@codemirror/commands": "^6.5.0",
"@codemirror/autocomplete": "^6.17.0",
"@codemirror/commands": "^6.6.0",
"@codemirror/lang-rust": "^6.0.1",
"@codemirror/language": "^6.10.1",
"@codemirror/language": "^6.10.2",
"@codemirror/search": "^6.5.6",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
"@codemirror/view": "^6.28.4",
"@lezer/highlight": "^1.2.0",
"astro-compressor": "^0.4.1",
"astro-purgecss": "^4.1.1",
Expand All @@ -29,15 +29,15 @@
},
"devDependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/starlight": "^0.23.1",
"astro": "^4.8.6",
"astro-compress": "^2.2.23",
"@astrojs/starlight": "^0.24.5",
"astro": "^4.11.5",
"astro-compress": "^2.2.28",
"astro-robots-txt": "^1.0.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0",
"rollup-plugin-visualizer": "^5.12.0",
"sharp": "^0.33.4",
"typescript": "^5.4.5",
"vite-bundle-analyzer": "^0.9.4"
"typescript": "^5.5.3",
"vite-bundle-analyzer": "^0.10.3"
}
}
Loading

0 comments on commit f573c10

Please sign in to comment.