Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2023
1 parent 084c26f commit 4fbb140
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 177 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.22.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/runtime": "^7.22.5",
"@ember/test-helpers": "^3.1.0",
"@babel/core": "7.22.5",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@babel/runtime": "7.22.5",
"@ember/test-helpers": "3.1.0",
"@embroider/addon-dev": "^3.1.1",
"@glint/template": "^1.0.2",
"@glint/template": "1.0.2",
"@gossi/config-eslint": "^0.4.0",
"@gossi/config-prettier": "^0.4.0",
"@release-it-plugins/lerna-changelog": "^6.0.0",
"@tsconfig/ember": "^2.0.0",
"@release-it-plugins/lerna-changelog": "6.0.0",
"@tsconfig/ember": "2.0.0",
"@types/qunit": "^2.19.6",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
Expand All @@ -78,13 +78,13 @@
"eslint-plugin-ember": "^11.8.0",
"eslint-plugin-storybook": "^0.6.12",
"prettier": "^2.8.8",
"release-it": "^16.1.3",
"release-it": "16.1.3",
"rollup": "3.25.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-ts": "^3.2.0",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.15.3",
"typescript": "^5.1.3"
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-ts": "3.2.0",
"typedoc": "0.24.8",
"typedoc-plugin-markdown": "3.15.3",
"typescript": "5.1.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": "16.20.0"
Expand Down
Loading

0 comments on commit 4fbb140

Please sign in to comment.