Skip to content

Commit

Permalink
Upgrade typescript.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilte committed Oct 12, 2023
1 parent f656f33 commit c8ab7bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "vite build",
"ci": "yarn install --frozen-lockfile",
"preview": "vite preview",
"upgrade": "yarn run upgrade",
"outdated": "yarn run outdated",
"upgrade": "yarn upgrade",
"outdated": "yarn outdated",
"storybook": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006 -s public --quiet",
"storybook-dev": "start-storybook -p 6006 -s public",
"build-storybook": "NODE_OPTIONS=--openssl-legacy-provider build-storybook -s public",
Expand Down Expand Up @@ -99,7 +99,7 @@
"stylelint-config-standard-scss": "^6",
"stylelint-prettier": "^2",
"stylelint-scss": "^4",
"typescript": "^4",
"typescript": "^5",
"vite": "^3",
"webpack": "^5"
},
Expand Down
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17428,10 +17428,10 @@ typedarray@^0.0.6:
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==

typescript@^4:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
typescript@^5:
version "5.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==

uglify-js@^3.1.4:
version "3.17.4"
Expand Down

0 comments on commit c8ab7bb

Please sign in to comment.