Skip to content

Commit

Permalink
Merge pull request #1016 from mainmatter/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
chore(deps): pin dependencies
  • Loading branch information
BobrImperator authored Dec 23, 2024
2 parents 9c1bd44 + 8a42d1c commit 8bf5ed0
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 41 deletions.
18 changes: 9 additions & 9 deletions packages/ember-cookies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,19 @@
"@babel/core": "7.25.8",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.25.9",
"@babel/plugin-transform-typescript": "^7.26.3",
"@babel/plugin-transform-typescript": "7.26.3",
"@embroider/addon-dev": "7.1.1",
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.12.0",
"@glint/core": "^1.5.0",
"@glint/environment-ember-loose": "^1.5.0",
"@glint/environment-ember-template-imports": "^1.5.0",
"@glint/core": "1.5.0",
"@glint/environment-ember-loose": "1.5.0",
"@glint/environment-ember-template-imports": "1.5.0",
"@rollup/plugin-babel": "6.0.4",
"@tsconfig/ember": "^3.0.8",
"@tsconfig/ember": "3.0.8",
"@types/ember": "4.0.11",
"@types/ember__utils": "^4.0.7",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@types/ember__utils": "4.0.7",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"concurrently": "9.0.1",
"eslint": "9.12.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -80,7 +80,7 @@
"globals": "15.11.0",
"prettier": "3.3.3",
"rollup": "4.29.1",
"typescript": "^5.7.2"
"typescript": "5.7.2"
},
"peerDependencies": {
"ember-source": ">=4.0"
Expand Down
18 changes: 9 additions & 9 deletions packages/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"@eslint/js": "9.12.0",
"@glimmer/component": "2.0.0",
"@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",
"@tsconfig/ember": "^3.0.8",
"@types/ember-qunit": "^6.1.3",
"@types/qunit": "^2.19.12",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@glint/core": "1.5.0",
"@glint/environment-ember-loose": "1.5.0",
"@glint/environment-ember-template-imports": "1.5.0",
"@tsconfig/ember": "3.0.8",
"@types/ember-qunit": "6.1.3",
"@types/qunit": "2.19.12",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"broccoli-asset-rev": "3.0.0",
"ember-auto-import": "2.8.1",
"ember-cli": "6.0.1",
Expand Down Expand Up @@ -78,7 +78,7 @@
"request": "2.88.2",
"rsvp": "4.8.5",
"symlink-or-copy": "1.3.1",
"typescript": "^5.7.2",
"typescript": "5.7.2",
"webpack": "5.95.0"
},
"fastbootDependencies": [
Expand Down
42 changes: 19 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8bf5ed0

Please sign in to comment.