10 Commits

Author SHA1 Message Date
renovate[bot]
0b303b2320 Update dependency eslint to v9 2024-08-03 03:04:59 +00:00
renovate[bot]
5b3d5a301e Update dependency vue-router to v4.4.2 (#154)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-02 23:04:11 -04:00
renovate[bot]
e4cb49047c Update babel monorepo to v7.25.2 (#132)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-02 23:03:55 -04:00
renovate[bot]
28a6dd4caf Update dependency eslint-plugin-vue to v9.27.0 (#144)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-02 23:03:47 -04:00
renovate[bot]
a2d7d2075d Update dependency cssnano to v7.0.4 (#145)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-02 23:03:32 -04:00
renovate[bot]
6b5e4eb877 Update dependency postcss to v8.4.40 (#143)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-02 23:03:24 -04:00
renovate[bot]
b38c90b461 Update dependency vue to v3.4.35 (#150)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-02 23:03:13 -04:00
dependabot[bot]
30bd14fcc2 Bump postcss from 7.0.39 to 8.4.40 (#153)
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.39 to 8.4.40.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.39...8.4.40)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-02 23:02:36 -04:00
renovate[bot]
3d66c44a2e Update dependency vue-github-button to v3.1.3 (#152)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-02 21:57:18 -04:00
renovate[bot]
846aabf2b7 Update dependency axios to v1.7.3 (#151)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-02 21:57:03 -04:00
2 changed files with 637 additions and 606 deletions

1239
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -22,7 +22,7 @@
"vue-github-button": "^3.0.3",
"vue-gtag": "^2.0.1",
"vue-loading-overlay": "^6.0.3",
"vue-router": "4.4.0"
"vue-router": "4.4.2"
},
"devDependencies": {
"@babel/core": "^7.22.10",
@@ -32,7 +32,7 @@
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "^5.0.8",
"eslint": "^8.47.0",
"eslint": "^9.0.0",
"eslint-plugin-vue": "^9.17.0",
"postcss-cli": "^11.0.0"
},