Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency sass to ~1.75.0 #1637

Merged
merged 1 commit into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rimraf": "^5.0.1",
"sass": "~1.74.0",
"sass": "~1.75.0",
"sass-loader": "^14.0.0",
"semver": "^7.5.2",
"standard-version": "^9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@o3r/styling": "workspace:^",
"chokidar": "^3.5.2",
"globby": "^11.1.0",
"sass": "~1.74.0"
"sass": "~1.75.0"
},
"peerDependenciesMeta": {
"@o3r/core": {
Expand Down Expand Up @@ -129,7 +129,7 @@
"jsonschema": "~1.4.1",
"nx": "~18.2.0",
"rxjs": "^7.8.1",
"sass": "~1.74.0",
"sass": "~1.75.0",
"ts-jest": "~29.1.2",
"ts-node": "~10.9.2",
"type-fest": "^4.10.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r/styling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@o3r/schematics": "workspace:^",
"@schematics/angular": "~17.3.0",
"rxjs": "^7.8.1",
"sass": "~1.74.0"
"sass": "~1.75.0"
},
"peerDependenciesMeta": {
"@angular-devkit/architect": {
Expand Down Expand Up @@ -148,7 +148,7 @@
"nx": "~18.2.0",
"pid-from-port": "^1.1.3",
"rxjs": "^7.8.1",
"sass": "~1.74.0",
"sass": "~1.75.0",
"semver": "^7.5.2",
"stylelint": "^16.0.2",
"stylelint-scss": "^6.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7294,7 +7294,7 @@ __metadata:
minimist: "npm:^1.2.6"
nx: "npm:~18.2.0"
rxjs: "npm:^7.8.1"
sass: "npm:~1.74.0"
sass: "npm:~1.75.0"
ts-jest: "npm:~29.1.2"
ts-node: "npm:~10.9.2"
tslib: "npm:^2.6.2"
Expand All @@ -7307,7 +7307,7 @@ __metadata:
"@o3r/styling": "workspace:^"
chokidar: ^3.5.2
globby: ^11.1.0
sass: ~1.74.0
sass: ~1.75.0
peerDependenciesMeta:
"@o3r/core":
optional: true
Expand Down Expand Up @@ -7874,7 +7874,7 @@ __metadata:
react-dom: "npm:^18.0.0"
rimraf: "npm:^5.0.1"
rxjs: "npm:^7.8.1"
sass: "npm:~1.74.0"
sass: "npm:~1.75.0"
sass-loader: "npm:^14.0.0"
semver: "npm:^7.5.2"
standard-version: "npm:^9.0.0"
Expand Down Expand Up @@ -8896,7 +8896,7 @@ __metadata:
nx: "npm:~18.2.0"
pid-from-port: "npm:^1.1.3"
rxjs: "npm:^7.8.1"
sass: "npm:~1.74.0"
sass: "npm:~1.75.0"
semver: "npm:^7.5.2"
stylelint: "npm:^16.0.2"
stylelint-scss: "npm:^6.0.0"
Expand All @@ -8921,7 +8921,7 @@ __metadata:
"@o3r/schematics": "workspace:^"
"@schematics/angular": ~17.3.0
rxjs: ^7.8.1
sass: ~1.74.0
sass: ~1.75.0
peerDependenciesMeta:
"@angular-devkit/architect":
optional: true
Expand Down Expand Up @@ -27674,16 +27674,16 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:^1.42.1, sass@npm:^1.69.5, sass@npm:~1.74.0":
version: 1.74.1
resolution: "sass@npm:1.74.1"
"sass@npm:^1.42.1, sass@npm:^1.69.5, sass@npm:~1.75.0":
version: 1.75.0
resolution: "sass@npm:1.75.0"
dependencies:
chokidar: "npm:>=3.0.0 <4.0.0"
immutable: "npm:^4.0.0"
source-map-js: "npm:>=0.6.2 <2.0.0"
bin:
sass: sass.js
checksum: 10/fe49406d1ed37541cf69b842b76109a9ede6efe565b2aa0fa3f0f041d310673a713404677c1f82747089dfea4f5a873a761b8d3f94f4da3883ca402768cd58aa
checksum: 10/9f2d1b5adfe0b008e7062ef2f42fd9b26672e39e36ef3d234166636a4082d1f66c01804070e4e07b50ec872cdd9485ccf10fae8f87b3c00b9de6400c6e73efe8
languageName: node
linkType: hard

Expand Down
Loading