Skip to content

Commit

Permalink
chore: Updated development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed May 31, 2023
1 parent 33da45a commit 2b33625
Show file tree
Hide file tree
Showing 4 changed files with 490 additions and 174 deletions.
12 changes: 6 additions & 6 deletions docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,18 @@
"@percy/ember": "^4.2.0",
"@tsconfig/ember": "^2.0.0",
"@types/qunit": "^2.19.5",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"autoprefixer": "^10.4.14",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^8.0.1",
"d3-array": "^3.2.3",
"d3-array": "^3.2.4",
"d3-axis": "^3.0.0",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"ember-a11y-refocus": "^3.0.2",
"ember-a11y-testing": "^5.2.0",
"ember-a11y-testing": "^5.2.1",
"ember-auto-import": "^2.6.3",
"ember-cli": "~4.12.1",
"ember-cli-app-version": "^6.0.0",
Expand All @@ -91,13 +91,13 @@
"ember-source": "~4.12.0",
"ember-svg-jar": "^2.4.2",
"ember-template-imports": "^3.4.2",
"ember-template-lint": "^5.9.0",
"ember-template-lint": "^5.10.0",
"ember-template-lint-plugin-prettier": "^4.1.0",
"ember-test-selectors": "^6.0.0",
"embroider-css-modules": "^0.1.4",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-ember": "^11.7.2",
"eslint-plugin-ember": "^11.8.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-qunit": "^7.3.4",
Expand Down
8 changes: 4 additions & 4 deletions ember-container-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@
"@types/ember__owner": "^4.0.3",
"@types/ember__runloop": "^4.0.2",
"@types/ember__service": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"concurrently": "^8.0.1",
"ember-template-lint": "^5.9.0",
"ember-template-lint": "^5.10.0",
"ember-template-lint-plugin-prettier": "^4.1.0",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-ember": "^11.7.2",
"eslint-plugin-ember": "^11.8.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
Expand Down
Loading

0 comments on commit 2b33625

Please sign in to comment.