DEV: Update decorator-transform to 2.2.2 (#29153)
This commit is contained in:
parent
d58a2b853f
commit
8e41af5ca7
|
@ -22,7 +22,7 @@
|
|||
"@messageformat/core": "^3.4.0",
|
||||
"@messageformat/runtime": "^3.0.1",
|
||||
"ace-builds": "^1.36.2",
|
||||
"decorator-transforms": "^2.0.0",
|
||||
"decorator-transforms": "^2.2.2",
|
||||
"discourse-hbr": "workspace:1.0.0",
|
||||
"discourse-widget-hbs": "workspace:1.0.0",
|
||||
"ember-route-template": "^1.0.3",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"@zxing/text-encoding": "^0.9.0",
|
||||
"babel-plugin-ember-template-compilation": "^2.3.0",
|
||||
"content-tag": "^2.0.2",
|
||||
"decorator-transforms": "^2.0.0",
|
||||
"decorator-transforms": "^2.2.2",
|
||||
"discourse-common": "workspace:1.0.0",
|
||||
"discourse-widget-hbs": "workspace:1.0.0",
|
||||
"ember-cli-htmlbars": "^6.3.0",
|
||||
|
|
|
@ -66,10 +66,10 @@
|
|||
"patchedDependencies": {
|
||||
"ember-this-fallback@0.4.0": "patches/ember-this-fallback@0.4.0.patch",
|
||||
"babel-plugin-debug-macros@0.3.4": "patches/babel-plugin-debug-macros@0.3.4.patch",
|
||||
"decorator-transforms@2.0.0": "patches/decorator-transforms@2.0.0.patch",
|
||||
"virtual-dom@2.1.1": "patches/virtual-dom@2.1.1.patch",
|
||||
"licensee@11.1.0": "patches/licensee@11.1.0.patch",
|
||||
"content-tag@2.0.2": "patches/content-tag@2.0.2.patch"
|
||||
"content-tag@2.0.2": "patches/content-tag@2.0.2.patch",
|
||||
"decorator-transforms@2.2.2": "patches/decorator-transforms@2.2.2.patch"
|
||||
},
|
||||
"peerDependencyRules": {
|
||||
"allowedVersions": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
diff --git a/dist/index.js b/dist/index.js
|
||||
index fce3aeb..c23d8e4 100644
|
||||
index a28eb37cf3d1d52ce6042881556b44fe67e0f355..3938062df30cebb58be220bc3dab03c61f1835ad 100644
|
||||
--- a/dist/index.js
|
||||
+++ b/dist/index.js
|
||||
@@ -4,10 +4,13 @@ import {
|
1147
pnpm-lock.yaml
1147
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue