Skip to content

Commit

Permalink
upgrade react in vscode extension
Browse files Browse the repository at this point in the history
  • Loading branch information
berekuk committed Dec 27, 2024
1 parent 1825871 commit 4f8afb5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions packages/vscode-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,16 +144,16 @@
"@quri/squiggle-textmate-grammar": "workspace:*",
"@quri/versioned-squiggle-components": "workspace:*",
"@types/node": "^20.12.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/vscode": "^1.86.0",
"@types/vscode-webview": "^1.57.5",
"esbuild": "^0.24.0",
"eslint": "^9.16.0",
"js-yaml": "^4.1.0",
"prettier": "^3.3.3",
"react": "^18.2.0",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
Expand Down
34 changes: 17 additions & 17 deletions pnpm-lock.yaml

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

0 comments on commit 4f8afb5

Please sign in to comment.