Skip to content

Commit 92dda39

Browse files
committed
chore(npm-scripts): disable third party type checking
This is to avoid the error described in #376 (comment)
1 parent 0a89851 commit 92dda39

File tree

5 files changed

+7
-34
lines changed

5 files changed

+7
-34
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"terser-webpack-plugin": "^5.0.3",
3939
"ts-jest": "^26.4.1",
4040
"typescript": "^4.0.3",
41-
"webpack": "^5.4.0",
41+
"webpack": "^5.11.1",
4242
"webpack-cli": "^4.2.0",
4343
"webpack-dev-server": "^3.11.0",
4444
"xml-js": "^1.6.11",

projects/js-toolkit/packages/js-toolkit-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"read-json-sync": "^2.0.1",
1414
"resolve": "^1.8.1",
1515
"source-map": "^0.7.3",
16-
"webpack": "^5.4.0"
16+
"webpack": "^5.11.1"
1717
},
1818
"description": "Utility library for Liferay NPM Build Tools.",
1919
"license": "LGPL-3.0",

projects/js-toolkit/packages/npm-bundler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"pretty-time": "^1.1.0",
1717
"read-json-sync": "^2.0.1",
1818
"source-map": "^0.7.3",
19-
"webpack": "^5.4.0",
19+
"webpack": "^5.11.1",
2020
"xml-js": "^1.6.8",
2121
"yargs": "^14.0.0"
2222
},

projects/js-toolkit/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"moduleResolution": "node",
88
"resolveJsonModule": true,
99
"sourceMap": false,
10-
"target": "ES2018"
10+
"target": "ES2018",
11+
"types": [
12+
"jest"
13+
]
1114
},
1215
"exclude": ["node_modules", "**/__tests__/**"]
1316
}

yarn.lock

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -15729,36 +15729,6 @@ webpack@^5.11.1:
1572915729
watchpack "^2.0.0"
1573015730
webpack-sources "^2.1.1"
1573115731

15732-
webpack@^5.4.0:
15733-
version "5.11.0"
15734-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.11.0.tgz#1647abc060441d86d01d8835b8f0fc1dae2fe76f"
15735-
integrity sha512-ubWv7iP54RqAC/VjixgpnLLogCFbAfSOREcSWnnOlZEU8GICC5eKmJSu6YEnph2N2amKqY9rvxSwgyHxVqpaRw==
15736-
dependencies:
15737-
"@types/eslint-scope" "^3.7.0"
15738-
"@types/estree" "^0.0.45"
15739-
"@webassemblyjs/ast" "1.9.1"
15740-
"@webassemblyjs/helper-module-context" "1.9.1"
15741-
"@webassemblyjs/wasm-edit" "1.9.1"
15742-
"@webassemblyjs/wasm-parser" "1.9.1"
15743-
acorn "^8.0.4"
15744-
browserslist "^4.14.5"
15745-
chrome-trace-event "^1.0.2"
15746-
enhanced-resolve "^5.3.1"
15747-
eslint-scope "^5.1.1"
15748-
events "^3.2.0"
15749-
glob-to-regexp "^0.4.1"
15750-
graceful-fs "^4.2.4"
15751-
json-parse-better-errors "^1.0.2"
15752-
loader-runner "^4.1.0"
15753-
mime-types "^2.1.27"
15754-
neo-async "^2.6.2"
15755-
pkg-dir "^5.0.0"
15756-
schema-utils "^3.0.0"
15757-
tapable "^2.1.1"
15758-
terser-webpack-plugin "^5.0.3"
15759-
watchpack "^2.0.0"
15760-
webpack-sources "^2.1.1"
15761-
1576215732
websocket-driver@0.6.5:
1576315733
version "0.6.5"
1576415734
resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.6.5.tgz#5cb2556ceb85f4373c6d8238aa691c8454e13a36"

0 commit comments

Comments
 (0)