Skip to content

Commit

Permalink
updated frontend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tobihagemann committed Jan 10, 2024
1 parent 9edb660 commit 7238cb6
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^1.4.0",
"@tailwindcss/forms": "^0.5.6",
"@types/blueimp-md5": "^2.18.1",
"@types/chai": "^4.3.9",
"@types/chai-as-promised": "^7.1.7",
"@types/file-saver": "^2.0.6",
"@types/mocha": "^10.0.3",
"@tailwindcss/forms": "^0.5.7",
"@types/blueimp-md5": "^2.18.2",
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.8",
"@types/file-saver": "^2.0.7",
"@types/mocha": "^10.0.6",
"@types/node": "^20.8.10",
"@types/semver": "^7.5.4",
"@types/semver": "^7.5.6",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/compiler-sfc": "^3.3.4",
"@vitejs/plugin-vue": "^4.4.1",
"@vue/compiler-sfc": "^3.3.13",
"autoprefixer": "^10.4.16",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
Expand All @@ -40,27 +40,27 @@
"eslint-plugin-vue": "^9.18.1",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"ts-node": "^10.9.1",
"postcss": "^8.4.33",
"tailwindcss": "^3.3.7",
"ts-node": "^10.9.2",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vue-tsc": "^1.8.22"
"vite": "^4.5.1",
"vue-tsc": "^1.8.27"
},
"dependencies": {
"@headlessui/tailwindcss": "^0.2.0",
"@headlessui/vue": "^1.7.16",
"@headlessui/vue": "^1.7.17",
"@heroicons/vue": "^2.0.18",
"axios": "^1.6.0",
"axios": "^1.6.5",
"file-saver": "^2.0.5",
"jdenticon": "^3.2.0",
"jszip": "^3.10.1",
"keycloak-js": "^22.0.5",
"miscreant": "^0.3.2",
"rfc4648": "^1.5.3",
"semver": "^7.5.4",
"vue": "^3.3.4",
"vue-i18n": "^9.6.2",
"vue": "^3.3.13",
"vue-i18n": "^9.6.5",
"vue-router": "^4.2.5"
}
}

0 comments on commit 7238cb6

Please sign in to comment.