Skip to content

Commit 7c0c976

Browse files
committed
Webpack fix
1 parent 0e8f7b3 commit 7c0c976

File tree

2 files changed

+208
-393
lines changed

2 files changed

+208
-393
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"awesome-typescript-loader": "^5.2.1",
4949
"babel-loader": "^8.2.5",
5050
"esbuild": "^0.14.51",
51+
"glob-parent": "6.0.2",
5152
"jest": "^28.1.3",
5253
"postcss": "^8.4.14",
5354
"prettier-standard": "^16.3.0",
@@ -76,7 +77,7 @@
7677
},
7778
"resolutions": {
7879
"minimist": "1.2.6",
79-
"glob-parent": "6.0.1"
80+
"webpack": "4.41.0"
8081
},
8182
"plugins": [
8283
"@semantic-release/commit-analyzer",
@@ -106,8 +107,5 @@
106107
"afterAll",
107108
"jest"
108109
]
109-
},
110-
"dependencies": {
111-
"glob-parent": "6.0.2"
112110
}
113111
}

0 commit comments

Comments
 (0)