Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 84a9697 commit 150cb62
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 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"
},
"engines": {
"node": ">= 16.*"
Expand Down
14 changes: 7 additions & 7 deletions packages/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"@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",
"@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",
"@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 @@ -76,7 +76,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
32 changes: 16 additions & 16 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 150cb62

Please sign in to comment.