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 29, 2024
1 parent ecb800f commit 1421898
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@eslint/js": "9.14.0",
"@mermaid-js/mermaid-cli": "11.4.2",
"@release-it-plugins/lerna-changelog": "7.0.0",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"eslint-config-prettier": "9.1.0",
"eslint-config-simplabs": "0.4.0",
"eslint-plugin-ember": "12.3.3",
Expand Down
24 changes: 12 additions & 12 deletions packages/ember-simple-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,26 +43,26 @@
"@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.0",
"@glint/environment-ember-loose": "1.5.0",
"@glint/environment-ember-template-imports": "1.5.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-node-resolve": "15.3.1",
"@tsconfig/ember": "^3.0.8",
"@types/ember__application": "^4.0.11",
"@types/ember__debug": "^4.0.8",
"@types/ember__object": "^4.0.12",
"@types/ember__routing": "^4.0.22",
"@types/ember__service": "^4.0.9",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@tsconfig/ember": "3.0.8",
"@types/ember__application": "4.0.11",
"@types/ember__debug": "4.0.8",
"@types/ember__object": "4.0.12",
"@types/ember__routing": "4.0.22",
"@types/ember__service": "4.0.9",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"concurrently": "9.1.0",
"ember-template-lint": "6.0.0",
"eslint": "8.57.1",
"prettier": "3.3.3",
"rollup": "4.25.0",
"rollup-plugin-copy": "3.5.0",
"typescript": "^5.7.2"
"typescript": "5.7.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
28 changes: 14 additions & 14 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 1421898

Please sign in to comment.