Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Nechiporenko authored and Oleg Nechiporenko committed Jun 24, 2024
1 parent 983c627 commit d6039e1
Show file tree
Hide file tree
Showing 3 changed files with 509 additions and 236 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"build:gh-pages:bs5": "ember try:one ember-default-with-ember-bootstrap-v5 --- ember build --prod",
"build:gh-pages:plain-html": "ember try:one ember-default-with-plain-html --- ember build --prod",
"build": "ember build --environment=production",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint": "concurrently \"yarn:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint \"**/*.css\"",
"lint:css:fix": "concurrently \"npm:lint:css -- --fix\"",
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
"lint:css:fix": "concurrently \"yarn:lint:css -- --fix\"",
"lint:fix": "concurrently \"yarn:lint:*:fix\" --names \"fix:\"",
"lint:hbs": "ember-template-lint .",
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"lint:glint": "glint",
"start": "ember serve",
"test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
"test": "concurrently \"yarn:lint\" \"yarn:test:*\" --names \"lint,test:\"",
"test:ember": "ember test",
"test:ember-compatibility": "ember try:each",
"test:cov": "COVERAGE=true ember test",
Expand All @@ -44,11 +44,11 @@
"nodetest": "mocha node-tests --recursive"
},
"dependencies": {
"@babel/core": "^7.24.4",
"@babel/core": "^7.24.7",
"@embroider/macros": "^1.8.0",
"@embroider/util": "^1.12.0",
"chalk": "^4.1.1",
"ember-auto-import": "^2.7.2",
"ember-auto-import": "^2.7.3",
"ember-cli-babel": "^8.2.0",
"ember-cli-build-config-editor": "0.5.1",
"ember-cli-htmlbars": "^6.3.0",
Expand All @@ -62,8 +62,8 @@
"tracked-built-ins": "^3.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.24.1",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/eslint-parser": "^7.24.7",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@ember/optional-features": "^2.1.0",
"@ember/render-modifiers": "^2.0.4",
"@ember/string": "^3.1.1",
Expand Down Expand Up @@ -114,7 +114,7 @@
"concurrently": "^8.2.2",
"coveralls": "^3.0.9",
"ember-a11y-testing": "^6.1.0",
"ember-cli": "~5.8.1",
"ember-cli": "~5.9.0",
"ember-cli-blueprint-test-helpers": "^0.19.2",
"ember-cli-clean-css": "^3.0.0",
"ember-cli-code-coverage": "^1.0.3",
Expand All @@ -135,7 +135,7 @@
"ember-prism": "^0.13.0",
"ember-qunit": "^8.0.2",
"ember-resolver": "^11.0.1",
"ember-source": "~5.8.0",
"ember-source": "~5.9.0",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^5.13.0",
"ember-try": "^3.0.0",
Expand All @@ -150,8 +150,8 @@
"loader.js": "^4.7.0",
"miragejs": "^0.1.43",
"mocha": "^10.0.0",
"prettier": "^3.2.5",
"qunit": "^2.20.1",
"prettier": "^3.3.1",
"qunit": "^2.21.0",
"qunit-dom": "^3.0.0",
"sass": "^1.58.3",
"stylelint": "^15.11.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/config/ember-cli-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "5.8.1",
"version": "5.9.0",
"blueprints": [
{
"name": "addon",
Expand Down
Loading

0 comments on commit d6039e1

Please sign in to comment.