Skip to content

Commit

Permalink
deps!: bump typescript peer dependency version to >=4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzer14 committed Nov 23, 2022
1 parent 02bfd89 commit 4bfb251
Show file tree
Hide file tree
Showing 2 changed files with 693 additions and 692 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
"build": "npm-run-all -p copy:dts build:dts build:js",
"lint": "tsc -p tsconfig.ci.json",
"test": "jest",
"typetest": "tsc -p tsconfig.test.json",
"test:coverage": "jest --coverage",
"ci": "npm-run-all -s lint build test",
"ci": "npm-run-all -s build lint test typetest",
"bump": "standard-version",
"prepublish": "node scripts/prepublish.js",
"publish": "yarn publish lib --non-interactive",
Expand All @@ -39,10 +40,10 @@
"rimraf": "3.0.2",
"standard-version": "9.1.1",
"ts-jest": "26.5.2",
"typescript": "4.2.2"
"typescript": "4.9.3"
},
"peerDependencies": {
"typescript": ">=4.2.2"
"typescript": ">=4.7"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
Loading

0 comments on commit 4bfb251

Please sign in to comment.