Skip to content

Commit

Permalink
Merge pull request #5 from flexper/renovate/typescript-5.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency typescript to v5
  • Loading branch information
qlaffont authored Apr 7, 2023
2 parents ad7b986 + 8975c43 commit 512e2df
Show file tree
Hide file tree
Showing 2 changed files with 967 additions and 73 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"test": "jest",
"lint": "eslint src test --fix",
"prepare": "tsdx build",
"size": "size-limit",
Expand Down Expand Up @@ -55,13 +55,15 @@
"lcov"
],
"preset": "ts-jest",
"testEnvironment": "jsdom",
"testPathIgnorePatterns": [
"./node_modules/"
]
},
"devDependencies": {
"@jest/globals": "29.5.0",
"@size-limit/preset-small-lib": "8.2.4",
"@types/jest": "^29.5.0",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"eslint": "8.37.0",
Expand All @@ -70,12 +72,15 @@
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"husky": "8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"np": "7.7.0",
"prettier": "2.8.7",
"size-limit": "8.2.4",
"ts-jest": "^29.1.0",
"tsdx": "0.14.1",
"tslib": "2.5.0",
"typescript": "4.9.5"
"typescript": "5.0.3"
},
"dependencies": {
"@types/node": "^18.14.6",
Expand Down
Loading

0 comments on commit 512e2df

Please sign in to comment.