Skip to content

Commit

Permalink
Merge pull request #54 from Coder-Spirit/upgrade-deps
Browse files Browse the repository at this point in the history
chore: upgrade dev dependencies
  • Loading branch information
castarco authored Oct 23, 2022
2 parents cdd6b3c + f942aa7 commit 3521b66
Show file tree
Hide file tree
Showing 3 changed files with 1,127 additions and 1,406 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 17.x]
node-version: [14.x, 16.x, 18.x, 19.x]

steps:
- uses: actions/checkout@v2
Expand Down
26 changes: 13 additions & 13 deletions nominal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coderspirit/nominal",
"version": "3.2.1",
"version": "3.2.2",
"description": "Powerful nominal types for your project",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -40,22 +40,22 @@
"@coderspirit/nominal-symbols": "^1.0.1"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/jest": "^29.2.0",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.7.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^27.1.3",
"eslint-plugin-node": "^11.1.0",
"jest": "^27.4.7",
"prettier": "^2.5.1",
"ts-jest": "^27.1.3",
"ts-node": "^10.4.0",
"typescript": "^4.5.5"
"jest": "^29.2.1",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"settings": {
"jest": {
Expand Down
Loading

0 comments on commit 3521b66

Please sign in to comment.