Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Nov 1, 2022
1 parent 41e45ab commit d46434c
Show file tree
Hide file tree
Showing 3 changed files with 1,559 additions and 1,769 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
},
"scripts": {
"build": "ember build --environment=production",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",
"lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix",
"lint": "npm-run-all --print-name --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",
"lint:fix": "npm-run-all --print-name --aggregate-output --continue-on-error --parallel \"lint:*:fix\"",
"lint:hbs": "ember-template-lint .",
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "ember serve",
"test": "npm-run-all lint test:*",
"test": "npm-run-all --print-name \"lint\" \"test:*\"",
"test:ember": "ember test",
"test:ember-compatibility": "ember try:each",
"prepare": "husky install"
Expand All @@ -37,8 +37,8 @@
"@embroider/util": "^1.9.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"ember-changeset": "^4.1.1",
"ember-changeset-validations": "^4.1.0",
"ember-changeset": "^4.1.2",
"ember-changeset-validations": "^4.1.1",
"ember-cli-babel": "^7.26.11",
"ember-cli-htmlbars": "^6.1.1",
"ember-truth-helpers": "^3.1.1"
Expand All @@ -53,8 +53,8 @@
"@fortawesome/free-solid-svg-icons": "6.2.0",
"babel-eslint": "10.1.0",
"broccoli-asset-rev": "3.0.0",
"ember-auto-import": "2.4.2",
"ember-cli": "4.7.0",
"ember-auto-import": "2.4.3",
"ember-cli": "4.8.0",
"ember-cli-addon-docs": "5.0.0",
"ember-cli-dependency-checker": "3.3.1",
"ember-cli-deploy": "1.0.2",
Expand All @@ -70,16 +70,16 @@
"ember-disable-prototype-extensions": "1.1.3",
"ember-flatpickr": "3.2.3",
"ember-load-initializers": "2.1.2",
"ember-qunit": "5.1.5",
"ember-qunit": "6.0.0",
"ember-resolver": "8.0.3",
"ember-source": "4.7.0",
"ember-source": "4.8.0",
"ember-source-channel-url": "3.0.0",
"ember-template-lint": "4.14.0",
"ember-template-lint": "4.17.0",
"ember-template-lint-plugin-prettier": "4.0.0",
"ember-try": "2.0.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-ember": "11.0.6",
"eslint-plugin-ember": "11.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
Expand All @@ -89,12 +89,12 @@
"loader.js": "4.7.0",
"npm-run-all": "4.1.5",
"prettier": "2.7.1",
"qunit": "2.19.1",
"qunit": "2.19.3",
"qunit-dom": "2.0.0",
"webpack": "5.74.0"
},
"engines": {
"node": "14.* || >= 16"
"node": "14.* || 16.* || >= 18"
},
"ember": {
"edition": "octane"
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": "4.7.0",
"version": "4.8.0",
"blueprints": [
{
"name": "addon",
Expand Down
Loading

0 comments on commit d46434c

Please sign in to comment.