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 Dec 27, 2024
1 parent dfec95e commit 81d7b55
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 39 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueprints-v2-addon",
"version": "0.3.1",
"version": "0.4.0",
"private": true,
"description": "Blueprints for v2 addons",
"keywords": [
Expand Down Expand Up @@ -35,26 +35,26 @@
"update-test-fixtures": "./update-test-fixtures.sh"
},
"dependencies": {
"@codemod-utils/ast-javascript": "^1.2.8",
"@codemod-utils/blueprints": "^1.1.5",
"@codemod-utils/ember": "^2.0.0",
"@codemod-utils/files": "^2.0.4",
"@codemod-utils/json": "^1.1.9",
"@codemod-utils/ast-javascript": "^1.2.9",
"@codemod-utils/blueprints": "^1.1.6",
"@codemod-utils/ember": "^2.0.1",
"@codemod-utils/files": "^2.0.5",
"@codemod-utils/json": "^1.1.10",
"yargs": "^17.7.2"
},
"devDependencies": {
"@codemod-utils/tests": "^1.1.7",
"@codemod-utils/tests": "^1.1.8",
"@shared-configs/eslint-config-node": "workspace:*",
"@shared-configs/prettier": "workspace:*",
"@shared-configs/typescript": "workspace:*",
"@sondr3/minitest": "^0.1.2",
"@types/node": "^18.19.64",
"@types/node": "^18.19.68",
"@types/yargs": "^17.0.33",
"concurrently": "^9.1.0",
"concurrently": "^9.1.1",
"eslint": "^8.57.1",
"git-diff-apply": "^6.0.5",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
"git-diff-apply": "^6.0.6",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
},
"engines": {
"node": "18.* || >= 20"
Expand Down
26 changes: 13 additions & 13 deletions src/blueprints/run-new/__addonLocation__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@
"test": "echo 'A v2 addon does not have tests, run tests in <%= options.testApp.location %>'"
},
"dependencies": {
"@embroider/addon-shim": "^1.8.9",
"@embroider/addon-shim": "^1.9.0",
"decorator-transforms": "^2.3.0",
"embroider-css-modules": "^2.0.11"
"embroider-css-modules": "^2.0.12"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-typescript": "^7.25.9",
"@babel/plugin-transform-typescript": "^7.26.3",
"@babel/runtime": "^7.26.0",
"@ember/test-helpers": "^4.0.4",
"@embroider/addon-dev": "^7.0.0",
"@embroider/addon-dev": "^7.1.1",
"@glimmer/component": "^2.0.0",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.5.0",
Expand All @@ -77,23 +77,23 @@
"@shared-configs/typescript": "workspace:*",
"babel-plugin-ember-template-compilation": "^2.3.0",
"blueprints-v2-addon": "workspace:*",
"concurrently": "^9.1.0",
"concurrently": "^9.1.1",
"ember-modifier": "^4.2.0",
"ember-source": "~5.12.0",
"ember-source": "~6.1.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.1",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"qunit-dom": "^3.3.0",
"rollup": "^4.25.0",
"prettier": "^3.4.2",
"qunit-dom": "^3.4.0",
"rollup": "^4.29.1",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^16.10.0",
"type-css-modules": "^1.0.13",
"typescript": "^5.6.3"
"stylelint": "^16.12.0",
"type-css-modules": "^1.0.14",
"typescript": "^5.7.2"
},
"peerDependencies": {
"@ember/test-helpers": "^3.2.0 || ^4.0.0",
"qunit-dom": "^3.3.0"
"qunit-dom": "^3.4.0"
},
"peerDependenciesMeta": {
"@ember/test-helpers": {
Expand Down
26 changes: 13 additions & 13 deletions tests/fixtures/run-new/output/packages/ui/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@
"test": "echo 'A v2 addon does not have tests, run tests in test-app'"
},
"dependencies": {
"@embroider/addon-shim": "^1.8.9",
"@embroider/addon-shim": "^1.9.0",
"decorator-transforms": "^2.3.0",
"embroider-css-modules": "^2.0.11"
"embroider-css-modules": "^2.0.12"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-typescript": "^7.25.9",
"@babel/plugin-transform-typescript": "^7.26.3",
"@babel/runtime": "^7.26.0",
"@ember/test-helpers": "^4.0.4",
"@embroider/addon-dev": "^7.0.0",
"@embroider/addon-dev": "^7.1.1",
"@glimmer/component": "^2.0.0",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.5.0",
Expand All @@ -77,23 +77,23 @@
"@shared-configs/typescript": "workspace:*",
"babel-plugin-ember-template-compilation": "^2.3.0",
"blueprints-v2-addon": "workspace:*",
"concurrently": "^9.1.0",
"concurrently": "^9.1.1",
"ember-modifier": "^4.2.0",
"ember-source": "~5.12.0",
"ember-source": "~6.1.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.1",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"qunit-dom": "^3.3.0",
"rollup": "^4.25.0",
"prettier": "^3.4.2",
"qunit-dom": "^3.4.0",
"rollup": "^4.29.1",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^16.10.0",
"type-css-modules": "^1.0.13",
"typescript": "^5.6.3"
"stylelint": "^16.12.0",
"type-css-modules": "^1.0.14",
"typescript": "^5.7.2"
},
"peerDependencies": {
"@ember/test-helpers": "^3.2.0 || ^4.0.0",
"qunit-dom": "^3.3.0"
"qunit-dom": "^3.4.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.1';
const CURRENT_VERSION = '0.4.0';

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

0 comments on commit 81d7b55

Please sign in to comment.