Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 9, 2021
1 parent caa6fc3 commit 7300bb2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
npm run test-report
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.4
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: dist
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,32 +20,32 @@
"@fortawesome/vue-fontawesome": "2.0.2",
"axios": "0.21.1",
"chart.js": "2.9.4",
"core-js": "3.16.1",
"jsdom": "16.7.0",
"core-js": "3.17.3",
"jsdom": "17.0.0",
"leaflet": "1.7.1",
"leaflet.geodesic": "2.5.5-0",
"nord": "0.2.1",
"vue": "2.6.14",
"vue-axios": "3.2.5",
"vue-axios": "3.3.6",
"vue-chartjs": "3.5.1",
"vue-class-component": "7.2.6",
"vue-picture-swipe": "2.1.0",
"vue-property-decorator": "9.1.2",
"vue-router": "3.5.2",
"vue-select": "3.12.2",
"vue-select": "3.13.0",
"vue2-leaflet": "2.7.1",
"vuetify": "2.5.8",
"vuex": "3.6.2"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "1.0.1",
"@types/chai": "4.2.21",
"@types/leaflet": "1.7.4",
"@types/leaflet": "1.7.5",
"@types/lodash": "4.14.172",
"@types/mocha": "9.0.0",
"@types/vue-select": "3.11.2",
"@typescript-eslint/eslint-plugin": "4.29.1",
"@typescript-eslint/parser": "4.29.1",
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/parser": "4.31.0",
"@vue/cli-plugin-babel": "4.5.13",
"@vue/cli-plugin-eslint": "4.5.13",
"@vue/cli-plugin-router": "4.5.13",
Expand All @@ -62,16 +62,16 @@
"eslint": "6.8.0",
"eslint-config-prettier": "6.15.0",
"eslint-loader": "4.0.2",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-vue": "7.16.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-vue": "7.17.0",
"gh-pages": "3.2.3",
"istanbul": "0.4.5",
"mocha": "8.3.2",
"nyc": "15.1.0",
"prettier": "2.3.2",
"prettier": "2.4.0",
"source-map-support": "0.5.19",
"ts-node": "10.2.0",
"typescript": "4.3.5",
"ts-node": "10.2.1",
"typescript": "4.4.2",
"vue-cli-plugin-vuetify": "2.4.2",
"vue-template-compiler": "2.6.14",
"vuex-class": "0.3.2",
Expand Down

0 comments on commit 7300bb2

Please sign in to comment.