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 Jan 13, 2025
1 parent 81d7b55 commit 7acda0c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueprints-v2-addon",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"description": "Blueprints for v2 addons",
"keywords": [
Expand Down Expand Up @@ -48,13 +48,13 @@
"@shared-configs/prettier": "workspace:*",
"@shared-configs/typescript": "workspace:*",
"@sondr3/minitest": "^0.1.2",
"@types/node": "^18.19.68",
"@types/node": "^18.19.70",
"@types/yargs": "^17.0.33",
"concurrently": "^9.1.1",
"concurrently": "^9.1.2",
"eslint": "^8.57.1",
"git-diff-apply": "^6.0.6",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"engines": {
"node": "18.* || >= 20"
Expand Down
18 changes: 9 additions & 9 deletions src/blueprints/run-new/__addonLocation__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-typescript": "^7.26.3",
"@babel/plugin-transform-typescript": "^7.26.5",
"@babel/runtime": "^7.26.0",
"@ember/test-helpers": "^4.0.4",
"@embroider/addon-dev": "^7.1.1",
"@glimmer/component": "^2.0.0",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.5.0",
"@glint/environment-ember-loose": "^1.5.0",
"@glint/environment-ember-template-imports": "^1.5.0",
"@glint/template": "^1.5.0",
"@glint/core": "^1.5.1",
"@glint/environment-ember-loose": "^1.5.1",
"@glint/environment-ember-template-imports": "^1.5.1",
"@glint/template": "^1.5.1",
"@rollup/plugin-babel": "^6.0.4",
"@shared-configs/ember-template-lint": "workspace:*",
"@shared-configs/eslint-config-ember": "workspace:*",
Expand All @@ -77,19 +77,19 @@
"@shared-configs/typescript": "workspace:*",
"babel-plugin-ember-template-compilation": "^2.3.0",
"blueprints-v2-addon": "workspace:*",
"concurrently": "^9.1.1",
"concurrently": "^9.1.2",
"ember-modifier": "^4.2.0",
"ember-source": "~6.1.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.1",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"qunit-dom": "^3.4.0",
"rollup": "^4.29.1",
"rollup": "^4.30.1",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^16.12.0",
"stylelint": "^16.13.0",
"type-css-modules": "^1.0.14",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"peerDependencies": {
"@ember/test-helpers": "^3.2.0 || ^4.0.0",
Expand Down
18 changes: 9 additions & 9 deletions tests/fixtures/run-new/output/packages/ui/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-typescript": "^7.26.3",
"@babel/plugin-transform-typescript": "^7.26.5",
"@babel/runtime": "^7.26.0",
"@ember/test-helpers": "^4.0.4",
"@embroider/addon-dev": "^7.1.1",
"@glimmer/component": "^2.0.0",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.5.0",
"@glint/environment-ember-loose": "^1.5.0",
"@glint/environment-ember-template-imports": "^1.5.0",
"@glint/template": "^1.5.0",
"@glint/core": "^1.5.1",
"@glint/environment-ember-loose": "^1.5.1",
"@glint/environment-ember-template-imports": "^1.5.1",
"@glint/template": "^1.5.1",
"@rollup/plugin-babel": "^6.0.4",
"@shared-configs/ember-template-lint": "workspace:*",
"@shared-configs/eslint-config-ember": "workspace:*",
Expand All @@ -77,19 +77,19 @@
"@shared-configs/typescript": "workspace:*",
"babel-plugin-ember-template-compilation": "^2.3.0",
"blueprints-v2-addon": "workspace:*",
"concurrently": "^9.1.1",
"concurrently": "^9.1.2",
"ember-modifier": "^4.2.0",
"ember-source": "~6.1.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.1",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"qunit-dom": "^3.4.0",
"rollup": "^4.29.1",
"rollup": "^4.30.1",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^16.12.0",
"stylelint": "^16.13.0",
"type-css-modules": "^1.0.14",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"peerDependencies": {
"@ember/test-helpers": "^3.2.0 || ^4.0.0",
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.4.0';
const CURRENT_VERSION = '0.4.1';

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

0 comments on commit 7acda0c

Please sign in to comment.