Skip to content

Commit

Permalink
Merged with main
Browse files Browse the repository at this point in the history
  • Loading branch information
OAGr committed Jan 1, 2024
2 parents e95270c + f5e1176 commit 9ad6bf2
Show file tree
Hide file tree
Showing 7 changed files with 243 additions and 269 deletions.
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"author": "Quantified Uncertainty Research Institute",
"dependencies": {
"@codemirror/autocomplete": "^6.10.2",
"@codemirror/autocomplete": "^6.11.1",
"@codemirror/commands": "^6.3.3",
"@codemirror/language": "^6.9.3",
"@codemirror/lint": "^6.4.2",
Expand Down Expand Up @@ -66,7 +66,7 @@
"@types/jest": "^29.5.10",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.6",
"@types/react": "^18.2.41",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/unist": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^6.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/jest": "^29.5.10",
"@types/lodash": "^4.14.202",
"@types/pako": "^2.0.3",
"@types/react": "^18.2.41",
"@types/react": "^18.2.46",
"@types/react-relay": "^16.0.4",
"@types/relay-runtime": "^14.1.19",
"babel-plugin-relay": "^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@storybook/react-vite": "^7.5.2",
"@storybook/testing-library": "^0.2.2",
"@tailwindcss/forms": "^0.5.7",
"@types/react": "^18.2.41",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/versioned-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.41",
"@types/react": "^18.2.46",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"@quri/squiggle-textmate-grammar": "workspace:*",
"@quri/versioned-squiggle-components": "workspace:*",
"@types/node": "^20.10.6",
"@types/react": "^18.2.41",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/vscode": "^1.83.2",
"@types/vscode-webview": "^1.57.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@quri/squiggle-textmate-grammar": "workspace:*",
"@types/pako": "^2.0.3",
"@types/react": "^18.2.41",
"@types/react": "^18.2.46",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.3",
Expand Down
Loading

0 comments on commit 9ad6bf2

Please sign in to comment.