Skip to content

Commit

Permalink
Bump the all group in /frontend with 3 updates (#125)
Browse files Browse the repository at this point in the history
Bumps the all group in /frontend with 3 updates: [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react), [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) and [sass-loader](https://github.com/webpack-contrib/sass-loader).


Updates `@types/react` from 18.2.78 to 18.2.79
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `mini-css-extract-plugin` from 2.8.1 to 2.9.0
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/mini-css-extract-plugin@v2.8.1...v2.9.0)

Updates `sass-loader` from 14.2.0 to 14.2.1
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v14.2.0...v14.2.1)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 23, 2024
1 parent 0c1f083 commit 850090f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"homepage": "https://github.com/Heapy/komok#readme",
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"compression-webpack-plugin": "^11.1.0",
"css-loader": "^7.1.1",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.8.1",
"mini-css-extract-plugin": "^2.9.0",
"sass": "^1.75.0",
"sass-loader": "^14.2.0",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
Expand Down
30 changes: 15 additions & 15 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^18.2.78":
version: 18.2.78
resolution: "@types/react@npm:18.2.78"
"@types/react@npm:^18.2.79":
version: 18.2.79
resolution: "@types/react@npm:18.2.79"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/5eb8e1dd98c29aeddf40b90f466d1a9ce83b113d42a096633d632b834e7ae9821f24ba7999928de9d98cca37764532a7ea35355a8103a377d8baa750f1841b5c
checksum: 10c0/c8a8a005d8830a48cc1ef93c3510c4935a2a03e5557dbecaa8f1038450cbfcb18eb206fa7fba7077d54b8da21faeb25577e897a333392770a7797f625b62c78a
languageName: node
linkType: hard

Expand Down Expand Up @@ -1518,16 +1518,16 @@ __metadata:
resolution: "komok@workspace:."
dependencies:
"@types/node": "npm:^20.12.7"
"@types/react": "npm:^18.2.78"
"@types/react": "npm:^18.2.79"
"@types/react-dom": "npm:^18.2.25"
compression-webpack-plugin: "npm:^11.1.0"
css-loader: "npm:^7.1.1"
html-webpack-plugin: "npm:^5.6.0"
mini-css-extract-plugin: "npm:^2.8.1"
mini-css-extract-plugin: "npm:^2.9.0"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
sass: "npm:^1.75.0"
sass-loader: "npm:^14.2.0"
sass-loader: "npm:^14.2.1"
style-loader: "npm:^4.0.0"
ts-loader: "npm:^9.5.1"
tslib: "npm:^2.6.2"
Expand Down Expand Up @@ -1648,15 +1648,15 @@ __metadata:
languageName: node
linkType: hard

"mini-css-extract-plugin@npm:^2.8.1":
version: 2.8.1
resolution: "mini-css-extract-plugin@npm:2.8.1"
"mini-css-extract-plugin@npm:^2.9.0":
version: 2.9.0
resolution: "mini-css-extract-plugin@npm:2.9.0"
dependencies:
schema-utils: "npm:^4.0.0"
tapable: "npm:^2.2.1"
peerDependencies:
webpack: ^5.0.0
checksum: 10c0/ef0064f32051294e76141ba74ddf139d313ba26f3abcef1a3906347ca75df8e69c490351bd4c2f373b0cf5c934f39c7d643c8615421c24e4d2c724345294f80a
checksum: 10c0/46e20747ea250420db8a82801b9779299ce3cd5ec4d6dd75e00904c39cc80f0f01decaa534b8cb9658d7d3b656b919cb2cc84b1ba7e2394d2d6548578a5c2901
languageName: node
linkType: hard

Expand Down Expand Up @@ -2208,9 +2208,9 @@ __metadata:
languageName: node
linkType: hard

"sass-loader@npm:^14.2.0":
version: 14.2.0
resolution: "sass-loader@npm:14.2.0"
"sass-loader@npm:^14.2.1":
version: 14.2.1
resolution: "sass-loader@npm:14.2.1"
dependencies:
neo-async: "npm:^2.6.2"
peerDependencies:
Expand All @@ -2230,7 +2230,7 @@ __metadata:
optional: true
webpack:
optional: true
checksum: 10c0/03363149c93a216c727f9d62176e95bd97da0f913f5d2480c69244a8047a9de58e7b67ff876edd19e8a5481c89809ffdeb8a06eb3f32712ed8ed5019761dd0c3
checksum: 10c0/9a48d454584d96d6c562eb323bb9e3c6808e930eeaaa916975b97d45831e0b87936a8655cdb3a4512a25abc9587dea65a9616e42396be0d7e7c507a4795a8146
languageName: node
linkType: hard

Expand Down

0 comments on commit 850090f

Please sign in to comment.