Skip to content

Commit

Permalink
chore: bimped all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ncpa0cpl committed Mar 8, 2023
1 parent f8b5cf3 commit ca4f167
Show file tree
Hide file tree
Showing 3 changed files with 944 additions and 1,291 deletions.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ module.exports = {
"^@UniversalParser/(.*)": "<rootDir>/src/universal-parser/$1",
"^@UniversalParser": "<rootDir>/src/universal-parser/index",
},
testEnvironment: "jsdom",
roots: ["<rootDir>"],
collectCoverageFrom: ["src/**/*.ts"],
coverageReporters: ["html", "text"],
Expand Down
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,19 @@
},
"devDependencies": {
"@ncpa0cpl/nodepack": "^2.1.0",
"@swc/core": "^1.3.37",
"@swc/core": "^1.3.38",
"@swc/jest": "^0.2.24",
"@types/jest": "^29.4.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"ajv": "^8.12.0",
"esbuild": "0.17.9",
"esbuild": "0.17.11",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"git-hook-tasks": "ncpa0cpl/git-hook-tasks",
"husky": "^8.0.3",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"jest": "^29.5.0",
"prettier": "^2.8.4",
"prettier-plugin-jsdoc": "^0.4.2",
"typescript": "^4.9.5"
Expand All @@ -59,4 +58,4 @@
"@types/json-schema": "^7.0.11"
},
"packageManager": "[email protected]"
}
}
Loading

0 comments on commit ca4f167

Please sign in to comment.