Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #6417 from kaizumaki/feature/add-resolutions
Browse files Browse the repository at this point in the history
sassのバージョンを1.32.12に(暫定的処置)
  • Loading branch information
soutaito authored Jun 10, 2021
2 parents 9b7c556 + 2f17c81 commit c8c3183
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
],
"*.{css,scss,vue}": "stylelint"
},
"resolutions": {
"@nuxtjs/vuetify/**/sass": "1.32.12"
},
"dependencies": {
"@nuxt/types": "2.15.6",
"@nuxtjs/dotenv": "1.4.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10163,10 +10163,10 @@ sass-loader@^10.1.1:
schema-utils "^3.0.0"
semver "^7.3.2"

sass@^1.32.4:
version "1.34.1"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.34.1.tgz#30f45c606c483d47b634f1e7371e13ff773c96ef"
integrity sha512-scLA7EIZM+MmYlej6sdVr0HRbZX5caX5ofDT9asWnUJj21oqgsC+1LuNfm0eg+vM0fCTZHhwImTiCU0sx9h9CQ==
sass@1.32.12, sass@^1.32.4:
version "1.32.12"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.32.12.tgz#a2a47ad0f1c168222db5206444a30c12457abb9f"
integrity sha512-zmXn03k3hN0KaiVTjohgkg98C3UowhL1/VSGdj4/VAAiMKGQOE80PFPxFP2Kyq0OUskPKcY5lImkhBKEHlypJA==
dependencies:
chokidar ">=3.0.0 <4.0.0"

Expand Down

0 comments on commit c8c3183

Please sign in to comment.