Skip to content

Commit

Permalink
Update ember-basic-dropdown / ember-power-calendar (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp authored Feb 12, 2024
1 parent 01b6121 commit e31a6a2
Show file tree
Hide file tree
Showing 5 changed files with 283 additions and 227 deletions.
3 changes: 2 additions & 1 deletion ember-power-datepicker/babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"plugins": [
"@embroider/addon-dev/template-colocation-plugin",
["@babel/plugin-proposal-decorators", { "version": "legacy" }],
"@babel/plugin-proposal-class-properties"
"@babel/plugin-proposal-class-properties",
"./node_modules/ember-concurrency/async-arrow-task-transform"
]
}
9 changes: 5 additions & 4 deletions ember-power-datepicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@
"@typescript-eslint/parser": "^6.21.0",
"babel-plugin-ember-template-compilation": "^2.2.1",
"concurrently": "^8.2.2",
"ember-basic-dropdown": "8.0.0-beta.5",
"ember-power-calendar": "0.22.0-beta.5",
"ember-basic-dropdown": "8.0.0-beta.7",
"ember-concurrency": "^4.0.0",
"ember-power-calendar": "0.22.0-beta.6",
"ember-source": "~5.6.0",
"ember-template-lint": "^5.13.0",
"eslint": "^8.56.0",
Expand Down Expand Up @@ -128,8 +129,8 @@
"@ember/test-helpers": "^2.9.4 || ^3.2.1",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"ember-basic-dropdown": "8.0.0-beta.5",
"ember-basic-dropdown": "8.0.0-beta.7",
"ember-source": "^3.28.0 || ^4.0.0 || >=5.0.0",
"ember-power-calendar": "0.22.0-beta.5"
"ember-power-calendar": "0.22.0-beta.6"
}
}
Loading

0 comments on commit e31a6a2

Please sign in to comment.