Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/codemirror/language-…
Browse files Browse the repository at this point in the history
…6.10.0

* main:
  ⬆️ Bump prisma from 5.5.2 to 5.7.1
  ⬆️ Bump @babel/parser from 7.23.5 to 7.23.6
  ⬆️ Bump relay-runtime from 16.0.0 to 16.1.0
  ⬆️ Bump shiki from 0.14.5 to 0.14.7
  ⬆️ Bump @storybook/addon-actions from 7.6.4 to 7.6.6
  ⬆️ Bump @typescript-eslint/eslint-plugin from 6.13.2 to 6.16.0
  • Loading branch information
OAGr committed Jan 1, 2024
2 parents 382c668 + 9ac25ea commit 4af569c
Show file tree
Hide file tree
Showing 8 changed files with 156 additions and 91 deletions.
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@lezer/generator": "^1.5.1",
"@lezer/highlight": "^1.2.0",
"@lezer/lr": "^1.3.14",
"@storybook/addon-actions": "^7.6.3",
"@storybook/addon-actions": "^7.6.6",
"@storybook/addon-docs": "^7.5.2",
"@storybook/addon-essentials": "^7.6.6",
"@storybook/addon-links": "^7.6.3",
Expand All @@ -69,7 +69,7 @@
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.17",
"@types/unist": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.13.1",
"@wogns3623/eslint-plugin-better-exhaustive-deps": "^1.1.0",
"canvas": "^2.11.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"react-markdown": "^9.0.1",
"react-relay": "^16.0.0",
"react-select": "^5.7.7",
"relay-runtime": "^16.0.0",
"relay-runtime": "^16.1.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"squiggle-lang-0.9.0": "npm:@quri/[email protected]",
Expand Down Expand Up @@ -80,7 +80,7 @@
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prisma": "^5.5.2",
"prisma": "^5.7.1",
"relay-compiler": "^16.0.0",
"tailwindcss": "^3.4.0",
"tsx": "^4.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ops/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@babel/core": "^7.23.3",
"@babel/parser": "^7.23.5",
"@babel/parser": "^7.23.6",
"lodash": "^4.17.21",
"mdast-util-to-string": "^4.0.0",
"remark-parse": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/squiggle-lang/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/jest": "^29.5.10",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.2",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.13.1",
"codecov": "^3.8.3",
"eslint": "^8.56.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 @@ -64,7 +64,7 @@
"@tailwindcss/forms": "^0.5.7",
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.13.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.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 @@ -23,7 +23,7 @@
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.41",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"shiki": "^0.14.5"
"shiki": "^0.14.7"
},
"devDependencies": {
"@quri/squiggle-textmate-grammar": "workspace:*",
Expand Down
Loading

0 comments on commit 4af569c

Please sign in to comment.