Skip to content

Commit

Permalink
Merge pull request #303 from uselagoon/ts_pin
Browse files Browse the repository at this point in the history
chore: pin typescript to 5.6.2
  • Loading branch information
tobybellwood authored Oct 15, 2024
2 parents 39c2b9d + 996ed3b commit df811ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ui-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Linting
run: |
yarn add typescript
yarn add typescript@5.6.2
yarn lint
cypress-tests:
Expand Down Expand Up @@ -92,4 +92,4 @@ jobs:
- name: Stop Docker containers
run: |
cd test
make down
make down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"sass": "^1.63.4",
"storybook": "^7.6.7",
"storybook-addon-designs": "^7.0.0-beta.2",
"typescript": "^5.0.4"
"typescript": "5.6.2"
},
"resolutions": {
"jackspeak": "2.1.1"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15135,7 +15135,7 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==

typescript@^5.0.4:
typescript@5.6.2:
version "5.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==
Expand Down

0 comments on commit df811ec

Please sign in to comment.