Skip to content

Commit

Permalink
Reverting package version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ebronson68 committed Jul 17, 2023
1 parent 3703787 commit bc7f3a0
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,24 @@
"author": "",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@microsoft/microsoft-graph-client": "^3.0.5",
"fast-glob": "^3.3.0",
"node-fetch": "^3.3.1",
"openid-client": "^5.4.3",
"@actions/core": "^1.5.0",
"@microsoft/microsoft-graph-client": "^3.0.0",
"fast-glob": "^3.2.11",
"node-fetch": "^2.6.1",
"openid-client": "^4.7.4",
"xmldom": "^0.6.0"
},
"devDependencies": {
"@types/node": "^20.4.2",
"@types/xmldom": "^0.1.31",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.44.0",
"eslint-plugin-github": "^4.9.0",
"eslint-plugin-jest": "^27.2.3",
"jest": "^29.6.1",
"@types/node": "^16.7.1",
"@typescript-eslint/parser": "^4.29.3",
"@vercel/ncc": "^0.29.2",
"eslint": "^7.32.0",
"eslint-plugin-github": "^4.2.0",
"eslint-plugin-jest": "^24.4.0",
"jest": "^27.0.6",
"js-yaml": "^4.1.0",
"prettier": "3.0.0",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
"prettier": "2.3.2",
"ts-jest": "^27.0.5",
"typescript": "^4.1.3"
}
}

0 comments on commit bc7f3a0

Please sign in to comment.