Skip to content

Commit

Permalink
chore(deps-dev): bump the dev-deps group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dev-deps group with 2 updates: [caniuse-lite](https://github.com/browserslist/caniuse-lite) and [sass](https://github.com/sass/dart-sass).


Updates `caniuse-lite` from 1.0.30001687 to 1.0.30001688
- [Commits](browserslist/caniuse-lite@1.0.30001687...1.0.30001688)

Updates `sass` from 1.82.0 to 1.83.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.82.0...1.83.0)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
1 parent e274cae commit 73f2344
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/fuselage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@types/react-dom": "~17.0.25",
"autoprefixer": "~10.4.20",
"babel-loader": "~9.2.1",
"caniuse-lite": "~1.0.30001687",
"caniuse-lite": "~1.0.30001688",
"cross-env": "^7.0.3",
"css-loader": "~6.7.3",
"cssnano": "~5.0.17",
Expand All @@ -120,7 +120,7 @@
"react-virtuoso": "~3.1.5",
"resolve-url-loader": "~5.0.0",
"rimraf": "^3.0.2",
"sass": "~1.82.0",
"sass": "~1.83.0",
"sass-loader": "~13.2.2",
"storybook": "~8.4.7",
"storybook-dark-mode": "~4.0.2",
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4728,7 +4728,7 @@ __metadata:
"@types/react-dom": "npm:~17.0.25"
autoprefixer: "npm:~10.4.20"
babel-loader: "npm:~9.2.1"
caniuse-lite: "npm:~1.0.30001687"
caniuse-lite: "npm:~1.0.30001688"
cross-env: "npm:^7.0.3"
css-loader: "npm:~6.7.3"
cssnano: "npm:~5.0.17"
Expand Down Expand Up @@ -4759,7 +4759,7 @@ __metadata:
react-virtuoso: "npm:~3.1.5"
resolve-url-loader: "npm:~5.0.0"
rimraf: "npm:^3.0.2"
sass: "npm:~1.82.0"
sass: "npm:~1.83.0"
sass-loader: "npm:~13.2.2"
storybook: "npm:~8.4.7"
storybook-dark-mode: "npm:~4.0.2"
Expand Down Expand Up @@ -8179,13 +8179,20 @@ __metadata:
languageName: node
linkType: hard

"caniuse-lite@npm:^1.0.30001646, caniuse-lite@npm:~1.0.30001687":
"caniuse-lite@npm:^1.0.30001646":
version: 1.0.30001687
resolution: "caniuse-lite@npm:1.0.30001687"
checksum: 10/0b6a064d5df185ec60b842dba5a27d2c54a66967b7f89571bfd0a8256f0863b1f2a910da6a19ed1b8f534bedf0663cae90309a4a6899bba2286205d459b32f95
languageName: node
linkType: hard

"caniuse-lite@npm:~1.0.30001688":
version: 1.0.30001688
resolution: "caniuse-lite@npm:1.0.30001688"
checksum: 10/2125e900af866ee211c66beca01220c98e72c8a91d25c87b8ab456d3916f56fb1be5feef72556bca746da7aa852fc0118a04669f5ec2e6511eb77c960479e1c0
languageName: node
linkType: hard

"case-sensitive-paths-webpack-plugin@npm:^2.4.0":
version: 2.4.0
resolution: "case-sensitive-paths-webpack-plugin@npm:2.4.0"
Expand Down Expand Up @@ -17581,9 +17588,9 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:~1.82.0":
version: 1.82.0
resolution: "sass@npm:1.82.0"
"sass@npm:~1.83.0":
version: 1.83.0
resolution: "sass@npm:1.83.0"
dependencies:
"@parcel/watcher": "npm:^2.4.1"
chokidar: "npm:^4.0.0"
Expand All @@ -17594,7 +17601,7 @@ __metadata:
optional: true
bin:
sass: sass.js
checksum: 10/35fca01aef652e8cb1fede83fe4214e3c2ba10c9af3d7f101eec7c3c3d1064001f9c7d09a7fdb9548062b60fee62e5f1f931d90aecac02f6bc8deaa4b7516c5f
checksum: 10/cae7c489ffeb1324ac7e766dda60206a6d7a318d0689b490290a32a6414ef1fd0f376f92d45fb1610e507baa6f6594f1a61d4d706df2f105122ff9a83d2a28e1
languageName: node
linkType: hard

Expand Down

0 comments on commit 73f2344

Please sign in to comment.