Skip to content

Commit

Permalink
dev: Update Jest and other packages (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jun 7, 2021
1 parent e07cd36 commit d6de91d
Show file tree
Hide file tree
Showing 16 changed files with 631 additions and 1,579 deletions.
1 change: 0 additions & 1 deletion action-src/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module.exports = {
moduleFileExtensions: ['js', 'ts'],
testEnvironment: 'node',
testMatch: ['**/*.test.{js,ts}'],
testRunner: 'jest-circus/runner',
transform: {
'^.+\\.ts$': 'ts-jest'
},
Expand Down
13 changes: 4 additions & 9 deletions action-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,20 @@
"@typescript-eslint/parser": "^4.20.0",
"env-cmd": "^10.1.0",
"eslint": "^7.16.0",
"import-fresh": "^3.3.0",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"jest": "^27.0.4",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"standard-version": "^9.1.1",
"ts-jest": "^26.4.4",
"ts-jest": "^27.0.3",
"typescript": "^4.2.2"
},
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^5.0.0",
"@cspell/cspell-bundled-dicts": "^5.3.0",
"@octokit/core": "^3.4.0",
"@octokit/plugin-rest-endpoint-methods": "^5.1.1",
"@octokit/rest": "^18.5.3",
"@types/node": "^14",
"cosmiconfig": "^7.0.0",
"cspell": "^5.3.1",
"cspell-glob": "^5.3.1"
"cspell": "^5.6.0",
"cspell-glob": "^5.6.0"
}
}

This file was deleted.

This file was deleted.

This file was deleted.

47 changes: 0 additions & 47 deletions action/node_modules/cspell-lib/node_modules/resolve-from/index.js

This file was deleted.

This file was deleted.

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

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

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

Loading

0 comments on commit d6de91d

Please sign in to comment.