Skip to content

Commit

Permalink
Pin all the versions in package.json
Browse files Browse the repository at this point in the history
Inspired by microsoft#53015 (comment)

Signed-off-by: pan93412 <pan93412@gmail.com>
  • Loading branch information
pan93412 committed Feb 28, 2023
1 parent e2283e9 commit b87e7ea
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 80 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true
80 changes: 40 additions & 40 deletions package-lock.json

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

80 changes: 40 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,47 +39,47 @@
"!**/.gitattributes"
],
"devDependencies": {
"@esfx/canceltoken": "^1.0.0",
"@octokit/rest": "latest",
"@types/chai": "latest",
"@types/fs-extra": "^9.0.13",
"@types/glob": "latest",
"@types/microsoft__typescript-etw": "latest",
"@types/minimist": "latest",
"@types/mocha": "latest",
"@types/ms": "latest",
"@types/node": "latest",
"@types/source-map-support": "latest",
"@types/which": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@typescript-eslint/utils": "^5.33.1",
"azure-devops-node-api": "^11.2.0",
"chai": "latest",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"del": "^6.1.1",
"diff": "^5.1.0",
"esbuild": "^0.17.2",
"eslint": "^8.22.0",
"eslint-formatter-autolinkable-stylish": "^1.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-local": "^1.0.0",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"fast-xml-parser": "^4.0.11",
"fs-extra": "^9.1.0",
"glob": "^8.1.0",
"hereby": "^1.6.4",
"jsonc-parser": "^3.2.0",
"minimist": "latest",
"mocha": "latest",
"mocha-fivemat-progress-reporter": "latest",
"ms": "^2.1.3",
"node-fetch": "^3.2.10",
"source-map-support": "latest",
"@esfx/canceltoken": "1.0.0",
"@octokit/rest": "19.0.7",
"@types/chai": "4.3.4",
"@types/fs-extra": "9.0.13",
"@types/glob": "8.1.0",
"@types/microsoft__typescript-etw": "0.1.1",
"@types/minimist": "1.2.2",
"@types/mocha": "10.0.1",
"@types/ms": "0.7.31",
"@types/node": "18.14.2",
"@types/source-map-support": "0.5.6",
"@types/which": "2.0.2",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"@typescript-eslint/utils": "5.54.0",
"azure-devops-node-api": "11.2.0",
"chai": "4.3.7",
"chalk": "4.1.2",
"chokidar": "3.5.3",
"del": "6.1.1",
"diff": "5.1.0",
"esbuild": "0.17.10",
"eslint": "8.35.0",
"eslint-formatter-autolinkable-stylish": "1.3.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-local": "1.0.0",
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-simple-import-sort": "10.0.0",
"fast-xml-parser": "4.1.3",
"fs-extra": "9.1.0",
"glob": "8.1.0",
"hereby": "1.8.0",
"jsonc-parser": "3.2.0",
"minimist": "1.2.8",
"mocha": "10.2.0",
"mocha-fivemat-progress-reporter": "0.1.0",
"ms": "2.1.3",
"node-fetch": "3.3.0",
"source-map-support": "0.5.21",
"typescript": "5.0.0-dev.20230112",
"which": "^2.0.2"
"which": "2.0.2"
},
"overrides": {
"typescript@*": "$typescript"
Expand Down

0 comments on commit b87e7ea

Please sign in to comment.