Skip to content

Commit

Permalink
Merge pull request #494 from Bagaar/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
bertdeblock committed Jan 4, 2024
2 parents dabb2b2 + 67a4841 commit 19baba1
Show file tree
Hide file tree
Showing 4 changed files with 1,118 additions and 1,124 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

## 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

- `pnpm tailwind:watch`
- `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/).
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,44 +62,44 @@
"*.{js,ts}": "eslint --fix"
},
"dependencies": {
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.7",
"@ember/test-waiters": "^3.1.0",
"@embroider/util": "^1.12.1",
"@floating-ui/dom": "^1.5.3",
"@formkit/auto-animate": "^0.8.1",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"ember-auto-import": "^2.7.0",
"ember-auto-import": "^2.7.2",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",
"ember-modifier": "^4.0.0",
"ember-truth-helpers": "^4.0.3"
},
"devDependencies": {
"@babel/generator": "^7.23.5",
"@babel/parser": "^7.23.5",
"@babel/traverse": "^7.23.5",
"@babel/generator": "^7.23.6",
"@babel/parser": "^7.23.6",
"@babel/traverse": "^7.23.7",
"@docfy/ember": "^0.7.0",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^3.2.1",
"@embroider/test-setup": "^3.0.3",
"@glint/core": "^1.2.1",
"@glint/environment-ember-loose": "^1.2.1",
"@glint/template": "^1.2.1",
"@percy/cli": "^1.27.4",
"@percy/cli": "^1.27.6",
"@percy/ember": "^4.2.0",
"@release-it-plugins/lerna-changelog": "^6.0.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tsconfig/ember": "^3.0.2",
"@tsconfig/ember": "^3.0.3",
"@types/qunit": "^2.19.9",
"@types/rsvp": "^4.0.8",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"broccoli-asset-rev": "^3.0.0",
"change-case": "^4.1.2",
"concurrently": "^8.2.2",
"ember-cli": "~5.4.0",
"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 @@ -110,32 +110,32 @@
"ember-page-title": "^8.1.0",
"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-try": "^3.0.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^11.11.1",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-ember": "^11.12.0",
"eslint-plugin-n": "^16.6.1",
"eslint-plugin-qunit": "^8.0.1",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"loader.js": "^4.7.0",
"postcss": "^8.4.32",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"qunit": "^2.20.0",
"qunit-dom": "^3.0.0",
"rehype-autolink-headings": "^5.0.0",
"rehype-highlight": "^4.1.0",
"rehype-wrap-all": "^1.1.0",
"release-it": "^16.2.1",
"rimraf": "^5.0.1",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint": "^16.1.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-tailwindcss": "^0.0.7",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"webpack": "^5.89.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 19baba1

Please sign in to comment.