Skip to content

Commit

Permalink
Merge branch 'release/release/3.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Jul 26, 2023
2 parents e2edcbc + 7232d02 commit 02f86e1
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "briefing",
"version": "3.1.3",
"version": "3.1.4",
"private": true,
"description": "Secure direct video chat",
"repository": {
Expand Down Expand Up @@ -34,34 +34,34 @@
"upload:dockerhub": "nr build:docker && cd docker && docker login -u holtwick && docker buildx build --platform linux/arm64,linux/amd64,linux/s390x,linux/arm/v7,linux/arm/v6 -t holtwick/briefing:$npm_package_version -t holtwick/briefing:latest --push ."
},
"dependencies": {
"@sentry/browser": "^7.41.0",
"@sentry/tracing": "^7.41.0",
"@vueuse/core": "^9.13.0",
"@zerva/core": "^0.20.1",
"@zerva/http": "^0.20.1",
"@zerva/websocket": "^0.20.1",
"@sentry/browser": "^7.60.0",
"@sentry/tracing": "^7.60.0",
"@vueuse/core": "^10.2.1",
"@zerva/core": "^0.32.0",
"@zerva/http": "^0.32.0",
"@zerva/websocket": "^0.32.1",
"clipboard-copy": "^4.0.1",
"lodash": "^4.17.21",
"vue": "^3.2.47",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"zeed": "^0.10.1"
"zeed": "^0.11.3"
},
"devDependencies": {
"@antfu/eslint-config": "^0.36.0",
"@antfu/ni": "^0.20.0",
"@types/node": "^18.14.6",
"@vitejs/plugin-vue": "^4.0.0",
"@zerva/bin": "^0.20.1",
"@zerva/vite": "^0.20.1",
"@antfu/eslint-config": "^0.39.8",
"@antfu/ni": "^0.21.5",
"@types/node": "^20.4.5",
"@vitejs/plugin-vue": "^4.2.3",
"@zerva/bin": "^0.32.0",
"@zerva/vite": "^0.32.0",
"cross-env": "^7.0.3",
"eslint": "^8.35.0",
"eslint": "^8.45.0",
"ministun": "^1.0.6",
"sass": "^1.58.3",
"sass": "^1.64.1",
"tsc": "^2.0.4",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vitest": "^0.29.2",
"vue-tsc": "^1.2.0"
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vitest": "^0.33.0",
"vue-tsc": "^1.8.6"
},
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit 02f86e1

Please sign in to comment.