Skip to content

Commit

Permalink
refactor: add flatpickr peer dependency in admin and certif
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetetot committed Dec 17, 2024
1 parent 8fa0f00 commit 735c1b2
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 351 deletions.
3 changes: 2 additions & 1 deletion admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"ember-exam": "^9.0.0",
"ember-fetch": "^8.1.2",
"ember-file-upload": "^9.0.0",
"ember-flatpickr": "^8.0.0",
"ember-flatpickr": "^8.0.1",
"ember-intl": "^7.0.0",
"ember-lifeline": "^7.0.0",
"ember-load-initializers": "^3.0.0",
Expand All @@ -106,6 +106,7 @@
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-qunit": "^8.0.0",
"flatpickr": "^4.6.13",
"joi": "^17.12.2",
"js-base64": "^3.7.7",
"jwt-decode": "^4.0.0",
Expand Down
3 changes: 2 additions & 1 deletion certif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"ember-exam": "9.0.0",
"ember-fetch": "^8.1.2",
"ember-file-upload": "^9.0.0",
"ember-flatpickr": "^8.0.0",
"ember-flatpickr": "^8.0.1",
"ember-inputmask5": "^4.0.2",
"ember-intl": "^7.0.0",
"ember-keyboard": "^9.0.0",
Expand All @@ -111,6 +111,7 @@
"eslint-plugin-i18n-json": "^4.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-qunit": "^8.0.0",
"flatpickr": "^4.6.13",
"loader.js": "^4.7.0",
"lodash": "^4.17.21",
"miragejs": "^0.1.46",
Expand Down
Loading

0 comments on commit 735c1b2

Please sign in to comment.