Skip to content

Commit 9426f61

Browse files
committed
📦 Updated typescript and changed from ttsc to tspc
1 parent 206d719 commit 9426f61

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "graphql-js-tree",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"private": false,
55
"license": "MIT",
66
"description": "GraphQL Parser providing simplier structure",
77
"homepage": "https://graphqleditor.com",
88
"main": "lib/index.js",
99
"types": "lib/index.d.ts",
1010
"scripts": {
11-
"build": "ttsc --build tsconfig.build.json",
12-
"start": "ttsc --build tsconfig.build.json --watch",
11+
"build": "tspc --build tsconfig.build.json",
12+
"start": "tspc --build tsconfig.build.json --watch",
1313
"test": "jest",
14-
"lint": "ttsc && eslint \"./src/**/*.{ts,js}\" --quiet --fix"
14+
"lint": "tspc && eslint \"./src/**/*.{ts,js}\" --quiet --fix"
1515
},
1616
"repository": {
1717
"type": "git",
@@ -33,13 +33,13 @@
3333
"eslint-config-prettier": "^7.2.0",
3434
"eslint-plugin-prettier": "^3.3.1",
3535
"husky": "^4.2.3",
36-
"jest": "^27.4.7",
36+
"jest": "^29.5.0",
3737
"prettier": "^2.0.2",
38-
"ts-jest": "^27.1.3",
38+
"ts-jest": "^29.1.0",
3939
"ts-node": "^9.0.0",
40-
"ttypescript": "^1.5.12",
41-
"typescript": "^4.1.2",
42-
"typescript-transform-paths": "^2.0.0"
40+
"ts-patch": "^3.0.0",
41+
"typescript": "^5.1.3",
42+
"typescript-transform-paths": "^3.4.6"
4343
},
4444
"dependencies": {
4545
"graphql": "15.4.0"
@@ -54,4 +54,4 @@
5454
"pre-commit": "npm run lint"
5555
}
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)