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 Oct 9, 2024
1 parent a61e525 commit 4d95cb4
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 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.2.1",
"version": "0.3.0",
"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.50",
"@types/node": "^18.19.55",
"@types/yargs": "^17.0.33",
"concurrently": "^9.0.1",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"git-diff-apply": "^6.0.5",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"engines": {
"node": "18.* || >= 20"
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 @@ -54,15 +54,15 @@
},
"dependencies": {
"@embroider/addon-shim": "^1.8.9",
"decorator-transforms": "^2.0.0",
"decorator-transforms": "^2.2.2",
"embroider-css-modules": "^2.0.11"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/runtime": "^7.25.6",
"@babel/core": "^7.25.7",
"@babel/plugin-transform-typescript": "^7.25.7",
"@babel/runtime": "^7.25.7",
"@ember/test-helpers": "^4.0.4",
"@embroider/addon-dev": "^5.0.0",
"@embroider/addon-dev": "^6.0.1",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.4.0",
Expand All @@ -79,21 +79,21 @@
"blueprints-v2-addon": "workspace:*",
"concurrently": "^9.0.1",
"ember-modifier": "^4.2.0",
"ember-source": "~5.11.0",
"ember-source": "~5.12.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"qunit-dom": "^3.2.0",
"rollup": "^4.21.3",
"qunit-dom": "^3.2.1",
"rollup": "^4.24.0",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^16.9.0",
"type-css-modules": "^1.0.13",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"peerDependencies": {
"@ember/test-helpers": "^3.2.0 || ^4.0.0",
"qunit-dom": "^3.2.0"
"qunit-dom": "^3.2.1"
},
"peerDependenciesMeta": {
"@ember/test-helpers": {
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 @@ -54,15 +54,15 @@
},
"dependencies": {
"@embroider/addon-shim": "^1.8.9",
"decorator-transforms": "^2.0.0",
"decorator-transforms": "^2.2.2",
"embroider-css-modules": "^2.0.11"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/runtime": "^7.25.6",
"@babel/core": "^7.25.7",
"@babel/plugin-transform-typescript": "^7.25.7",
"@babel/runtime": "^7.25.7",
"@ember/test-helpers": "^4.0.4",
"@embroider/addon-dev": "^5.0.0",
"@embroider/addon-dev": "^6.0.1",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.4.0",
Expand All @@ -79,21 +79,21 @@
"blueprints-v2-addon": "workspace:*",
"concurrently": "^9.0.1",
"ember-modifier": "^4.2.0",
"ember-source": "~5.11.0",
"ember-source": "~5.12.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"qunit-dom": "^3.2.0",
"rollup": "^4.21.3",
"qunit-dom": "^3.2.1",
"rollup": "^4.24.0",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^16.9.0",
"type-css-modules": "^1.0.13",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"peerDependencies": {
"@ember/test-helpers": "^3.2.0 || ^4.0.0",
"qunit-dom": "^3.2.0"
"qunit-dom": "^3.2.1"
},
"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.2.1';
const CURRENT_VERSION = '0.3.0';

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

0 comments on commit 4d95cb4

Please sign in to comment.