Skip to content

Commit a960c6b

Browse files
committed
v4.0.0
1 parent 6f296f3 commit a960c6b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tsconfig-paths-webpack-plugin",
3-
"version": "3.5.2",
3+
"version": "4.0.0",
44
"description": "Load modules according to tsconfig paths in webpack.",
55
"main": "lib/index.js",
66
"types": "lib/index",
@@ -15,6 +15,12 @@
1515
"devDependencies": {
1616
"@types/jest": "^27.0.3",
1717
"@types/node": "^14.14.34",
18+
"@typescript-eslint/eslint-plugin": "^5.22.0",
19+
"@typescript-eslint/parser": "^5.22.0",
20+
"eslint": "^8.14.0",
21+
"eslint-config-prettier": "^8.5.0",
22+
"eslint-plugin-import": "^2.26.0",
23+
"eslint-plugin-jsdoc": "^39.2.9",
1824
"husky": "^5.1.3",
1925
"jest": "^27.3.1",
2026
"jest-mock-process": "^1.4.0",
@@ -23,12 +29,6 @@
2329
"rimraf": "^3.0.2",
2430
"ts-jest": "^27.0.7",
2531
"ts-loader": "^8.0.18",
26-
"@typescript-eslint/eslint-plugin": "^5.22.0",
27-
"@typescript-eslint/parser": "^5.22.0",
28-
"eslint": "^8.14.0",
29-
"eslint-config-prettier": "^8.5.0",
30-
"eslint-plugin-import": "^2.26.0",
31-
"eslint-plugin-jsdoc": "^39.2.9",
3232
"typescript": "^4.2.3",
3333
"webpack": "^5.65.0",
3434
"webpack-cli": "^4.5.0"

0 commit comments

Comments
 (0)