Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2929)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 748e46f commit 65f5ab0
Show file tree
Hide file tree
Showing 4 changed files with 1,467 additions and 216 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-env": "7.26.7",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@mermaid-js/mermaid-cli": "11.4.2",
Expand All @@ -25,7 +25,7 @@
"eslint-plugin-qunit": "8.1.2",
"globals": "15.14.0",
"lerna-changelog": "2.2.0",
"release-it": "18.1.1",
"release-it": "18.1.2",
"release-plan": "0.11.0"
},
"volta": {
Expand Down
12 changes: 6 additions & 6 deletions packages/ember-simple-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
"silent-error": "^1.0.0"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/core": "7.26.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.25.9",
"@babel/runtime": "7.26.0",
"@babel/runtime": "7.26.7",
"@embroider/addon-dev": "7.1.1",
"@glint/core": "1.5.1",
"@glint/environment-ember-loose": "1.5.1",
"@glint/environment-ember-template-imports": "1.5.1",
"@glint/core": "1.5.2",
"@glint/environment-ember-loose": "1.5.2",
"@glint/environment-ember-template-imports": "1.5.2",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-node-resolve": "16.0.0",
"@tsconfig/ember": "3.0.8",
"@tsconfig/ember": "3.0.9",
"@types/ember__application": "4.0.11",
"@types/ember__debug": "4.0.8",
"@types/ember__object": "4.0.12",
Expand Down
10 changes: 5 additions & 5 deletions packages/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
},
"devDependencies": {
"@babel/eslint-parser": "7.26.5",
"@babel/plugin-transform-typescript": "7.26.5",
"@babel/plugin-transform-typescript": "7.26.7",
"@ember/legacy-built-in-components": "0.5.0",
"@ember/optional-features": "2.2.0",
"@ember/string": "3.1.1",
"@ember/test-helpers": "3.3.1",
"@embroider/test-setup": "4.0.0",
"@glimmer/component": "1.1.2",
"@glimmer/tracking": "1.1.2",
"@glint/core": "1.5.1",
"@glint/environment-ember-loose": "1.5.1",
"@glint/environment-ember-template-imports": "1.5.1",
"@tsconfig/ember": "3.0.8",
"@glint/core": "1.5.2",
"@glint/environment-ember-loose": "1.5.2",
"@glint/environment-ember-template-imports": "1.5.2",
"@tsconfig/ember": "3.0.9",
"@types/ember__service": "4.0.9",
"@types/qunit": "2.19.12",
"@typescript-eslint/eslint-plugin": "8.20.0",
Expand Down
Loading

0 comments on commit 65f5ab0

Please sign in to comment.