Build(deps): Bump decorator-transforms from 1.2.1 to 2.0.0 (#26788)
Bumps [decorator-transforms](https://github.com/ef4/decorator-transforms) from 1.2.1 to 2.0.0. - [Release notes](https://github.com/ef4/decorator-transforms/releases) - [Changelog](https://github.com/ef4/decorator-transforms/blob/main/CHANGELOG.md) - [Commits](https://github.com/ef4/decorator-transforms/commits) --- updated-dependencies: - dependency-name: decorator-transforms dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a9ca35b671
commit
12cb557eb5
|
@ -29,7 +29,7 @@
|
|||
"jspreadsheet-ce": "^4.13.4",
|
||||
"morphlex": "^0.0.15",
|
||||
"pretty-text": "1.0.0",
|
||||
"decorator-transforms": "^1.2.1"
|
||||
"decorator-transforms": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.24.5",
|
||||
|
|
|
@ -4965,6 +4965,14 @@ decorator-transforms@^1.2.1:
|
|||
"@babel/plugin-syntax-decorators" "^7.23.3"
|
||||
babel-import-util "^2.0.1"
|
||||
|
||||
decorator-transforms@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/decorator-transforms/-/decorator-transforms-2.0.0.tgz#4e9178a8905c81ff79f4078dc6dfb716244ecd37"
|
||||
integrity sha512-ETfQccGcotK01YJsoB0AGTdUp7kS9jI93mBzrRY5Oyo+bOJfa2UKTSjCNf+iRNwAWBmBKlbiCcyL4tkY4C4dZQ==
|
||||
dependencies:
|
||||
"@babel/plugin-syntax-decorators" "^7.23.3"
|
||||
babel-import-util "^3.0.0"
|
||||
|
||||
deep-eql@^4.1.2:
|
||||
version "4.1.3"
|
||||
resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-4.1.3.tgz#7c7775513092f7df98d8df9996dd085eb668cc6d"
|
||||
|
|
Loading…
Reference in New Issue