Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Sep 3, 2024
1 parent 497f0e9 commit 580319b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueprints-v2-addon",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"description": "Blueprints for v2 addons",
"keywords": [
Expand Down Expand Up @@ -48,7 +48,7 @@
"@shared-configs/prettier": "workspace:*",
"@shared-configs/typescript": "workspace:*",
"@sondr3/minitest": "^0.1.2",
"@types/node": "^18.19.47",
"@types/node": "^18.19.48",
"@types/yargs": "^17.0.33",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
Expand Down
12 changes: 6 additions & 6 deletions src/blueprints/run-new/__addonLocation__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/runtime": "^7.25.0",
"@babel/runtime": "^7.25.6",
"@embroider/addon-dev": "^5.0.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
Expand All @@ -82,15 +82,15 @@
"blueprints-v2-addon": "workspace:*",
"concurrently": "^8.2.2",
"ember-modifier": "^4.2.0",
"ember-source": "~5.10.2",
"ember-source": "~5.11.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.0",
"postcss": "^8.4.41",
"postcss": "^8.4.44",
"prettier": "^3.3.3",
"rollup": "^4.20.0",
"rollup": "^4.21.2",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^16.8.1",
"type-css-modules": "^1.0.12",
"stylelint": "^16.9.0",
"type-css-modules": "^1.0.13",
"typescript": "^5.5.4"
},
"engines": {
Expand Down
12 changes: 6 additions & 6 deletions tests/fixtures/run-new/output/packages/ui/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/runtime": "^7.25.0",
"@babel/runtime": "^7.25.6",
"@embroider/addon-dev": "^5.0.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
Expand All @@ -82,15 +82,15 @@
"blueprints-v2-addon": "workspace:*",
"concurrently": "^8.2.2",
"ember-modifier": "^4.2.0",
"ember-source": "~5.10.2",
"ember-source": "~5.11.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.0",
"postcss": "^8.4.41",
"postcss": "^8.4.44",
"prettier": "^3.3.3",
"rollup": "^4.20.0",
"rollup": "^4.21.2",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^16.8.1",
"type-css-modules": "^1.0.12",
"stylelint": "^16.9.0",
"type-css-modules": "^1.0.13",
"typescript": "^5.5.4"
},
"engines": {
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.1.2';
const CURRENT_VERSION = '0.1.3';

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

0 comments on commit 580319b

Please sign in to comment.