Skip to content

Commit

Permalink
Merge pull request #103 from aurelia/update-babel-decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp authored Apr 17, 2024
2 parents 5118721 + 18c4566 commit 56d2814
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
3 changes: 1 addition & 2 deletions babel/babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
}]
],
"plugins": [
["@babel/plugin-proposal-decorators", { "version": "legacy" }],
["@babel/plugin-proposal-class-properties", { "loose": true }],
["@babel/plugin-proposal-decorators", { "version": "2023-11" }],
"@babel/plugin-syntax-dynamic-import"
]
}
1 change: 0 additions & 1 deletion babel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/core": "^7.24.3",
// @if !parcel
Expand Down
10 changes: 1 addition & 9 deletions jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@
"src/**/*.ts",
"!src/**/*.d.ts"
// @endif
],

// @if typescript
"globals": {
"ts-jest": {
"isolatedModules": true
}
}
// @endif
]
}
}

0 comments on commit 56d2814

Please sign in to comment.