Skip to content

Commit

Permalink
Updated development dependencies (#246)
Browse files Browse the repository at this point in the history
* chore: Updated development dependencies

* chore: Added lockfile

* chore: Added changeset

---------

Co-authored-by: ijlee2 <ijlee2@users.noreply.github.com>
  • Loading branch information
ijlee2 and ijlee2 authored Sep 5, 2024
1 parent c242829 commit cb1c284
Show file tree
Hide file tree
Showing 10 changed files with 846 additions and 902 deletions.
7 changes: 7 additions & 0 deletions .changeset/violet-radios-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"ember-container-query": patch
"docs-app": patch
"test-app": patch
---

Updated development dependencies
8 changes: 4 additions & 4 deletions configs/eslint/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
},
"dependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-ember": "^12.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-ember": "^12.2.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-qunit": "^8.1.2",
Expand Down
6 changes: 3 additions & 3 deletions configs/eslint/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "7.25.1",
"@rushstack/eslint-patch": "^1.10.4",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
Expand Down
2 changes: 1 addition & 1 deletion docs-app/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.10.0",
"version": "5.11.0",
"blueprints": [
{
"name": "app",
Expand Down
18 changes: 9 additions & 9 deletions docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,18 @@
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.3.1",
"@embroider/broccoli-side-watch": "0.0.2-unstable.ba9fd29",
"@embroider/compat": "^3.6.0",
"@embroider/core": "^3.4.14",
"@embroider/macros": "^1.16.5",
"@embroider/compat": "^3.6.1",
"@embroider/core": "^3.4.15",
"@embroider/macros": "^1.16.6",
"@embroider/router": "^2.1.8",
"@embroider/webpack": "^4.0.4",
"@embroider/webpack": "^4.0.5",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.4.0",
"@glint/environment-ember-loose": "^1.4.0",
"@glint/environment-ember-template-imports": "^1.4.0",
"@glint/template": "^1.4.0",
"@percy/cli": "^1.29.2",
"@percy/cli": "^1.29.3",
"@percy/ember": "^4.2.0",
"@shared-configs/ember-template-lint": "workspace:*",
"@shared-configs/eslint-config-ember": "workspace:*",
Expand All @@ -76,9 +76,9 @@
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"ember-a11y-refocus": "^4.1.4",
"ember-a11y-testing": "^6.1.1",
"ember-a11y-testing": "^7.0.0",
"ember-auto-import": "^2.7.4",
"ember-cli": "~5.10.0",
"ember-cli": "~5.11.0",
"ember-cli-app-version": "^7.0.0",
"ember-cli-babel": "^8.2.0",
"ember-cli-clean-css": "^3.0.0",
Expand All @@ -93,7 +93,7 @@
"ember-page-title": "^8.2.3",
"ember-qunit": "^8.1.0",
"ember-resolver": "^12.0.1",
"ember-source": "~5.10.2",
"ember-source": "~5.11.0",
"ember-svg-jar": "^2.5.0",
"ember-template-imports": "^4.1.1",
"ember-template-lint": "^6.0.0",
Expand All @@ -102,7 +102,7 @@
"embroider-css-modules": "^2.0.10",
"eslint": "^8.57.0",
"loader.js": "^4.7.0",
"postcss": "^8.4.41",
"postcss": "^8.4.45",
"postcss-loader": "^8.1.1",
"prettier": "^3.3.3",
"qunit": "^2.22.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"test": "pnpm --filter '*' test"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@changesets/cli": "^2.27.8",
"@changesets/get-github-info": "^0.6.0",
"concurrently": "^8.2.2",
"update-workspace-root-version": "^0.3.0"
"update-workspace-root-version": "^0.3.1"
},
"packageManager": "pnpm@9.9.0",
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/ember-container-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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 @@ -89,11 +89,11 @@
"@shared-configs/typescript": "workspace:*",
"babel-plugin-ember-template-compilation": "^2.2.5",
"concurrently": "^8.2.2",
"ember-source": "^5.10.2",
"ember-source": "^5.11.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"rollup": "^4.20.0",
"rollup": "^4.21.2",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^5.5.4"
},
Expand Down
Loading

0 comments on commit cb1c284

Please sign in to comment.