mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update babel monorepo to v7.22.7
This commit is contained in:
parent
2135547941
commit
cb96ad36bc
3 changed files with 12 additions and 12 deletions
|
@ -61,7 +61,7 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "7.22.5",
|
||||
"@babel/eslint-parser": "7.22.7",
|
||||
"@doist/react-interpolate": "0.4.1",
|
||||
"@sentry/react": "7.54.0",
|
||||
"@sentry/tracing": "7.54.0",
|
||||
|
|
|
@ -29,9 +29,9 @@
|
|||
"node": "^16.13.0 || ^18.12.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "7.22.5",
|
||||
"@babel/eslint-parser": "7.22.7",
|
||||
"@babel/plugin-proposal-class-properties": "7.18.6",
|
||||
"@babel/plugin-proposal-decorators": "7.22.6",
|
||||
"@babel/plugin-proposal-decorators": "7.22.7",
|
||||
"@ember/jquery": "2.0.0",
|
||||
"@ember/optional-features": "2.0.0",
|
||||
"@ember/render-modifiers": "2.1.0",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -780,14 +780,14 @@
|
|||
json5 "^2.2.2"
|
||||
semver "^6.3.0"
|
||||
|
||||
"@babel/eslint-parser@7.22.5", "@babel/eslint-parser@^7.16.3":
|
||||
version "7.22.5"
|
||||
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.5.tgz#fa032503b9e2d188e25b1b95d29e8b8431042d78"
|
||||
integrity sha512-C69RWYNYtrgIRE5CmTd77ZiLDXqgBipahJc/jHP3sLcAGj6AJzxNIuKNpVnICqbyK7X3pFUfEvL++rvtbQpZkQ==
|
||||
"@babel/eslint-parser@7.22.7", "@babel/eslint-parser@^7.16.3":
|
||||
version "7.22.7"
|
||||
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.7.tgz#d2807fbd1fa4376162716da63dfd3c69a2249fed"
|
||||
integrity sha512-LH6HJqjOyu/Qtp7LuSycZXK/CYXQ4ohdkliEaL1QTdtOXVdOVpTBKVxAo/+eeyt+x/2SRzB+zUPduVl+xiEvdg==
|
||||
dependencies:
|
||||
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
|
||||
"@nicolo-ribaudo/semver-v6" "^6.3.3"
|
||||
eslint-visitor-keys "^2.1.0"
|
||||
semver "^6.3.0"
|
||||
|
||||
"@babel/generator@^7.12.11", "@babel/generator@^7.21.5", "@babel/generator@^7.22.5", "@babel/generator@^7.7.2":
|
||||
version "7.22.5"
|
||||
|
@ -1077,10 +1077,10 @@
|
|||
"@babel/helper-plugin-utils" "^7.20.2"
|
||||
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
||||
|
||||
"@babel/plugin-proposal-decorators@7.22.6", "@babel/plugin-proposal-decorators@^7.13.5", "@babel/plugin-proposal-decorators@^7.16.4", "@babel/plugin-proposal-decorators@^7.16.7":
|
||||
version "7.22.6"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.22.6.tgz#47fd392abe90f715708dc9aaeafc1f09d8db3fc4"
|
||||
integrity sha512-cgskJ9W7kxTk/wBM16JNHhlTkeyDK6slMJg1peaI4LM3y2HtTv+6I85sW9UXSUZilndIBvDBETA1BRoOYdxWKw==
|
||||
"@babel/plugin-proposal-decorators@7.22.7", "@babel/plugin-proposal-decorators@^7.13.5", "@babel/plugin-proposal-decorators@^7.16.4", "@babel/plugin-proposal-decorators@^7.16.7":
|
||||
version "7.22.7"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.22.7.tgz#9b5b73c2e404f0869ef8a8a53765f8203c5467a7"
|
||||
integrity sha512-omXqPF7Onq4Bb7wHxXjM3jSMSJvUUbvDvmmds7KI5n9Cq6Ln5I05I1W2nRlRof1rGdiUxJrxwe285WF96XlBXQ==
|
||||
dependencies:
|
||||
"@babel/helper-create-class-features-plugin" "^7.22.6"
|
||||
"@babel/helper-plugin-utils" "^7.22.5"
|
||||
|
|
Loading…
Add table
Reference in a new issue