@checkdigit/typescript-config 3.1.0 → 3.2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@checkdigit/typescript-config",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.2.0",
|
4
4
|
"description": "Check Digit standard Typescript configuration",
|
5
5
|
"prettier": "@checkdigit/prettier-config",
|
6
6
|
"engines": {
|
@@ -8,7 +8,7 @@
|
|
8
8
|
},
|
9
9
|
"peerDependencies": {
|
10
10
|
"@types/node": ">=16",
|
11
|
-
"typescript": ">=4.
|
11
|
+
"typescript": ">=4.9.3 <5.0"
|
12
12
|
},
|
13
13
|
"repository": {
|
14
14
|
"type": "git",
|
@@ -31,7 +31,7 @@
|
|
31
31
|
"ci:style": "npm run prettier"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
34
|
-
"@checkdigit/prettier-config": "^3.
|
34
|
+
"@checkdigit/prettier-config": "^3.1.0",
|
35
35
|
"rimraf": "^3.0.2"
|
36
36
|
},
|
37
37
|
"files": [
|