Skip to content

Commit

Permalink
upgrade ember-auto-import
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Aug 18, 2024
1 parent df5dd25 commit 95c03d5
Show file tree
Hide file tree
Showing 2 changed files with 1,069 additions and 4,875 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@
"publish:github": "npm config set '@fleetbase:registry' https://npm.pkg.github.com/ && npm publish"
},
"dependencies": {
"@fleetbase/ember-core": "^0.2.14",
"@fleetbase/ember-ui": "^0.2.21",
"@fleetbase/ember-core": "link:../ember-core",
"@fleetbase/ember-ui": "link:../ember-ui",
"@babel/core": "^7.23.2",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",
"@fortawesome/ember-fontawesome": "^2.0.0",
"@fortawesome/fontawesome-svg-core": "6.4.0",
"@fortawesome/free-solid-svg-icons": "6.4.0",
"@fortawesome/free-brands-svg-icons": "6.4.0",
"ember-intl": "6.3.2",
"ember-radio-button": "^3.0.0-beta.1",
"ember-wormhole": "^0.6.0"
Expand All @@ -66,7 +67,7 @@
"broccoli-asset-rev": "^3.0.0",
"broccoli-funnel": "^3.0.8",
"concurrently": "^8.2.2",
"ember-auto-import": "^2.6.3",
"ember-auto-import": "^2.7.4",
"ember-cli": "~5.4.1",
"ember-cli-clean-css": "^3.0.0",
"ember-cli-dependency-checker": "^3.3.2",
Expand Down Expand Up @@ -110,6 +111,11 @@
"ember-addon": {
"configPath": "tests/dummy/config"
},
"pnpm": {
"overrides": {
"broccoli-funnel": "3.0.8"
}
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 4,
Expand Down
Loading

0 comments on commit 95c03d5

Please sign in to comment.