Skip to content

Commit

Permalink
chore: Update npm dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
WMXPY committed May 11, 2024
1 parent cde8258 commit aee5216
Show file tree
Hide file tree
Showing 2 changed files with 319 additions and 147 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
"@imbricate/core": "*"
},
"devDependencies": {
"@babel/core": "^7",
"@babel/preset-env": "^7",
"@babel/preset-typescript": "^7",
"@imbricate/core": "^1",
"@types/jest": "^29",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"babel-jest": "^29",
"eslint": "^8",
"jest": "^29",
"ts-node": "^10",
"typescript": "^5"
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@imbricate/core": "^1.19.2",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}
}
Loading

0 comments on commit aee5216

Please sign in to comment.