Skip to content
Snippets Groups Projects
Commit 07f6102c authored by Eugen Ciur's avatar Eugen Ciur
Browse files

fix CI - move all dependencies under one umbrella

parent 0f851614
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ on:
branches:
- master
jobs:
unittests:
tests:
runs-on: ubuntu-20.04
strategy:
matrix:
......
......@@ -22,7 +22,7 @@
"test": "npm-run-all lint test:*",
"test:ember": "ember test"
},
"devDependencies": {
"dependencies": {
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.4.2",
"@glimmer/component": "^1.0.4",
......@@ -65,7 +65,10 @@
"prettier": "^2.3.2",
"qunit": "^2.16.0",
"qunit-dom": "^1.6.0",
"sass": "^1.42.1"
"sass": "^1.42.1",
"@fortawesome/fontawesome-free": "^5.15.4",
"@popperjs/core": "^2.10.2",
"ember-bootstrap-icons": "0.0.1"
},
"engines": {
"node": "12.* || 14.* || >= 16"
......@@ -73,9 +76,4 @@
"ember": {
"edition": "octane"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@popperjs/core": "^2.10.2",
"ember-bootstrap-icons": "0.0.1"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment