Skip to content

Commit

Permalink
updated some of our js-dependencys to the newest version. No changes …
Browse files Browse the repository at this point in the history
…required
  • Loading branch information
CommanderStorm committed Mar 11, 2023
1 parent a15ec3a commit b6b6994
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,36 +11,36 @@
},
"dependencies": {
"maplibre-gl": "^2.4.0",
"pinia": "^2.0.17",
"pinia": "^2.0.28",
"spectre.css": "github:Valexr/spectre#dfe3bc2c59d23cd4bfd43c690aae3655576ff708",
"swagger-ui-dist": "^4.13.2",
"swaggerdark": "github:octycs/SwaggerDark",
"vue": "^3.2.37",
"vue-router": "^4.1.3"
"swagger-ui-dist": "^4.15.5",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^0.5.0",
"@rushstack/eslint-patch": "^1.1.4",
"@types/mapbox-gl": "^2.7.5",
"@types/node": "^16.11.47",
"@intlify/unplugin-vue-i18n": "^0.8.1",
"@rushstack/eslint-patch": "^1.2.0",
"@types/mapbox-gl": "^2.7.10",
"@types/node": "^18.11.18",
"@types/swagger-ui-dist": "^3.30.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/tsconfig": "^0.1.3",
"@yankeeinlondon/link-builder": "^1.2.1",
"eslint": "^8.21.0",
"eslint-plugin-vue": "^9.3.0",
"eslint": "^8.31.0",
"eslint-plugin-vue": "^9.8.0",
"isomorphic-fetch": "^3.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"sass": "^1.54.5",
"stylelint-scss": "^4.2.0",
"typescript": "~4.7.4",
"prettier": "^2.8.1",
"sass": "^1.57.1",
"stylelint-scss": "^4.3.0",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vite-plugin-md": "^0.21.5",
"vue-i18n": "^9.2.2",
"vue-tsc": "^0.39.5"
"vue-tsc": "^1.0.22"
},
"type": "module"
}

0 comments on commit b6b6994

Please sign in to comment.