Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LyonSyonII committed Nov 17, 2024
1 parent 098b136 commit c67a208
Show file tree
Hide file tree
Showing 2 changed files with 607 additions and 1,841 deletions.
21 changes: 7 additions & 14 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"analyze": "source-map-explorer 'dist/_astro/*.js'"
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.1",
"@codemirror/autocomplete": "^6.18.3",
"@codemirror/commands": "^6.7.1",
"@codemirror/lang-rust": "^6.0.1",
"@codemirror/language": "^6.10.3",
"@codemirror/search": "^6.5.6",
"@codemirror/search": "^6.5.7",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"@codemirror/view": "^6.34.3",
"@lezer/highlight": "^1.2.1",
"@sweetalert2/theme-dark": "^5.0.18",
"appwrite": "^16.0.2",
Expand All @@ -28,23 +28,16 @@
"lz-string": "^1.5.0",
"magic-regexp": "^0.8.0",
"purgecss": "^6.0.0",
"sweetalert2": "^11.14.4"
"sweetalert2": "^11.14.5"
},
"devDependencies": {
<<<<<<< HEAD
"@astrojs/check": "^0.9.3",
"@astrojs/starlight": "^0.28.2",
"astro": "^4.15.9",
"astro-compress": "^2.2.28",
=======
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.28.3",
"@astrojs/starlight": "^0.28.6",
"@biomejs/biome": "1.8.3",
"astro": "^4.16.7",
"astro": "^4.16.13",
"astro-compress": "^2.3.5",
"astro-compressor": "^0.4.1",
"astro-purgecss": "^4.6.1",
>>>>>>> 81be58587878f5d8efefbe7d048ac021bc603a4d
"astro-purgecss": "^4.8.0",
"astro-robots-txt": "^1.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"sharp": "^0.33.5",
Expand Down
Loading

0 comments on commit c67a208

Please sign in to comment.