From a23562ebd523d97ce901d96a2aaa4a72fc0fa429 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sat, 21 Jan 2023 14:13:19 -0600 Subject: [PATCH] Update example npm deps (#1184) --- .github/workflows/python-tests.yml | 1 + examples/simple/package.json | 8 +++----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index bac6730f8b..4c81a1dba8 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -179,6 +179,7 @@ jobs: - build - test_docs - test_lint + - test_examples - test_minimum_versions - test_prereleases - check_links diff --git a/examples/simple/package.json b/examples/simple/package.json index 37f76bad67..876b968a35 100644 --- a/examples/simple/package.json +++ b/examples/simple/package.json @@ -9,10 +9,8 @@ }, "dependencies": {}, "devDependencies": { - "rifraf": "2.0.3", - "webpack": "~4.29.6", - "webpack-cli": "^3.3.0", - "whatwg-fetch": "~2.0.3", - "typescript": "3.6.4" + "webpack": "^5.72.0", + "webpack-cli": "^5.0.0", + "typescript": "~4.7.3" } }