Skip to content

Commit

Permalink
Update example npm deps (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Jan 21, 2023
1 parent 6153a8c commit a23562e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ jobs:
- build
- test_docs
- test_lint
- test_examples
- test_minimum_versions
- test_prereleases
- check_links
Expand Down
8 changes: 3 additions & 5 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit a23562e

Please sign in to comment.