Skip to content

Commit

Permalink
Updated dependencies and blueprints
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Feb 24, 2025
1 parent 97a2665 commit 59b1e55
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueprints-v2-addon",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"description": "Blueprints for v2 addons",
"keywords": [
Expand Down Expand Up @@ -38,7 +38,7 @@
"@codemod-utils/ast-javascript": "^1.2.13",
"@codemod-utils/blueprints": "^1.1.9",
"@codemod-utils/ember": "^2.0.4",
"@codemod-utils/files": "^2.0.8",
"@codemod-utils/files": "^2.1.0",
"@codemod-utils/json": "^1.1.14",
"yargs": "^17.7.2"
},
Expand All @@ -48,12 +48,12 @@
"@shared-configs/prettier": "workspace:*",
"@shared-configs/typescript": "workspace:*",
"@sondr3/minitest": "^0.1.2",
"@types/node": "^18.19.75",
"@types/node": "^18.19.76",
"@types/yargs": "^17.0.33",
"concurrently": "^9.1.2",
"eslint": "^9.20.0",
"eslint": "^9.21.0",
"git-diff-apply": "^6.0.6",
"prettier": "^3.5.0",
"prettier": "^3.5.2",
"typescript": "^5.7.3"
},
"engines": {
Expand Down
22 changes: 11 additions & 11 deletions src/blueprints/run-new/__addonLocation__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"scripts": {
"addon": "blueprints-v2-addon --test-app-location \"<%= options.addon.locationInverse %>/<%= options.testApp.location %>\"",
"build": "rollup --config",
"prelint:types": "type-css-modules --src src",
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint \"**/*.css\" --allow-empty-input --cache",
"lint:css:fix": "stylelint \"**/*.css\" --allow-empty-input --fix",
Expand All @@ -42,7 +43,6 @@
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"prelint:types": "type-css-modules --src src",
"lint:types": "glint",
"prepack": "rollup --config",
"start": "rollup --config --watch",
Expand All @@ -51,13 +51,13 @@
"dependencies": {
"@embroider/addon-shim": "^1.9.0",
"decorator-transforms": "^2.3.0",
"embroider-css-modules": "^2.0.14"
"embroider-css-modules": "^2.0.15"
},
"devDependencies": {
"@babel/core": "^7.26.8",
"@babel/core": "^7.26.9",
"@babel/plugin-transform-typescript": "^7.26.8",
"@babel/runtime": "^7.26.7",
"@ember/test-helpers": "^4.0.5",
"@babel/runtime": "^7.26.9",
"@ember/test-helpers": "^5.1.0",
"@embroider/addon-dev": "^7.1.1",
"@glimmer/component": "^2.0.0",
"@glimmer/tracking": "^1.1.2",
Expand All @@ -77,18 +77,18 @@
"ember-modifier": "^4.2.0",
"ember-source": "~6.2.0",
"ember-template-lint": "^6.1.0",
"eslint": "^9.20.0",
"postcss": "^8.5.1",
"prettier": "^3.5.0",
"eslint": "^9.21.0",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"qunit-dom": "^3.4.0",
"rollup": "^4.34.6",
"rollup": "^4.34.8",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^16.14.1",
"type-css-modules": "^1.0.16",
"type-css-modules": "^1.0.17",
"typescript": "^5.7.3"
},
"peerDependencies": {
"@ember/test-helpers": "^4.0.0 || ^5.0.0",
"@ember/test-helpers": "^5.1.0",
"qunit-dom": "^3.4.0"
},
"peerDependenciesMeta": {
Expand Down
22 changes: 11 additions & 11 deletions tests/fixtures/run-new/output/packages/ui/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"scripts": {
"addon": "blueprints-v2-addon --test-app-location \"../../../test-app\"",
"build": "rollup --config",
"prelint:types": "type-css-modules --src src",
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint \"**/*.css\" --allow-empty-input --cache",
"lint:css:fix": "stylelint \"**/*.css\" --allow-empty-input --fix",
Expand All @@ -42,7 +43,6 @@
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"prelint:types": "type-css-modules --src src",
"lint:types": "glint",
"prepack": "rollup --config",
"start": "rollup --config --watch",
Expand All @@ -51,13 +51,13 @@
"dependencies": {
"@embroider/addon-shim": "^1.9.0",
"decorator-transforms": "^2.3.0",
"embroider-css-modules": "^2.0.14"
"embroider-css-modules": "^2.0.15"
},
"devDependencies": {
"@babel/core": "^7.26.8",
"@babel/core": "^7.26.9",
"@babel/plugin-transform-typescript": "^7.26.8",
"@babel/runtime": "^7.26.7",
"@ember/test-helpers": "^4.0.5",
"@babel/runtime": "^7.26.9",
"@ember/test-helpers": "^5.1.0",
"@embroider/addon-dev": "^7.1.1",
"@glimmer/component": "^2.0.0",
"@glimmer/tracking": "^1.1.2",
Expand All @@ -77,18 +77,18 @@
"ember-modifier": "^4.2.0",
"ember-source": "~6.2.0",
"ember-template-lint": "^6.1.0",
"eslint": "^9.20.0",
"postcss": "^8.5.1",
"prettier": "^3.5.0",
"eslint": "^9.21.0",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"qunit-dom": "^3.4.0",
"rollup": "^4.34.6",
"rollup": "^4.34.8",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^16.14.1",
"type-css-modules": "^1.0.16",
"type-css-modules": "^1.0.17",
"typescript": "^5.7.3"
},
"peerDependencies": {
"@ember/test-helpers": "^4.0.0 || ^5.0.0",
"@ember/test-helpers": "^5.1.0",
"qunit-dom": "^3.4.0"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion update-blueprints.mjs
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.6.0';
const CURRENT_VERSION = '0.6.1';

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

0 comments on commit 59b1e55

Please sign in to comment.