Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

babel packages updated #334

Merged
merged 2 commits into from
Mar 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,265 changes: 782 additions & 483 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@
"whatwg-fetch": "^3.6.2"
},
"dependencies": {
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.0",
"@babel/plugin-transform-modules-amd": "^7.13.0",
"@babel/plugin-transform-typescript": "^7.13.0",
"@babel/preset-typescript": "7.13.0",
"@babel/core": "^7.17.5",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.2",
"@babel/plugin-transform-modules-amd": "^7.16.7",
"@babel/plugin-transform-typescript": "^7.16.8",
"@babel/preset-typescript": "7.16.7",
"@ember/ordered-set": "^4.0.0",
"@ember/render-modifiers": "^1.0.2",
"@glimmer/component": "^1.0.4",
Expand All @@ -86,7 +86,7 @@
"babel-plugin-debug-macros": "^0.3.4",
"babel-plugin-ember-modules-api-polyfill": "^2.13.4",
"babel-plugin-filter-imports": "^4.0.0",
"babel-plugin-htmlbars-inline-precompile": "^5.2.2",
"babel-plugin-htmlbars-inline-precompile": "^5.3.1",
"babel-plugin-module-resolver": "^4.1.0",
"babel6-plugin-strip-heimdall": "^6.0.1",
"babelify": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/helpers/asset-sizes.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ export const MEMSERVER_JS_COMPRESSED_TARGET_BYTE_SIZE = 315230; // 229.59 kB
export const NO_EMBER_DATA_VENDOR_JS_TARGET_BYTE_SIZE = 1802109; // 1.92 MB
export const NO_EMBER_DATA_VENDOR_JS_COMPRESSED_TARGET_BYTE_SIZE = 463142; // 464.08 kB
export const NO_EMBER_DATA_FASTBOOT_VENDOR_JS_TARGET_BYTE_SIZE = 1812776; // 1.92 MB
export const NO_EMBER_DATA_FASTBOOT_VENDOR_JS_COMPRESSED_TARGET_BYTE_SIZE = 623350; // 623.31 kB
export const NO_EMBER_DATA_FASTBOOT_VENDOR_JS_COMPRESSED_TARGET_BYTE_SIZE = 623590; // 623.31 kB

export const TESTS_JS_DEFAULT_TARGET_BYTE_SIZE = 3300;
Loading