mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
chore(deps): bump the minor-and-patch group across 1 directory with 8 updates
Bumps the minor-and-patch group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) | `19.1.0` | `19.3.0` | | [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `19.1.0` | `19.2.2` | | [@commitlint/config-patternplate](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-patternplate) | `19.1.0` | `19.3.0` | | [@commitlint/format](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/format) | `19.0.3` | `19.3.0` | | [@commitlint/lint](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/lint) | `19.1.0` | `19.2.2` | | [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.2.1` | `19.3.0` | | [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) | `12.2.0` | `12.4.1` | | [yaml](https://github.com/eemeli/yaml) | `2.4.1` | `2.4.2` | Updates `@commitlint/config-angular` from 19.1.0 to 19.3.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/config-angular) Updates `@commitlint/config-conventional` from 19.1.0 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 `@commitlint/config-patternplate` from 19.1.0 to 19.3.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-patternplate/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/config-patternplate) Updates `@commitlint/format` from 19.0.3 to 19.3.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/format/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/format) Updates `@commitlint/lint` from 19.1.0 to 19.2.2 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/lint/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/lint) Updates `@commitlint/cli` from 19.2.1 to 19.3.0 - [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.3.0/@commitlint/cli) Updates `commit-and-tag-version` from 12.2.0 to 12.4.1 - [Release notes](https://github.com/absolute-version/commit-and-tag-version/releases) - [Changelog](https://github.com/absolute-version/commit-and-tag-version/blob/master/CHANGELOG.md) - [Commits](https://github.com/absolute-version/commit-and-tag-version/compare/v12.2.0...v12.4.1) Updates `yaml` from 2.4.1 to 2.4.2 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.4.1...v2.4.2) --- updated-dependencies: - dependency-name: "@commitlint/config-angular" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@commitlint/config-conventional" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@commitlint/config-patternplate" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@commitlint/format" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@commitlint/lint" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: commit-and-tag-version dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: yaml dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7f0a61df50
commit
2cd1962eba
2 changed files with 48 additions and 47 deletions
79
package-lock.json
generated
79
package-lock.json
generated
|
|
@ -12,13 +12,13 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.1",
|
"@actions/core": "^1.10.1",
|
||||||
"@actions/github": "^6.0.0",
|
"@actions/github": "^6.0.0",
|
||||||
"@commitlint/config-angular": "^19.1.0",
|
"@commitlint/config-angular": "^19.3.0",
|
||||||
"@commitlint/config-conventional": "^19.1.0",
|
"@commitlint/config-conventional": "^19.2.2",
|
||||||
"@commitlint/config-lerna-scopes": "^19.0.0",
|
"@commitlint/config-lerna-scopes": "^19.0.0",
|
||||||
"@commitlint/config-patternplate": "^19.1.0",
|
"@commitlint/config-patternplate": "^19.3.0",
|
||||||
"@commitlint/ensure": "^19.0.3",
|
"@commitlint/ensure": "^19.0.3",
|
||||||
"@commitlint/format": "^19.0.3",
|
"@commitlint/format": "^19.3.0",
|
||||||
"@commitlint/lint": "^19.1.0",
|
"@commitlint/lint": "^19.2.2",
|
||||||
"@commitlint/load": "^19.2.0",
|
"@commitlint/load": "^19.2.0",
|
||||||
"commitlint-config-jira": "^1.6.4",
|
"commitlint-config-jira": "^1.6.4",
|
||||||
"commitlint-plugin-function-rules": "^4.0.0",
|
"commitlint-plugin-function-rules": "^4.0.0",
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.24.4",
|
"@babel/core": "^7.24.4",
|
||||||
"@babel/preset-env": "^7.24.4",
|
"@babel/preset-env": "^7.24.4",
|
||||||
"@commitlint/cli": "^19.2.1",
|
"@commitlint/cli": "^19.3.0",
|
||||||
"@commitlint/test": "^9.0.1",
|
"@commitlint/test": "^9.0.1",
|
||||||
"@commitlint/test-environment": "^9.0.1",
|
"@commitlint/test-environment": "^9.0.1",
|
||||||
"@jest/globals": "^29.7.0",
|
"@jest/globals": "^29.7.0",
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
"@rollup/plugin-commonjs": "^22.0.2",
|
"@rollup/plugin-commonjs": "^22.0.2",
|
||||||
"@rollup/plugin-node-resolve": "^14.1.0",
|
"@rollup/plugin-node-resolve": "^14.1.0",
|
||||||
"babel-jest": "^29.7.0",
|
"babel-jest": "^29.7.0",
|
||||||
"commit-and-tag-version": "^12.2.0",
|
"commit-and-tag-version": "^12.4.1",
|
||||||
"conventional-changelog-cli": "^4.1.0",
|
"conventional-changelog-cli": "^4.1.0",
|
||||||
"eslint": "^8.34.0",
|
"eslint": "^8.34.0",
|
||||||
"eslint-config-airbnb-base": "^15.0.0",
|
"eslint-config-airbnb-base": "^15.0.0",
|
||||||
|
|
@ -54,7 +54,7 @@
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.4",
|
||||||
"rollup": "^2.79.1",
|
"rollup": "^2.79.1",
|
||||||
"testdouble": "^3.20.2",
|
"testdouble": "^3.20.2",
|
||||||
"yaml": "^2.4.1"
|
"yaml": "^2.4.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "20.9.0"
|
"node": "20.9.0"
|
||||||
|
|
@ -2082,13 +2082,13 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/cli": {
|
"node_modules/@commitlint/cli": {
|
||||||
"version": "19.2.1",
|
"version": "19.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.3.0.tgz",
|
||||||
"integrity": "sha512-cbkYUJsLqRomccNxvoJTyv5yn0bSy05BBizVyIcLACkRbVUqYorC351Diw/XFSWC/GtpwiwT2eOvQgFZa374bg==",
|
"integrity": "sha512-LgYWOwuDR7BSTQ9OLZ12m7F/qhNY+NpAyPBgo4YNMkACE7lGuUnuQq1yi9hz1KA4+3VqpOYl8H1rY/LYK43v7g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/format": "^19.0.3",
|
"@commitlint/format": "^19.3.0",
|
||||||
"@commitlint/lint": "^19.1.0",
|
"@commitlint/lint": "^19.2.2",
|
||||||
"@commitlint/load": "^19.2.0",
|
"@commitlint/load": "^19.2.0",
|
||||||
"@commitlint/read": "^19.2.1",
|
"@commitlint/read": "^19.2.1",
|
||||||
"@commitlint/types": "^19.0.3",
|
"@commitlint/types": "^19.0.3",
|
||||||
|
|
@ -2278,9 +2278,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/config-angular": {
|
"node_modules/@commitlint/config-angular": {
|
||||||
"version": "19.1.0",
|
"version": "19.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-19.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-19.3.0.tgz",
|
||||||
"integrity": "sha512-qZyG9FHjPoG+VaHxH1OruWI8cmWWRe00sAS73jXAhACimT74k4Dex5jI2cKFcXSH8Ebh1yGwxfjzSgup5O0ykA==",
|
"integrity": "sha512-D8ue6s7f/A/ph/4vSEj32zxg/WHRF21vguOigAymUJ7SfUPF/BD+C/UGt7I1aEEhdgoq7MIS8bNAJroYvSzMwQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/config-angular-type-enum": "^19.1.0"
|
"@commitlint/config-angular-type-enum": "^19.1.0"
|
||||||
},
|
},
|
||||||
|
|
@ -2297,9 +2297,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/config-conventional": {
|
"node_modules/@commitlint/config-conventional": {
|
||||||
"version": "19.1.0",
|
"version": "19.2.2",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.2.2.tgz",
|
||||||
"integrity": "sha512-KIKD2xrp6Uuk+dcZVj3++MlzIr/Su6zLE8crEDQCZNvWHNQSeeGbzOlNtsR32TUy6H3JbP7nWgduAHCaiGQ6EA==",
|
"integrity": "sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/types": "^19.0.3",
|
"@commitlint/types": "^19.0.3",
|
||||||
"conventional-changelog-conventionalcommits": "^7.0.2"
|
"conventional-changelog-conventionalcommits": "^7.0.2"
|
||||||
|
|
@ -2483,11 +2483,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/config-patternplate": {
|
"node_modules/@commitlint/config-patternplate": {
|
||||||
"version": "19.1.0",
|
"version": "19.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/config-patternplate/-/config-patternplate-19.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/config-patternplate/-/config-patternplate-19.3.0.tgz",
|
||||||
"integrity": "sha512-VsE0kwwHU2kAYI+T9pKTj2k5z8D+F/dzScul0c4CW34+sXdmVh+vr0LhkE89efCkfBy+FFea2NHjh/dV7dbmvQ==",
|
"integrity": "sha512-cnA4WKw1fU9pevX2n0ENWmJc3zLHnUNJyDqolMOTic8BdUz0wD5csyesSyNFTt3gH5wfgqYqkVn4u0/fOIi5Qw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/config-angular": "^19.1.0",
|
"@commitlint/config-angular": "^19.3.0",
|
||||||
"glob": "^10.3.10",
|
"glob": "^10.3.10",
|
||||||
"lodash.merge": "^4.6.2"
|
"lodash.merge": "^4.6.2"
|
||||||
},
|
},
|
||||||
|
|
@ -2603,9 +2603,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/format": {
|
"node_modules/@commitlint/format": {
|
||||||
"version": "19.0.3",
|
"version": "19.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.3.0.tgz",
|
||||||
"integrity": "sha512-QjjyGyoiVWzx1f5xOteKHNLFyhyweVifMgopozSgx1fGNrGV8+wp7k6n1t6StHdJ6maQJ+UUtO2TcEiBFRyR6Q==",
|
"integrity": "sha512-luguk5/aF68HiF4H23ACAfk8qS8AHxl4LLN5oxPc24H+2+JRPsNr1OS3Gaea0CrH7PKhArBMKBz5RX9sA5NtTg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/types": "^19.0.3",
|
"@commitlint/types": "^19.0.3",
|
||||||
"chalk": "^5.3.0"
|
"chalk": "^5.3.0"
|
||||||
|
|
@ -2626,9 +2626,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/is-ignored": {
|
"node_modules/@commitlint/is-ignored": {
|
||||||
"version": "19.0.3",
|
"version": "19.2.2",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.2.2.tgz",
|
||||||
"integrity": "sha512-MqDrxJaRSVSzCbPsV6iOKG/Lt52Y+PVwFVexqImmYYFhe51iVJjK2hRhOG2jUAGiUHk4jpdFr0cZPzcBkSzXDQ==",
|
"integrity": "sha512-eNX54oXMVxncORywF4ZPFtJoBm3Tvp111tg1xf4zWXGfhBPKpfKG6R+G3G4v5CPlRROXpAOpQ3HMhA9n1Tck1g==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/types": "^19.0.3",
|
"@commitlint/types": "^19.0.3",
|
||||||
"semver": "^7.6.0"
|
"semver": "^7.6.0"
|
||||||
|
|
@ -2638,11 +2638,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/lint": {
|
"node_modules/@commitlint/lint": {
|
||||||
"version": "19.1.0",
|
"version": "19.2.2",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.2.2.tgz",
|
||||||
"integrity": "sha512-ESjaBmL/9cxm+eePyEr6SFlBUIYlYpI80n+Ltm7IA3MAcrmiP05UMhJdAD66sO8jvo8O4xdGn/1Mt2G5VzfZKw==",
|
"integrity": "sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/is-ignored": "^19.0.3",
|
"@commitlint/is-ignored": "^19.2.2",
|
||||||
"@commitlint/parse": "^19.0.3",
|
"@commitlint/parse": "^19.0.3",
|
||||||
"@commitlint/rules": "^19.0.3",
|
"@commitlint/rules": "^19.0.3",
|
||||||
"@commitlint/types": "^19.0.3"
|
"@commitlint/types": "^19.0.3"
|
||||||
|
|
@ -7066,9 +7066,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/commit-and-tag-version": {
|
"node_modules/commit-and-tag-version": {
|
||||||
"version": "12.2.0",
|
"version": "12.4.1",
|
||||||
"resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-12.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-12.4.1.tgz",
|
||||||
"integrity": "sha512-t8kvDy8dVTCF/j2u7Elt/J3tzCPyh16ssK8ECpj44R6jJiCUJMhWwZ36L652iChvqz4BAem9XU7WyuMYHlmSvA==",
|
"integrity": "sha512-+NAbDJ2KiXDvV45S8r6o1DWbeEXijxb+Vxp9dsogISuSeRZ5JOPiaQsHoDKhZ58FuBtmp6ITe/hpeFu2gT82xA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chalk": "^2.4.2",
|
"chalk": "^2.4.2",
|
||||||
|
|
@ -7085,6 +7085,7 @@
|
||||||
"jsdom": "^23.2.0",
|
"jsdom": "^23.2.0",
|
||||||
"semver": "^7.5.4",
|
"semver": "^7.5.4",
|
||||||
"w3c-xmlserializer": "^5.0.0",
|
"w3c-xmlserializer": "^5.0.0",
|
||||||
|
"yaml": "^2.4.1",
|
||||||
"yargs": "^17.7.2"
|
"yargs": "^17.7.2"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
@ -17944,9 +17945,9 @@
|
||||||
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
||||||
},
|
},
|
||||||
"node_modules/yaml": {
|
"node_modules/yaml": {
|
||||||
"version": "2.4.1",
|
"version": "2.4.2",
|
||||||
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.1.tgz",
|
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.2.tgz",
|
||||||
"integrity": "sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==",
|
"integrity": "sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
"yaml": "bin.mjs"
|
"yaml": "bin.mjs"
|
||||||
|
|
|
||||||
16
package.json
16
package.json
|
|
@ -24,13 +24,13 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.1",
|
"@actions/core": "^1.10.1",
|
||||||
"@actions/github": "^6.0.0",
|
"@actions/github": "^6.0.0",
|
||||||
"@commitlint/config-angular": "^19.1.0",
|
"@commitlint/config-angular": "^19.3.0",
|
||||||
"@commitlint/config-conventional": "^19.1.0",
|
"@commitlint/config-conventional": "^19.2.2",
|
||||||
"@commitlint/config-lerna-scopes": "^19.0.0",
|
"@commitlint/config-lerna-scopes": "^19.0.0",
|
||||||
"@commitlint/config-patternplate": "^19.1.0",
|
"@commitlint/config-patternplate": "^19.3.0",
|
||||||
"@commitlint/ensure": "^19.0.3",
|
"@commitlint/ensure": "^19.0.3",
|
||||||
"@commitlint/format": "^19.0.3",
|
"@commitlint/format": "^19.3.0",
|
||||||
"@commitlint/lint": "^19.1.0",
|
"@commitlint/lint": "^19.2.2",
|
||||||
"@commitlint/load": "^19.2.0",
|
"@commitlint/load": "^19.2.0",
|
||||||
"commitlint-config-jira": "^1.6.4",
|
"commitlint-config-jira": "^1.6.4",
|
||||||
"commitlint-plugin-function-rules": "^4.0.0",
|
"commitlint-plugin-function-rules": "^4.0.0",
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.24.4",
|
"@babel/core": "^7.24.4",
|
||||||
"@babel/preset-env": "^7.24.4",
|
"@babel/preset-env": "^7.24.4",
|
||||||
"@commitlint/cli": "^19.2.1",
|
"@commitlint/cli": "^19.3.0",
|
||||||
"@commitlint/test": "^9.0.1",
|
"@commitlint/test": "^9.0.1",
|
||||||
"@commitlint/test-environment": "^9.0.1",
|
"@commitlint/test-environment": "^9.0.1",
|
||||||
"@jest/globals": "^29.7.0",
|
"@jest/globals": "^29.7.0",
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
"@rollup/plugin-commonjs": "^22.0.2",
|
"@rollup/plugin-commonjs": "^22.0.2",
|
||||||
"@rollup/plugin-node-resolve": "^14.1.0",
|
"@rollup/plugin-node-resolve": "^14.1.0",
|
||||||
"babel-jest": "^29.7.0",
|
"babel-jest": "^29.7.0",
|
||||||
"commit-and-tag-version": "^12.2.0",
|
"commit-and-tag-version": "^12.4.1",
|
||||||
"conventional-changelog-cli": "^4.1.0",
|
"conventional-changelog-cli": "^4.1.0",
|
||||||
"eslint": "^8.34.0",
|
"eslint": "^8.34.0",
|
||||||
"eslint-config-airbnb-base": "^15.0.0",
|
"eslint-config-airbnb-base": "^15.0.0",
|
||||||
|
|
@ -66,6 +66,6 @@
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.4",
|
||||||
"rollup": "^2.79.1",
|
"rollup": "^2.79.1",
|
||||||
"testdouble": "^3.20.2",
|
"testdouble": "^3.20.2",
|
||||||
"yaml": "^2.4.1"
|
"yaml": "^2.4.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue