Skip to content

Commit

Permalink
pin back typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Sep 5, 2023
1 parent c1e0319 commit 7a8cf95
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache: npm
- name: Upgrade dependencies
run: |
npx --yes npm-check-updates -u --reject "@playwright/test"
npx --yes npm-check-updates -u --reject "@playwright/test" --reject typescript
npm install
- name: Detect changes
id: changes
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"stylelint-config-standard": "^34.0.0",
"stylis": "^4.3.0",
"ts-node": "^10.9.1",
"typescript": "5.2.2"
"typescript": "5.1.6"
},
"lint-staged": {
"*.{js,ts}": [
Expand Down

0 comments on commit 7a8cf95

Please sign in to comment.