Skip to content

Commit

Permalink
Upgrade dependencies (#684)
Browse files Browse the repository at this point in the history
* Remove deprecated ts-jest global define

* Node minimum version 16

* Node maximum version 18
  • Loading branch information
waybackarchiver authored May 23, 2023
1 parent bc34df1 commit aa316a9
Show file tree
Hide file tree
Showing 4 changed files with 1,634 additions and 2,142 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
node-version: [ 14.x, 16.x, 18.x ]
node-version: [ 16.x, 18.x ]
name: Testing
steps:
- name: Check out code base
Expand Down
5 changes: 0 additions & 5 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
module.exports = {
globals: {
'ts-jest': {
tsconfig: 'tsconfig.json',
},
},
moduleFileExtensions: ['ts', 'js'],
transform: {
'^.+\\.(ts|tsx)$': 'ts-jest',
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,41 +41,41 @@
},
"homepage": "https://github.com/wabarc/cairn#readme",
"dependencies": {
"axios": "^0.24.0",
"chardet": "^1.3.0",
"cheerio": "^1.0.0-rc.10",
"commander": "^8.2.0",
"http-proxy-agent": "^6.0.1",
"https-proxy-agent": "^6.1.0",
"axios": "^1.4.0",
"chardet": "^1.5.1",
"cheerio": "^1.0.0-rc.12",
"commander": "^10.0.1",
"http-proxy-agent": "^6.1.0",
"https-proxy-agent": "^6.2.0",
"iconv-lite": "^0.6.3",
"nth-check": "^2.0.1",
"nth-check": "^2.1.1",
"socks-proxy-agent": "^8.0.1",
"tmpl": "^1.0.5"
},
"devDependencies": {
"@types/cheerio": "^0.22.30",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.12",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"eslint": "^7.32.0",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.1.0",
"jsdom": "^19.0.0",
"nodemon": "^2.0.15",
"pkg": "^5.5.1",
"prettier": "^2.3.2",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.4.2",
"@types/cheerio": "^0.22.31",
"@types/jest": "^29.5.1",
"@types/node": "^20.2.3",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint": "^8.41.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"jsdom": "^22.0.0",
"nodemon": "^2.0.22",
"pkg": "^5.8.1",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"typescript-formatter": "^7.2.2"
},
"directories": {
"lib": "lib",
"test": "test"
},
"engines": {
"node": ">=14"
"node": ">=16 <20"
}
}
Loading

0 comments on commit aa316a9

Please sign in to comment.