Skip to content

Commit

Permalink
Update deps to fix audit (#2256)
Browse files Browse the repository at this point in the history
  • Loading branch information
r100-stack authored Sep 23, 2024
1 parent e2f953a commit 1827044
Show file tree
Hide file tree
Showing 10 changed files with 2,140 additions and 2,896 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
node_modules
.DS_Store
.turbo
.astro
dist
build
.cache
Expand Down
2 changes: 1 addition & 1 deletion apps/portal/src/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
/// <reference types="astro/client" />
/// <reference path="../.astro/types.d.ts" />
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion apps/react-workshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@itwin/itwinui-icons-react": "2.8.0",
"@itwin/itwinui-variables": "*",
"@itwin/itwinui-react": "*",
"@ladle/react": "^4.0.2",
"@ladle/react": "^4.1.1",
"@types/node": "*",
"@types/react": "*",
"@types/react-dom": "*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"typescript": "~5.5.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.18",
"astro": "~4.5.6",
"astro": "~4.15.8",
"cypress": "13.8.1",
"ws@8": "^8.17.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/itwinui-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"typescript": "5",
"vite": "^5.1.7",
"vite": "~5.1.8",
"vitest": "^1.2.1"
},
"peerDependencies": {
Expand Down
6 changes: 5 additions & 1 deletion playgrounds/astro/src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
/// <reference types="astro/client" />
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
/// <reference path="../.astro/types.d.ts" />
2 changes: 1 addition & 1 deletion playgrounds/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/node": "*",
"@types/react": "^18",
"@types/react-dom": "^18",
"next": "^14.2.3",
"next": "^14.2.13",
"react": "^18",
"react-dom": "^18",
"typescript": "5"
Expand Down
Loading

0 comments on commit 1827044

Please sign in to comment.