-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the all group in /frontend with 6 updates (#182)
Bumps the all group in /frontend with 6 updates: | Package | From | To | | --- | --- | --- | | [tslib](https://github.com/Microsoft/tslib) | `2.8.0` | `2.8.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.8.2` | `22.8.7` | | [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) | `2.9.1` | `2.9.2` | | [sass](https://github.com/sass/dart-sass) | `1.80.4` | `1.80.6` | | [sass-loader](https://github.com/webpack-contrib/sass-loader) | `16.0.2` | `16.0.3` | | [webpack](https://github.com/webpack/webpack) | `5.95.0` | `5.96.1` | Updates `tslib` from 2.8.0 to 2.8.1 - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](microsoft/tslib@v2.8.0...v2.8.1) Updates `@types/node` from 22.8.2 to 22.8.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `mini-css-extract-plugin` from 2.9.1 to 2.9.2 - [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.9.1...v2.9.2) Updates `sass` from 1.80.4 to 1.80.6 - [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.80.4...1.80.6) Updates `sass-loader` from 16.0.2 to 16.0.3 - [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@v16.0.2...v16.0.3) Updates `webpack` from 5.95.0 to 5.96.1 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.95.0...v5.96.1) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: "@types/node" 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-patch dependency-group: all - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: sass-loader dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor 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
1 parent
7d4c34e
commit 5c5c5ce
Showing
2 changed files
with
112 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,26 +16,26 @@ | |
}, | ||
"homepage": "https://github.com/Heapy/komok#readme", | ||
"devDependencies": { | ||
"@types/node": "^22.8.2", | ||
"@types/node": "^22.8.7", | ||
"@types/react": "^18.3.12", | ||
"@types/react-dom": "^18.3.1", | ||
"compression-webpack-plugin": "^11.1.0", | ||
"css-loader": "^7.1.2", | ||
"html-webpack-plugin": "^5.6.3", | ||
"mini-css-extract-plugin": "^2.9.1", | ||
"sass": "^1.80.4", | ||
"sass-loader": "^16.0.2", | ||
"mini-css-extract-plugin": "^2.9.2", | ||
"sass": "^1.80.6", | ||
"sass-loader": "^16.0.3", | ||
"style-loader": "^4.0.0", | ||
"ts-loader": "^9.5.1", | ||
"typescript": "^5.6.3", | ||
"webpack": "^5.95.0", | ||
"webpack": "^5.96.1", | ||
"webpack-cli": "^5.1.4" | ||
}, | ||
"dependencies": { | ||
"bulma": "^1.0.2", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"tslib": "^2.8.0" | ||
"tslib": "^2.8.1" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters