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-dev): bump the dev-deps group with 2 updates #1506

Closed
wants to merge 1 commit into from
Closed
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
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
Loading