Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (mainmatter#2924)
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 20, 2025
1 parent b7d8bb7 commit dc26c65
Show file tree
Hide file tree
Showing 6 changed files with 161 additions and 172 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"eslint-config-simplabs": "0.4.0",
"eslint-plugin-ember": "12.3.3",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-qunit": "8.1.2",
"globals": "15.14.0",
"lerna-changelog": "2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/classic-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"ember-try": "3.0.0",
"eslint": "9.18.0",
"express": "4.21.2",
"glob": "11.0.0",
"glob": "11.0.1",
"globals": "15.14.0",
"handlebars": "4.7.8",
"loader.js": "4.7.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/ember-simple-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"@babel/plugin-proposal-decorators": "7.25.9",
"@babel/runtime": "7.26.0",
"@embroider/addon-dev": "7.1.1",
"@glint/core": "1.5.0",
"@glint/environment-ember-loose": "1.5.0",
"@glint/environment-ember-template-imports": "1.5.0",
"@glint/core": "1.5.1",
"@glint/environment-ember-loose": "1.5.1",
"@glint/environment-ember-template-imports": "1.5.1",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-node-resolve": "16.0.0",
"@tsconfig/ember": "3.0.8",
Expand All @@ -61,7 +61,7 @@
"prettier": "3.4.2",
"rollup": "4.31.0",
"rollup-plugin-copy": "3.5.0",
"typescript": "5.7.2",
"typescript": "5.7.3",
"webpack": "5.97.1"
},
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 deletions packages/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
},
"devDependencies": {
"@babel/eslint-parser": "7.26.5",
"@babel/plugin-transform-typescript": "7.26.3",
"@babel/plugin-transform-typescript": "7.26.5",
"@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.0",
"@glint/environment-ember-loose": "1.5.0",
"@glint/environment-ember-template-imports": "1.5.0",
"@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",
"@types/ember__service": "4.0.9",
"@types/qunit": "2.19.12",
Expand Down Expand Up @@ -67,7 +67,7 @@
"eslint": "9.18.0",
"express": "4.21.2",
"fastboot-app-server": "4.1.4",
"glob": "11.0.0",
"glob": "11.0.1",
"handlebars": "4.7.8",
"loader.js": "4.7.0",
"my-engine": "workspace:../test-app/lib/my-engine",
Expand All @@ -77,7 +77,7 @@
"qunit": "2.23.1",
"qunit-dom": "2.0.0",
"torii": "1.0.0-beta.2",
"typescript": "5.7.2",
"typescript": "5.7.3",
"webpack": "5.97.1"
},
"fastbootDependencies": [
Expand Down
2 changes: 1 addition & 1 deletion packages/test-esa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"ember-try": "3.0.0",
"eslint": "9.18.0",
"express": "4.21.2",
"glob": "11.0.0",
"glob": "11.0.1",
"handlebars": "4.7.8",
"loader.js": "4.7.0",
"my-engine": "workspace:../test-app/lib/my-engine",
Expand Down
Loading

0 comments on commit dc26c65

Please sign in to comment.