Skip to content

Commit

Permalink
chore(deps): Update packages (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn authored Oct 28, 2024
1 parent 5ad39aa commit 20cd275
Show file tree
Hide file tree
Showing 3 changed files with 442 additions and 637 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,13 @@ There is also a pre-commit configuration set up with [husky](https://typicode.gi
```sh
yarn test
```

## Update packages

```sh
// 1) list packages to update
yarn upgrade-interactive --latest
// 2) update package.json by bumping all non-major updgrades
// 3) update packages
yarn install
```
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,35 +27,35 @@
"@vueuse/core": "^11.1.0",
"@vueuse/integrations": "^11.1.0",
"compressorjs": "^1.2.1",
"exifreader": "^4.23.5",
"exifreader": "^4.24.0",
"html5-qrcode": "^2.3.8",
"leaflet": "^1.9.4",
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^3.2.1",
"universal-cookie": "^7.2.0",
"pinia-plugin-persistedstate": "^3.2.3",
"universal-cookie": "^7.2.1",
"vega": "^5.30.0",
"vega-embed": "^6.26.0",
"vega-lite": "^5.21.0",
"vue": "^3.5.10",
"vue": "^3.5.12",
"vue-i18n": "9.14.1",
"vue-matomo": "^4.2.0",
"vue-router": "^4.4.5",
"vuetify": "^3.7.2"
"vuetify": "^3.7.3"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.5.10",
"@vue/compiler-sfc": "^3.5.12",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"cypress": "^13.15.0",
"eslint": "^9.11.1",
"eslint-plugin-vue": "^9.28.0",
"cypress": "^13.15.1",
"eslint": "^9.13.0",
"eslint-plugin-vue": "^9.29.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"start-server-and-test": "^2.0.8",
"vite": "^5.4.8"
"vite": "^5.4.10"
},
"resolutions": {
"postcss": "^8.4.31"
Expand Down
Loading

0 comments on commit 20cd275

Please sign in to comment.