Skip to content

Commit 05e3689

Browse files
committed
build(deps-dev): bump the npm group with 6 updates
Updates `@babel/core` to 7.24.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.4/packages/babel-core) Updates `@babel/preset-env` to 7.24.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.4/packages/babel-preset-env) Updates `@commitlint/cli` to 19.2.2 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/cli) Updates `@commitlint/config-conventional` to 19.2.2 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/config-conventional) Updates `rollup` to 4.15.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.13.2...v4.15.0) Updates `stylelint-config-standard-scss` to 13.1.0 - [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md) - [Commits](stylelint-scss/stylelint-config-standard-scss@v13.0.0...v13.1.0)
1 parent d4a6d64 commit 05e3689

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"fixlint": "npm run test -- --fix"
2222
},
2323
"devDependencies": {
24-
"@babel/core": "^7.24.3",
24+
"@babel/core": "^7.24.4",
2525
"@babel/plugin-transform-class-properties": "^7.24.1",
26-
"@babel/preset-env": "^7.24.3",
27-
"@commitlint/cli": "^19.2.1",
28-
"@commitlint/config-conventional": "^19.1.0",
26+
"@babel/preset-env": "^7.24.4",
27+
"@commitlint/cli": "^19.2.2",
28+
"@commitlint/config-conventional": "^19.2.2",
2929
"@rollup/plugin-babel": "^6.0.4",
3030
"@rollup/plugin-terser": "^0.4.4",
3131
"@semantic-release/changelog": "^6.0.3",
@@ -34,11 +34,11 @@
3434
"conventional-changelog-conventionalcommits": "^7.0.2",
3535
"husky": "^9.0.11",
3636
"rimraf": "^5.0.5",
37-
"rollup": "^4.13.2",
37+
"rollup": "^4.15.0",
3838
"rollup-plugin-license": "^3.3.1",
3939
"semantic-release": "^23.0.8",
4040
"stylelint": "^16.3.1",
41-
"stylelint-config-standard-scss": "^13.0.0"
41+
"stylelint-config-standard-scss": "^13.1.0"
4242
},
4343
"prettier": {
4444
"trailingComma": "none"

0 commit comments

Comments
 (0)