Skip to content

Commit

Permalink
Updated dependencies in blueprints
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Sep 16, 2024
1 parent 0ba4f7e commit a61e525
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueprints-v2-addon",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"description": "Blueprints for v2 addons",
"keywords": [
Expand Down Expand Up @@ -50,7 +50,7 @@
"@sondr3/minitest": "^0.1.2",
"@types/node": "^18.19.50",
"@types/yargs": "^17.0.33",
"concurrently": "^9.0.0",
"concurrently": "^9.0.1",
"eslint": "^8.57.0",
"git-diff-apply": "^6.0.5",
"prettier": "^3.3.3",
Expand Down
8 changes: 4 additions & 4 deletions src/blueprints/run-new/__addonLocation__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,17 @@
"@shared-configs/prettier": "workspace:*",
"@shared-configs/stylelint": "workspace:*",
"@shared-configs/typescript": "workspace:*",
"babel-plugin-ember-template-compilation": "^2.2.5",
"babel-plugin-ember-template-compilation": "^2.3.0",
"blueprints-v2-addon": "workspace:*",
"concurrently": "^9.0.0",
"concurrently": "^9.0.1",
"ember-modifier": "^4.2.0",
"ember-source": "~5.11.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.0",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"qunit-dom": "^3.2.0",
"rollup": "^4.21.2",
"rollup": "^4.21.3",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^16.9.0",
"type-css-modules": "^1.0.13",
Expand Down
8 changes: 4 additions & 4 deletions tests/fixtures/run-new/output/packages/ui/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,17 @@
"@shared-configs/prettier": "workspace:*",
"@shared-configs/stylelint": "workspace:*",
"@shared-configs/typescript": "workspace:*",
"babel-plugin-ember-template-compilation": "^2.2.5",
"babel-plugin-ember-template-compilation": "^2.3.0",
"blueprints-v2-addon": "workspace:*",
"concurrently": "^9.0.0",
"concurrently": "^9.0.1",
"ember-modifier": "^4.2.0",
"ember-source": "~5.11.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.0",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"qunit-dom": "^3.2.0",
"rollup": "^4.21.2",
"rollup": "^4.21.3",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^16.9.0",
"type-css-modules": "^1.0.13",
Expand Down
2 changes: 1 addition & 1 deletion update-blueprints.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import gitDiffApply from 'git-diff-apply';
import yargs from 'yargs';
import { hideBin } from 'yargs/helpers';

const CURRENT_VERSION = '0.2.0';
const CURRENT_VERSION = '0.2.1';

async function updateBlueprints({ from, to }) {
const startTag = from;
Expand Down

0 comments on commit a61e525

Please sign in to comment.