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 Dec 12, 2023
1 parent 0fcbb9b commit a33abb0
Show file tree
Hide file tree
Showing 4 changed files with 864 additions and 884 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

## Running tests

* `ember test` – Runs the test suite on the current Ember version
* `ember test --server` – Runs the test suite in "watch mode"
* `ember try:each` – Runs the test suite against multiple Ember versions
* `pnpm test` – Runs the test suite on the current Ember version
* `pnpm test:ember --server` – Runs the test suite in "watch mode"
* `pnpm test:ember-compatibility` – Runs the test suite against multiple Ember versions

## Running the dummy application

* `ember serve`
* `pnpm start`
* Visit the dummy application at [http://localhost:4200](http://localhost:4200).

For more information on using ember-cli, visit [https://cli.emberjs.com/release/](https://cli.emberjs.com/release/).
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"ember-source": "^4.0.0"
},
"dependencies": {
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.6",
"@ember/legacy-built-in-components": "^0.5.0",
"@ember/render-modifiers": "^2.1.0",
"@fortawesome/ember-fontawesome": "^2.0.0",
Expand All @@ -52,7 +52,7 @@
"ember-data": "^4.12.5",
"ember-engines-router-service": "0.5.0",
"ember-flatpickr": "^4.0.0",
"ember-intl": "^6.3.2",
"ember-intl": "^6.4.0",
"ember-power-select": "^7.2.0",
"ember-resources": "^6.4.2",
"ember-truth-helpers": "^4.0.3",
Expand All @@ -65,14 +65,14 @@
"@adfinis/eslint-config": "2.1.0",
"@adfinis/semantic-release-config": "4.1.0",
"@babel/eslint-parser": "7.23.3",
"@babel/plugin-proposal-decorators": "7.23.5",
"@babel/plugin-proposal-decorators": "7.23.6",
"@ember/optional-features": "2.0.0",
"@ember/test-helpers": "3.2.1",
"@embroider/test-setup": "3.0.3",
"@fortawesome/fontawesome-svg-core": "6.5.1",
"broccoli-asset-rev": "3.0.0",
"concurrently": "8.2.2",
"ember-cli": "5.4.1",
"ember-cli": "5.5.0",
"ember-cli-clean-css": "^3.0.0",
"ember-cli-dependency-checker": "3.3.2",
"ember-cli-inject-live-reload": "2.1.0",
Expand All @@ -84,7 +84,7 @@
"ember-load-initializers": "2.1.2",
"ember-qunit": "8.0.2",
"ember-resolver": "11.0.1",
"ember-source": "5.4.0",
"ember-source": "5.5.0",
"ember-source-channel-url": "3.0.0",
"ember-template-lint": "5.13.0",
"ember-template-lint-plugin-prettier": "5.0.0",
Expand All @@ -94,21 +94,21 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-ember": "11.11.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-n": "16.3.1",
"eslint-plugin-n": "16.4.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-qunit": "8.0.1",
"loader.js": "4.7.0",
"local-cors-proxy": "1.1.0",
"miragejs": "0.1.48",
"prettier": "3.1.0",
"prettier": "3.1.1",
"qunit": "2.20.0",
"qunit-dom": "3.0.0",
"sass": "1.69.5",
"semantic-release": "22.0.10",
"stylelint": "15.11.0",
"stylelint-config-standard-scss": "11.1.0",
"stylelint-prettier": "4.1.0",
"stylelint-scss": "5.3.1",
"semantic-release": "22.0.12",
"stylelint": "16.0.2",
"stylelint-config-standard-scss": "12.0.0",
"stylelint-prettier": "5.0.0",
"stylelint-scss": "6.0.0",
"uikit": "3.17.11",
"webpack": "5.89.0"
},
Expand Down
Loading

0 comments on commit a33abb0

Please sign in to comment.