We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6153a8c commit a23562eCopy full SHA for a23562e
.github/workflows/python-tests.yml
@@ -179,6 +179,7 @@ jobs:
179
- build
180
- test_docs
181
- test_lint
182
+ - test_examples
183
- test_minimum_versions
184
- test_prereleases
185
- check_links
examples/simple/package.json
@@ -9,10 +9,8 @@
9
},
10
"dependencies": {},
11
"devDependencies": {
12
- "rifraf": "2.0.3",
13
- "webpack": "~4.29.6",
14
- "webpack-cli": "^3.3.0",
15
- "whatwg-fetch": "~2.0.3",
16
- "typescript": "3.6.4"
+ "webpack": "^5.72.0",
+ "webpack-cli": "^5.0.0",
+ "typescript": "~4.7.3"
17
}
18
0 commit comments