Skip to content

Commit

Permalink
update frontend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
h44z committed Dec 23, 2023
1 parent ebe902d commit 81e696f
Show file tree
Hide file tree
Showing 571 changed files with 9,448 additions and 15,988 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ go.sum
swagger.json
swagger.yaml
/config.yml
/config/
venv/
.cache/
1,362 changes: 478 additions & 884 deletions frontend/package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@
"preview": "vite preview --port 5050"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@kyvg/vue3-notification": "^2.9.1",
"@fortawesome/fontawesome-free": "^6.5.1",
"@kyvg/vue3-notification": "^3.1.3",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.0",
"bootswatch": "^5.3.0",
"flag-icons": "^6.7.0",
"bootstrap": "^5.3.2",
"bootswatch": "^5.3.2",
"flag-icons": "^7.1.0",
"is-cidr": "^5.0.3",
"is-ip": "^5.0.0",
"pinia": "^2.1.4",
"is-ip": "^5.0.1",
"pinia": "^2.1.7",
"prismjs": "^1.29.0",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue": "^3.3.13",
"vue-i18n": "^9.8.0",
"vue-prism-component": "github:h44z/vue-prism-component",
"vue-router": "^4.2.2",
"vue-router": "^4.2.5",
"vue3-tags-input": "^1.0.12"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.3.9"
"@vitejs/plugin-vue": "^4.5.2",
"vite": "^5.0.10"
}
}

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

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Loading

0 comments on commit 81e696f

Please sign in to comment.