Skip to content

Commit 9d9764b

Browse files
committed
Upgrade @babel/*, babel-
1 parent bdb4bd1 commit 9d9764b

3 files changed

Lines changed: 114 additions & 97 deletions

File tree

lib/relative-module-paths.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ function getRelativeModulePath(modulePath) {
1111
}
1212

1313
function resolveRelativeModulePath(name, child) {
14+
name = name.replace(/\.js$/, '');
1415
return moduleResolve(name, getRelativeModulePath(child));
1516
}
1617

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@
4040
"test:node:debug": "mocha debug node-tests"
4141
},
4242
"dependencies": {
43-
"@babel/helper-compilation-targets": "^7.20.7",
44-
"@babel/plugin-proposal-decorators": "^7.20.13",
45-
"@babel/plugin-transform-class-properties": "^7.16.5",
46-
"@babel/plugin-transform-class-static-block": "^7.22.11",
47-
"@babel/plugin-transform-modules-amd": "^7.20.11",
48-
"@babel/plugin-transform-private-methods": "^7.16.5",
49-
"@babel/plugin-transform-private-property-in-object": "^7.20.5",
50-
"@babel/plugin-transform-runtime": "^7.13.9",
51-
"@babel/plugin-transform-typescript": "^7.20.13",
52-
"@babel/preset-env": "^7.20.2",
53-
"@babel/runtime": "7.12.18",
43+
"@babel/helper-compilation-targets": "^7.28.6",
44+
"@babel/plugin-proposal-decorators": "^7.29.0",
45+
"@babel/plugin-transform-class-properties": "^7.28.6",
46+
"@babel/plugin-transform-class-static-block": "^7.28.6",
47+
"@babel/plugin-transform-modules-amd": "^7.27.1",
48+
"@babel/plugin-transform-private-methods": "^7.28.6",
49+
"@babel/plugin-transform-private-property-in-object": "^7.28.6",
50+
"@babel/plugin-transform-runtime": "^7.29.0",
51+
"@babel/plugin-transform-typescript": "^7.28.6",
52+
"@babel/preset-env": "^7.29.0",
53+
"@babel/runtime": "^7.28.6",
5454
"amd-name-resolver": "^1.3.1",
55-
"babel-plugin-debug-macros": "^0.3.4",
55+
"babel-plugin-debug-macros": "^2.0.0",
5656
"babel-plugin-ember-data-packages-polyfill": "^0.1.2",
5757
"babel-plugin-ember-modules-api-polyfill": "^3.5.0",
5858
"babel-plugin-module-resolver": "^5.0.0",
@@ -69,7 +69,7 @@
6969
"semver": "^7.3.8"
7070
},
7171
"devDependencies": {
72-
"@babel/core": "^7.22.10",
72+
"@babel/core": "^7.29.0",
7373
"@ember/optional-features": "^2.0.0",
7474
"@ember/string": "^3.1.1",
7575
"@ember/test-helpers": "^3.2.0",

0 commit comments

Comments
 (0)