Skip to content

Commit 9b14de3

Browse files
chore(deps-dev): bump ember-auto-import from 1.3.0 to 1.5.3 (#3954)
* chore(deps-dev): bump ember-auto-import from 1.3.0 to 1.5.3 Bumps [ember-auto-import](https://github.com/ef4/ember-auto-import) from 1.3.0 to 1.5.3. - [Release notes](https://github.com/ef4/ember-auto-import/releases) - [Changelog](https://github.com/ef4/ember-auto-import/blob/master/CHANGELOG.md) - [Commits](embroider-build/ember-auto-import@v1.3.0...v1.5.3) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: Areeb Jamal <[email protected]>
1 parent a0bd46d commit 9b14de3

File tree

3 files changed

+15
-232
lines changed

3 files changed

+15
-232
lines changed

ember-cli-build.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ module.exports = function(defaults) {
3737
},
3838
autoImport: {
3939
webpack: {
40+
node: {
41+
path: true // TODO: Remove after https://github.com/fossasia/open-event-frontend/issues/3956
42+
},
4043
plugins: env === 'production' ? [
4144
new BundleAnalyzerPlugin({
4245
analyzerMode : 'static',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"broccoli-asset-rev": "^3.0.0",
3333
"broccoli-persistent-filter": "^2.0.0",
3434
"ember-ajax": "5.0.0",
35-
"ember-auto-import": "^1.3.0",
35+
"ember-auto-import": "^1.5.3",
3636
"ember-cli": "~3.10.1",
3737
"ember-cli-accounting": "^2.0.2",
3838
"ember-cli-app-version": "^3.2.0",

0 commit comments

Comments
 (0)