Skip to content

Commit

Permalink
downgrade @types/node for vue core bug (vuejs/core#6855)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhawton committed Oct 15, 2022
1 parent f885000 commit 9aa2174
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -21,13 +21,13 @@
"pinia": "^2.0.22",
"pinia-plugin-persistedstate": "^2.2.0",
"tailwind-loves-sass": "^1.1.3",
"vue": "^3.2.37",
"vue": "^3.2.41",
"vue-router": "4"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.3",
"@types/materializecss__materialize": "^1.1.0",
"@types/node": "^18.8.5",
"@types/node": "18.8.0",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@vitejs/plugin-vue": "^3.0.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Expand Up @@ -177,10 +177,10 @@
"@types/jquery" "*"
cash-dom "^8.1.1"

"@types/node@^18.8.5":
version "18.11.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.0.tgz#f38c7139247a1d619f6cc6f27b072606af7c289d"
integrity sha512-IOXCvVRToe7e0ny7HpT/X9Rb2RYtElG1a+VshjwT00HxrM2dWBApHQoqsI6WiY7Q03vdf2bCrIGzVrkF/5t10w==
"@types/node@18.8.0":
version "18.8.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.0.tgz#b8ee8d83a99470c0661bd899417fcd77060682fe"
integrity sha512-u+h43R6U8xXDt2vzUaVP3VwjjLyOJk6uEciZS8OSyziUQGOwmk+l+4drxcsDboHXwyTaqS1INebghmWMRxq3LA==

"@types/sizzle@*":
version "2.3.3"
Expand Down Expand Up @@ -805,9 +805,9 @@ autoprefixer@^10.4.10:
postcss-value-parser "^4.2.0"

axios@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.2.tgz#8b6f6c540abf44ab98d9904e8daf55351ca4a331"
integrity sha512-bznQyETwElsXl2RK7HLLwb5GPpOLlycxHCtrpDR/4RqqBzjARaOTo3jz4IgtntWUYee7Ne4S8UHd92VCuzPaWA==
version "1.1.3"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.3.tgz#8274250dada2edf53814ed7db644b9c2866c1e35"
integrity sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
Expand Down Expand Up @@ -3068,7 +3068,7 @@ vue-tsc@^1.0.7:
"@volar/vue-language-core" "1.0.8"
"@volar/vue-typescript" "1.0.8"

vue@^3.2.37:
vue@^3.2.41:
version "3.2.41"
resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.41.tgz#ed452b8a0f7f2b962f055c8955139c28b1c06806"
integrity sha512-uuuvnrDXEeZ9VUPljgHkqB5IaVO8SxhPpqF2eWOukVrBnRBx2THPSGQBnVRt0GrIG1gvCmFXMGbd7FqcT1ixNQ==
Expand Down

0 comments on commit 9aa2174

Please sign in to comment.