Skip to content

Commit

Permalink
chore(deps): update devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 22, 2024
1 parent 76ebd61 commit a57418b
Show file tree
Hide file tree
Showing 5 changed files with 700 additions and 102 deletions.
8 changes: 4 additions & 4 deletions dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@nullvoxpopuli/eslint-configs": "^3.2.2",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.56.0",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
Expand Down
14 changes: 7 additions & 7 deletions docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.24.1",
"@ember/optional-features": "^2.1.0",
"@ember/string": "^3.1.1",
"@ember/string": "^4.0.0",
"@ember/test-helpers": "^4.0.2",
"@ember/test-waiters": "^3.1.0",
"@embroider/broccoli-side-watch": "0.0.2-unstable.ba9fd29",
Expand All @@ -76,18 +76,18 @@
"@glint/environment-ember-loose": "^1.3.0",
"@glint/environment-ember-template-imports": "^1.3.0",
"@glint/template": "^1.3.0",
"@nullvoxpopuli/eslint-configs": "^3.2.2",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@tailwindcss/typography": "^0.5.13",
"@tsconfig/ember": "^3.0.5",
"@types/babel__core": "^7.20.5",
"@types/babel__standalone": "^7.1.7",
"@types/qunit": "^2.19.10",
"@types/rsvp": "^4.0.9",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"autoprefixer": "^10.4.19",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"ember-a11y-testing": "^7.0.0",
"ember-auto-import": "^2.5.0",
"ember-cached-decorator-polyfill": "^1.0.2",
Expand All @@ -101,13 +101,13 @@
"ember-load-initializers": "^2.1.2",
"ember-page-title": "^8.2.3",
"ember-qunit": "^8.0.2",
"ember-resolver": "^12.0.1",
"ember-resolver": "^13.0.0",
"ember-resources": "^7.0.0",
"ember-source": "^5.8.0",
"ember-template-imports": "^4.1.0",
"ember-template-lint": "^6.0.0",
"ember-welcome-page": "^7.0.2",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.0.2",
"eslint-plugin-n": "^17.3.1",
Expand Down
14 changes: 7 additions & 7 deletions ember-primitives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,31 +61,31 @@
"@babel/preset-typescript": "^7.23.3",
"@ember/test-helpers": "^4.0.2",
"@ember/test-waiters": "^3.1.0",
"@embroider/addon-dev": "4.3.1",
"@embroider/addon-dev": "5.0.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.3.0",
"@glint/environment-ember-loose": "^1.3.0",
"@glint/environment-ember-template-imports": "^1.3.0",
"@glint/template": "^1.3.0",
"@nullvoxpopuli/eslint-configs": "^3.2.2",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@rollup/plugin-babel": "^6.0.4",
"@tsconfig/ember": "^3.0.5",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"babel-plugin-ember-template-compilation": "^2.2.2",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"ember-modifier": "^4.1.0",
"ember-resources": "^7.0.0",
"ember-source": "^5.8.0",
"ember-template-imports": "^4.1.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.56.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"execa": "^8.0.1",
"execa": "^9.0.0",
"fix-bad-declaration-output": "^1.1.4",
"prettier": "^3.2.5",
"prettier-plugin-ember-template-tag": "^2.0.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"devDependencies": {
"@glint/core": "^1.4.0",
"@nullvoxpopuli/dev": "workspace:*",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"prettier": "^3.2.5",
"prettier-plugin-ember-template-tag": "^2.0.2",
"release-plan": "^0.9.0",
"turbo": "^1.13.2",
"turbo": "^2.0.0",
"typescript": "^5.4.5"
},
"engines": {
Expand Down
Loading

0 comments on commit a57418b

Please sign in to comment.