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 Feb 3, 2024
1 parent 43da502 commit d0fc5e1
Show file tree
Hide file tree
Showing 4 changed files with 258 additions and 1,202 deletions.
30 changes: 15 additions & 15 deletions ember-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,18 @@
"@glimmer/tracking": "^1.1.2"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.8",
"@ember/test-helpers": "^3.2.1",
"@babel/core": "7.23.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.23.7",
"@babel/preset-typescript": "7.23.3",
"@babel/runtime": "7.23.8",
"@ember/test-helpers": "3.2.1",
"@embroider/addon-dev": "^4.1.3",
"@glint/template": "^1.3.0",
"@glint/template": "1.3.0",
"@gossi/config-eslint": "^0.6.0",
"@gossi/config-prettier": "^0.6.0",
"@release-it-plugins/lerna-changelog": "^6.1.0",
"@tsconfig/ember": "^3.0.3",
"@release-it-plugins/lerna-changelog": "6.1.0",
"@tsconfig/ember": "3.0.3",
"@types/qunit": "^2.19.10",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
Expand All @@ -77,13 +77,13 @@
"eslint": "^8.56.0",
"eslint-plugin-ember": "^12.0.0",
"prettier": "^3.2.4",
"release-it": "^17.0.3",
"release-it": "17.0.3",
"rollup": "4.9.6",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-ts": "^3.4.5",
"typedoc": "^0.25.7",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.3.3"
"rollup-plugin-copy": "3.5.0",
"rollup-plugin-ts": "3.4.5",
"typedoc": "0.25.7",
"typedoc-plugin-markdown": "3.17.1",
"typescript": "5.3.3"
},
"engines": {
"node": ">= 16.*"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"concurrently": "^7.6.0",
"vitepress": "^1.0.0-beta.3"
"vitepress": "1.0.0-beta.3"
},
"volta": {
"node": "20.11.0"
Expand Down
Loading

0 comments on commit d0fc5e1

Please sign in to comment.