Skip to content

Commit 99985e4

Browse files
committed
some changes in package and ts configs
1 parent 66f70ef commit 99985e4

File tree

6 files changed

+12
-16
lines changed

6 files changed

+12
-16
lines changed

package-lock.json

+6-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"author": "DaniilSV",
1515
"license": "MIT",
1616
"dependencies": {
17+
"@types/node": "^20.5.9",
1718
"picocolors": "^1.0.0",
1819
"ts-node": "^10.9.1",
1920
"url": "^0.11.0",

plugin/package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@
1111
"author": "DaniilSV",
1212
"license": "MIT",
1313
"dependencies": {
14+
"@types/node": "^20.5.9",
1415
"@types/which": "^3.0.0",
1516
"which": "^3.0.0"
16-
},
17-
"devDependencies": {
18-
"@types/node": "^20.5.9"
1917
}
20-
}
18+
}

plugin/tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"target": "ES2022",
55
"module": "CommonJS",
66
"moduleResolution": "node",
7-
"watch": false,
87
"strict": true,
98
"allowUnreachableCode": false,
109
"noFallthroughCasesInSwitch": true,

publisher/package.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"keywords": [],
1212
"author": "DaniilSV",
13-
"license": "ISC",
14-
"devDependencies": {
13+
"license": "MIT",
14+
"dependencies": {
1515
"@babel/core": "^7.13.8",
1616
"@babel/preset-env": "^7.13.9",
1717
"@babel/preset-react": "^7.12.13",
@@ -29,9 +29,7 @@
2929
"url-loader": "^4.1.1",
3030
"webpack": "^5.24.2",
3131
"webpack-cli": "^4.5.0",
32-
"webpack-dev-server": "^3.11.2"
33-
},
34-
"dependencies": {
32+
"webpack-dev-server": "^3.11.2",
3533
"react": "^18.2.0",
3634
"react-dom": "^18.2.0",
3735
"typescript": "^4.2.2",

tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"target": "ES2022",
55
"module": "CommonJS",
66
"moduleResolution": "node",
7-
"watch": false,
87
"strict": true,
98
"allowUnreachableCode": false,
109
"noFallthroughCasesInSwitch": true,

0 commit comments

Comments
 (0)