Skip to content

Commit

Permalink
chore: Update blueprint packages (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmalls93 authored Jun 4, 2024
1 parent 39a4b68 commit e4a127d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions blueprints/ember-nrg-ui/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,21 @@ module.exports = {
const nodePackages = [
{
name: 'sass',
target: '1.43.5',
target: '^1.77.4',
},
{
name: '@faker-js/faker',
target: '6.0.0-alpha.7',
target: '^8.4.1',
},
];
const addOns = [
{
name: 'ember-cli-mirage',
target: '2.4.0',
target: '^3.0.3',
},
{
name: 'ember-cli-sass',
target: '10.0.1',
target: '^11.0.1',
},
{
name: 'ember-cli-content-security-policy',
Expand Down

0 comments on commit e4a127d

Please sign in to comment.