Skip to content

Commit

Permalink
Merge pull request #200 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 da5197d + af256bd commit 1845f9f
Show file tree
Hide file tree
Showing 2 changed files with 465 additions and 61 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"test": "jest",
"lint": "eslint src test",
"prepare": "tsdx build",
"size": "size-limit",
Expand Down Expand Up @@ -55,12 +55,15 @@
"collectCoverage": true,
"coverageReporters": [
"lcov"
]
],
"preset": "ts-jest",
"testEnvironment": "jsdom"
},
"devDependencies": {
"@size-limit/preset-small-lib": "8.2.4",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@types/jest": "^29.5.0",
"@types/react": "18.0.33",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
Expand All @@ -71,16 +74,18 @@
"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",
"react": "18.2.0",
"react-dom": "18.2.0",
"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": {
"rosetty": "^1.4.84"
"rosetty": "^1.4.104"
}
}
Loading

0 comments on commit 1845f9f

Please sign in to comment.