Skip to content

Commit

Permalink
Merge pull request #103 from xmtp/rygine/dep-upgrades
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
rygine authored Sep 28, 2023
2 parents 98eb590 + e18a08a commit 1219db6
Show file tree
Hide file tree
Showing 6 changed files with 3,176 additions and 2,602 deletions.
16 changes: 8 additions & 8 deletions examples/react-quickstart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@
"@xmtp/react-sdk": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^1.12.2",
"viem": "^1.13.0",
"wagmi": "^1.4.2"
},
"devDependencies": {
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"@types/react-dom": "^18.2.8",
"@vitejs/plugin-react": "^4.1.0",
"@xmtp/tsconfig": "workspace:*",
"autoprefixer": "^10.4.15",
"eslint": "^8.47.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.50.0",
"eslint-config-xmtp-web": "workspace:*",
"postcss": "^8.4.25",
"postcss-preset-env": "^8.5.1",
"typescript": "^5.1.6",
"postcss": "^8.4.30",
"postcss-preset-env": "^9.1.4",
"typescript": "^5.2.2",
"vite": "^4.4.9"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"typecheck": "FORCE_COLOR=1 turbo run typecheck"
},
"devDependencies": {
"prettier": "^3.0.2",
"turbo": "^1.10.12"
"prettier": "^3.0.3",
"turbo": "^1.10.14"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
14 changes: 7 additions & 7 deletions packages/eslint-config-xmtp-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
"xmtp"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^37.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-config-standard-with-typescript": "^39.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0"
},
"devDependencies": {
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}
38 changes: 19 additions & 19 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,33 +82,33 @@
"react-18-blockies": "^1.0.6"
},
"devDependencies": {
"@babel/core": "^7.22.8",
"@mdx-js/react": "^1.6.22",
"@storybook/addon-essentials": "^7.0.26",
"@storybook/addon-interactions": "^7.0.26",
"@storybook/addon-links": "^7.0.26",
"@storybook/blocks": "^7.0.26",
"@storybook/react": "^7.0.26",
"@storybook/react-vite": "^7.0.26",
"@storybook/testing-library": "^0.2.0",
"@babel/core": "^7.23.0",
"@mdx-js/react": "^2.3.0",
"@storybook/addon-essentials": "^7.4.5",
"@storybook/addon-interactions": "^7.4.5",
"@storybook/addon-links": "^7.4.5",
"@storybook/blocks": "^7.4.5",
"@storybook/react": "^7.4.5",
"@storybook/react-vite": "^7.4.5",
"@storybook/testing-library": "^0.2.1",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"@types/react-dom": "^18.2.8",
"@vitejs/plugin-react": "^4.1.0",
"@xmtp/tsconfig": "workspace:*",
"eslint": "^8.47.0",
"eslint": "^8.50.0",
"eslint-config-xmtp-web": "workspace:*",
"eslint-plugin-storybook": "^0.6.13",
"jsdom": "^21.1.2",
"postcss": "^8.4.25",
"eslint-plugin-storybook": "^0.6.14",
"jsdom": "^22.1.0",
"postcss": "^8.4.30",
"postcss-modules": "^6.0.0",
"postcss-preset-env": "^8.5.1",
"prettier": "^3.0.2",
"postcss-preset-env": "^9.1.4",
"prettier": "^3.0.3",
"prop-types": "^15.8.1",
"react-dom": "^18.2.0",
"storybook": "^7.0.26",
"storybook": "^7.4.5",
"tsup": "^7.2.0",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.2"
},
Expand Down
28 changes: 14 additions & 14 deletions packages/react-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,30 +82,30 @@
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.6",
"react": "^18.2.0",
"uuid": "^9.0.0",
"viem": "^1.12.2",
"zod": "^3.22.1"
"uuid": "^9.0.1",
"viem": "^1.13.0",
"zod": "^3.22.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^9.0.2",
"@vitejs/plugin-react": "^4.0.4",
"@vitest/coverage-v8": "^0.34.2",
"@types/react-dom": "^18.2.8",
"@types/uuid": "^9.0.4",
"@vitejs/plugin-react": "^4.1.0",
"@vitest/coverage-v8": "^0.34.5",
"@xmtp/tsconfig": "workspace:*",
"eslint": "^8.47.0",
"eslint": "^8.50.0",
"eslint-config-xmtp-web": "workspace:*",
"fake-indexeddb": "^4.0.2",
"jsdom": "^21.1.2",
"prettier": "^3.0.2",
"jsdom": "^22.1.0",
"prettier": "^3.0.3",
"react-dom": "^18.2.0",
"tsup": "^7.2.0",
"typedoc": "^0.24.8",
"typescript": "^5.1.6",
"typedoc": "^0.25.1",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-tsconfig-paths": "^4.2.0",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.34.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 1219db6

Please sign in to comment.