Skip to content

Commit

Permalink
Merge pull request #16
Browse files Browse the repository at this point in the history
Upgrade all dependencies
  • Loading branch information
vimcaw authored Nov 28, 2023
2 parents e7562f9 + 9dcd7af commit abc0e56
Show file tree
Hide file tree
Showing 10 changed files with 4,438 additions and 5,057 deletions.
10 changes: 10 additions & 0 deletions .changeset/mighty-pianos-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'eslint-config-custom': patch
'browser-extension': patch
'embedding': patch
'examples': patch
'shared': patch
'core': patch
---

Upgrade all dependencies
27 changes: 11 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,20 @@
"**/*": "prettier --write --ignore-unknown"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@commitlint/types": "^17.4.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/types": "^18.4.3",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"@total-typescript/ts-reset": "^0.4.2",
"eslint": "^8.41.0",
"@total-typescript/ts-reset": "^0.5.1",
"eslint": "^8.54.0",
"eslint-config-custom": "workspace:*",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"prettier": "^2.8.4",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"tsconfig": "workspace:*",
"turbo": "^1.8.5",
"typescript": "^5.0.2"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
"turbo": "^1.10.16",
"typescript": "^5.3.2"
}
}
18 changes: 9 additions & 9 deletions packages/browser-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@adobe/react-spectrum": "^3.25.1",
"@adobe/react-spectrum": "^3.32.2",
"class-transformer": "^0.5.1",
"core": "workspace:*",
"modern-normalize": "^1.1.0",
"modern-normalize": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"shared": "workspace:*",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/three": "^0.149.0",
"@types/webextension-polyfill": "^0.10.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@types/three": "^0.158.3",
"@types/webextension-polyfill": "^0.10.7",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"vite": "^4.2.0",
"vite-plugin-web-extension": "^3.0.2"
"vite": "^5.0.2",
"vite-plugin-web-extension": "^4.0.0"
}
}
26 changes: 13 additions & 13 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@
"lint": "tsc"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@uiw/codemirror-extensions-langs": "^4.20.2",
"@uiw/react-codemirror": "^4.20.2",
"antd": "^5.3.2",
"@ant-design/icons": "^5.2.6",
"@uiw/codemirror-extensions-langs": "^4.21.21",
"@uiw/react-codemirror": "^4.21.21",
"antd": "^5.11.5",
"lodash-es": "^4.17.21",
"mitt": "^3.0.0",
"react-use": "^17.4.0",
"mitt": "^3.0.1",
"react-use": "^17.4.1",
"shared": "workspace:*",
"spectorjs": "^0.9.29",
"styled-components": "^5.3.9",
"styled-components": "^6.1.1",
"ts-toolbelt": "^9.6.0",
"valtio": "^1.10.3"
"valtio": "^1.12.1"
},
"devDependencies": {
"@types/lodash-es": "^4.17.7",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
"@types/three": "^0.149.0",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@types/styled-components": "^5.1.32",
"@types/three": "^0.158.3",
"eslint-config-custom": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
28 changes: 14 additions & 14 deletions packages/embedding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-draggable": "^4.4.6",
"shared": "workspace:*",
"styled-components": "^5.3.9"
"styled-components": "^6.1.1"
},
"devDependencies": {
"@swc/plugin-styled-components": "^1.5.49",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.15.13",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react-swc": "^3.2.0",
"dts-bundle-generator": "^8.0.1",
"sort-package-json": "^2.4.1",
"tsx": "^3.12.6",
"type-fest": "^3.8.0",
"vite": "^4.2.2"
"@swc/plugin-styled-components": "^1.5.105",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.0",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@types/styled-components": "^5.1.32",
"@vitejs/plugin-react-swc": "^3.5.0",
"dts-bundle-generator": "^9.0.0",
"sort-package-json": "^2.6.0",
"tsx": "^4.6.0",
"type-fest": "^4.8.2",
"vite": "^5.0.2"
}
}
14 changes: 7 additions & 7 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"private": true,
"main": ".eslintrc.cjs",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0"
},
"publishConfig": {
Expand Down
16 changes: 8 additions & 8 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
},
"dependencies": {
"embedding": "workspace:*",
"modern-normalize": "^1.1.0",
"modern-normalize": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.150.1"
"three": "^0.158.0"
},
"devDependencies": {
"@swc/plugin-styled-components": "^1.5.49",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/three": "^0.149.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"vite": "^4.2.0"
"@swc/plugin-styled-components": "^1.5.105",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@types/three": "^0.158.3",
"@vitejs/plugin-react-swc": "^3.5.0",
"vite": "^5.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"lint": "tsc"
},
"devDependencies": {
"@types/three": "^0.149.0"
"@types/three": "^0.158.3"
},
"dependencies": {
"ts-pattern": "^4.2.2"
"ts-pattern": "^5.0.5"
}
}
12 changes: 0 additions & 12 deletions patches/[email protected]

This file was deleted.

Loading

0 comments on commit abc0e56

Please sign in to comment.