Skip to content

Commit

Permalink
Merge pull request #1328 from embroider-build/test-util-caret-version
Browse files Browse the repository at this point in the history
test-setup: use caret version modifier for Embroider dependencies
  • Loading branch information
ef4 authored Jan 24, 2023
2 parents aa97453 + 96cf99c commit 5371ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test-setup/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { Webpack } from '@embroider/webpack';
type EmberWebpackOptions = typeof Webpack extends PackagerConstructor<infer Options> ? Options : never;

// eslint-disable-next-line @typescript-eslint/no-require-imports
const currentEmbroiderVersion = require('../package.json').version;
const currentEmbroiderVersion = `^${require('../package.json').version}`;

/*
Use this instead of `app.toTree()` in your ember-cli-build.js:
Expand Down

0 comments on commit 5371ea3

Please sign in to comment.