Skip to content

Commit a23562e

Browse files
authored
Update example npm deps (#1184)
1 parent 6153a8c commit a23562e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ jobs:
179179
- build
180180
- test_docs
181181
- test_lint
182+
- test_examples
182183
- test_minimum_versions
183184
- test_prereleases
184185
- check_links

examples/simple/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99
},
1010
"dependencies": {},
1111
"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"
12+
"webpack": "^5.72.0",
13+
"webpack-cli": "^5.0.0",
14+
"typescript": "~4.7.3"
1715
}
1816
}

0 commit comments

Comments
 (0)