Skip to content

Commit

Permalink
Merge pull request #334 from izelnakri/upgrade-babel
Browse files Browse the repository at this point in the history
babel packages updated
  • Loading branch information
izelnakri authored Mar 5, 2022
2 parents d81e221 + b4103f6 commit 3a40111
Show file tree
Hide file tree
Showing 9 changed files with 1,849 additions and 1,330 deletions.
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

0 comments on commit 3a40111

Please sign in to comment.