Skip to content

Commit

Permalink
chore: Updated dependencies in blueprints
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Nov 12, 2024
1 parent 4d95cb4 commit dfec95e
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueprints-v2-addon",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "Blueprints for v2 addons",
"keywords": [
Expand Down Expand Up @@ -48,9 +48,9 @@
"@shared-configs/prettier": "workspace:*",
"@shared-configs/typescript": "workspace:*",
"@sondr3/minitest": "^0.1.2",
"@types/node": "^18.19.55",
"@types/node": "^18.19.64",
"@types/yargs": "^17.0.33",
"concurrently": "^9.0.1",
"concurrently": "^9.1.0",
"eslint": "^8.57.1",
"git-diff-apply": "^6.0.5",
"prettier": "^3.3.3",
Expand Down
32 changes: 16 additions & 16 deletions src/blueprints/run-new/__addonLocation__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,21 @@
},
"dependencies": {
"@embroider/addon-shim": "^1.8.9",
"decorator-transforms": "^2.2.2",
"decorator-transforms": "^2.3.0",
"embroider-css-modules": "^2.0.11"
},
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/plugin-transform-typescript": "^7.25.7",
"@babel/runtime": "^7.25.7",
"@babel/core": "^7.26.0",
"@babel/plugin-transform-typescript": "^7.25.9",
"@babel/runtime": "^7.26.0",
"@ember/test-helpers": "^4.0.4",
"@embroider/addon-dev": "^6.0.1",
"@glimmer/component": "^1.1.2",
"@embroider/addon-dev": "^7.0.0",
"@glimmer/component": "^2.0.0",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.4.0",
"@glint/environment-ember-loose": "^1.4.0",
"@glint/environment-ember-template-imports": "^1.4.0",
"@glint/template": "^1.4.0",
"@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",
"@rollup/plugin-babel": "^6.0.4",
"@shared-configs/ember-template-lint": "workspace:*",
"@shared-configs/eslint-config-ember": "workspace:*",
Expand All @@ -77,23 +77,23 @@
"@shared-configs/typescript": "workspace:*",
"babel-plugin-ember-template-compilation": "^2.3.0",
"blueprints-v2-addon": "workspace:*",
"concurrently": "^9.0.1",
"concurrently": "^9.1.0",
"ember-modifier": "^4.2.0",
"ember-source": "~5.12.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.1",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"qunit-dom": "^3.2.1",
"rollup": "^4.24.0",
"qunit-dom": "^3.3.0",
"rollup": "^4.25.0",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^16.9.0",
"stylelint": "^16.10.0",
"type-css-modules": "^1.0.13",
"typescript": "^5.6.3"
},
"peerDependencies": {
"@ember/test-helpers": "^3.2.0 || ^4.0.0",
"qunit-dom": "^3.2.1"
"qunit-dom": "^3.3.0"
},
"peerDependenciesMeta": {
"@ember/test-helpers": {
Expand Down
32 changes: 16 additions & 16 deletions tests/fixtures/run-new/output/packages/ui/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,21 @@
},
"dependencies": {
"@embroider/addon-shim": "^1.8.9",
"decorator-transforms": "^2.2.2",
"decorator-transforms": "^2.3.0",
"embroider-css-modules": "^2.0.11"
},
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/plugin-transform-typescript": "^7.25.7",
"@babel/runtime": "^7.25.7",
"@babel/core": "^7.26.0",
"@babel/plugin-transform-typescript": "^7.25.9",
"@babel/runtime": "^7.26.0",
"@ember/test-helpers": "^4.0.4",
"@embroider/addon-dev": "^6.0.1",
"@glimmer/component": "^1.1.2",
"@embroider/addon-dev": "^7.0.0",
"@glimmer/component": "^2.0.0",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.4.0",
"@glint/environment-ember-loose": "^1.4.0",
"@glint/environment-ember-template-imports": "^1.4.0",
"@glint/template": "^1.4.0",
"@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",
"@rollup/plugin-babel": "^6.0.4",
"@shared-configs/ember-template-lint": "workspace:*",
"@shared-configs/eslint-config-ember": "workspace:*",
Expand All @@ -77,23 +77,23 @@
"@shared-configs/typescript": "workspace:*",
"babel-plugin-ember-template-compilation": "^2.3.0",
"blueprints-v2-addon": "workspace:*",
"concurrently": "^9.0.1",
"concurrently": "^9.1.0",
"ember-modifier": "^4.2.0",
"ember-source": "~5.12.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.1",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"qunit-dom": "^3.2.1",
"rollup": "^4.24.0",
"qunit-dom": "^3.3.0",
"rollup": "^4.25.0",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^16.9.0",
"stylelint": "^16.10.0",
"type-css-modules": "^1.0.13",
"typescript": "^5.6.3"
},
"peerDependencies": {
"@ember/test-helpers": "^3.2.0 || ^4.0.0",
"qunit-dom": "^3.2.1"
"qunit-dom": "^3.3.0"
},
"peerDependenciesMeta": {
"@ember/test-helpers": {
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.3.0';
const CURRENT_VERSION = '0.3.1';

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

0 comments on commit dfec95e

Please sign in to comment.