Skip to content

Commit

Permalink
Facebook FBQ object system updated (5.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Nov 4, 2024
1 parent bc20712 commit 190b95e
Show file tree
Hide file tree
Showing 37 changed files with 1,026 additions and 1,908 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xylabs/sdk-react",
"version": "5.2.16",
"version": "5.3.0",
"description": "Common React library for all XY Labs projects that use React",
"keywords": [
"utility",
Expand Down Expand Up @@ -82,46 +82,46 @@
"@xylabs/react-shared": "workspace:^"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.1",
"@chromatic-com/storybook": "^3.2.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@eslint-react/eslint-plugin": "^1.15.2",
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@storybook/addon-actions": "^8.3.6",
"@storybook/addon-docs": "^8.3.6",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-interactions": "^8.3.6",
"@storybook/addon-links": "^8.3.6",
"@storybook/addon-mdx-gfm": "^8.3.6",
"@storybook/addon-onboarding": "^8.3.6",
"@storybook/addon-actions": "^8.4.1",
"@storybook/addon-docs": "^8.4.1",
"@storybook/addon-essentials": "^8.4.1",
"@storybook/addon-interactions": "^8.4.1",
"@storybook/addon-links": "^8.4.1",
"@storybook/addon-mdx-gfm": "^8.4.1",
"@storybook/addon-onboarding": "^8.4.1",
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
"@storybook/blocks": "^8.3.6",
"@storybook/components": "^8.3.6",
"@storybook/core-events": "^8.3.6",
"@storybook/react": "^8.3.6",
"@storybook/react-vite": "^8.3.6",
"@storybook/test": "^8.3.6",
"@storybook/theming": "^8.3.6",
"@stylistic/eslint-plugin": "^2.10.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@storybook/blocks": "^8.4.1",
"@storybook/components": "^8.4.1",
"@storybook/core-events": "^8.4.1",
"@storybook/react": "^8.4.1",
"@storybook/react-vite": "^8.4.1",
"@storybook/test": "^8.4.1",
"@storybook/theming": "^8.4.1",
"@stylistic/eslint-plugin": "^2.10.1",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@xylabs/eslint-config-flat": "^4.2.3",
"@xylabs/eslint-config-react-flat": "^4.2.3",
"@xylabs/ts-scripts-yarn3": "^4.2.3",
"@xylabs/tsconfig": "^4.2.3",
"@xylabs/tsconfig-react": "^4.2.3",
"@xyo-network/react-theme": "^4.1.16",
"@xyo-network/react-theme": "^4.1.17",
"axios": "^1.7.7",
"buffer": "^6.0.3",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"eslint-import-resolver-typescript": "^3.6.3",
"knip": "^5.34.4",
"knip": "^5.36.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark-gfm": "^4.0.0",
"rimraf": "^6.0.1",
"storybook": "^8.3.6",
"storybook": "^8.4.1",
"storybook-dark-mode": "^4.0.2",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.6.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xylabs/react-accordion",
"version": "5.2.16",
"version": "5.3.0",
"description": "Common React library for all XY Labs projects that use React",
"keywords": [
"utility",
Expand Down Expand Up @@ -42,14 +42,14 @@
"devDependencies": {
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@storybook/react": "^8.3.6",
"@storybook/react": "^8.4.1",
"@types/react": "^18.3.12",
"@xylabs/react-flexbox": "workspace:^",
"@xylabs/ts-scripts-yarn3": "^4.2.3",
"@xylabs/tsconfig-react": "^4.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.3.6",
"storybook": "^8.4.1",
"typescript": "^5.6.3"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/animation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xylabs/react-animation",
"version": "5.2.16",
"version": "5.3.0",
"description": "Common React library for all XY Labs projects that use React",
"keywords": [
"utility",
Expand Down Expand Up @@ -43,13 +43,13 @@
"devDependencies": {
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@storybook/react": "^8.3.6",
"@storybook/react": "^8.4.1",
"@types/react": "^18.3.12",
"@xylabs/ts-scripts-yarn3": "^4.2.3",
"@xylabs/tsconfig-react": "^4.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.3.6",
"storybook": "^8.4.1",
"typescript": "^5.6.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/app-settings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xylabs/react-app-settings",
"version": "5.2.16",
"version": "5.3.0",
"description": "Common React library for all XY Labs projects that use React",
"keywords": [
"utility",
Expand Down Expand Up @@ -38,7 +38,7 @@
"module": "dist/browser/index.mjs",
"types": "dist/browser/index.d.ts",
"dependencies": {
"@xylabs/assert": "^4.3.3"
"@xylabs/assert": "^4.3.4"
},
"devDependencies": {
"@mui/icons-material": "^6.1.6",
Expand Down
8 changes: 4 additions & 4 deletions packages/appbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xylabs/react-appbar",
"version": "5.2.16",
"version": "5.3.0",
"description": "Common React library for all XY Labs projects that use React",
"keywords": [
"utility",
Expand Down Expand Up @@ -37,7 +37,7 @@
"packages/*"
],
"dependencies": {
"@xylabs/assert": "^4.3.3",
"@xylabs/assert": "^4.3.4",
"@xylabs/react-app-settings": "workspace:^",
"@xylabs/react-flexbox": "workspace:^",
"@xylabs/react-link": "workspace:^",
Expand All @@ -46,14 +46,14 @@
"devDependencies": {
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@storybook/react": "^8.3.6",
"@storybook/react": "^8.4.1",
"@types/react": "^18.3.12",
"@xylabs/ts-scripts-yarn3": "^4.2.3",
"@xylabs/tsconfig-react": "^4.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0",
"storybook": "^8.3.6",
"storybook": "^8.4.1",
"typescript": "^5.6.3"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/async-effect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xylabs/react-async-effect",
"version": "5.2.16",
"version": "5.3.0",
"description": "Common React library for all XY Labs projects that use React",
"keywords": [
"utility",
Expand Down Expand Up @@ -41,13 +41,13 @@
},
"devDependencies": {
"@mui/material": "^6.1.6",
"@storybook/react": "^8.3.6",
"@storybook/react": "^8.4.1",
"@types/react": "^18.3.12",
"@xylabs/ts-scripts-yarn3": "^4.2.3",
"@xylabs/tsconfig-react": "^4.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.3.6",
"storybook": "^8.4.1",
"typescript": "^5.6.3"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/base-page/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xylabs/react-base-page",
"version": "5.2.16",
"version": "5.3.0",
"description": "Common React library for all XY Labs projects that use React",
"keywords": [
"utility",
Expand Down Expand Up @@ -47,15 +47,15 @@
"devDependencies": {
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@storybook/react": "^8.3.6",
"@storybook/react": "^8.4.1",
"@types/react": "^18.3.12",
"@types/react-helmet": "^6.1.11",
"@xylabs/ts-scripts-yarn3": "^4.2.3",
"@xylabs/tsconfig-react": "^4.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0",
"storybook": "^8.3.6",
"storybook": "^8.4.1",
"typescript": "^5.6.3"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xylabs/react-button",
"version": "5.2.16",
"version": "5.3.0",
"description": "Common React library for all XY Labs projects that use React",
"keywords": [
"utility",
Expand Down Expand Up @@ -43,15 +43,15 @@
},
"devDependencies": {
"@mui/material": "^6.1.6",
"@storybook/react": "^8.3.6",
"@storybook/react": "^8.4.1",
"@types/react": "^18.3.12",
"@xylabs/react-flexbox": "workspace:^",
"@xylabs/react-pixel": "workspace:^",
"@xylabs/ts-scripts-yarn3": "^4.2.3",
"@xylabs/tsconfig-react": "^4.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.3.6",
"storybook": "^8.4.1",
"typescript": "^5.6.3"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xylabs/react-common",
"version": "5.2.16",
"version": "5.3.0",
"description": "Common React library for all XY Labs projects that use React",
"keywords": [
"utility",
Expand Down Expand Up @@ -37,7 +37,7 @@
"packages/*"
],
"dependencies": {
"@xylabs/assert": "^4.3.3",
"@xylabs/assert": "^4.3.4",
"@xylabs/react-base-page": "workspace:^",
"@xylabs/react-error": "workspace:^",
"@xylabs/react-flexbox": "workspace:^",
Expand All @@ -47,13 +47,13 @@
},
"devDependencies": {
"@mui/material": "^6.1.6",
"@storybook/react": "^8.3.6",
"@storybook/react": "^8.4.1",
"@types/react": "^18.3.12",
"@xylabs/ts-scripts-yarn3": "^4.2.3",
"@xylabs/tsconfig-react": "^4.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.3.6",
"storybook": "^8.4.1",
"typescript": "^5.6.3"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cookie-consent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xylabs/react-cookie-consent",
"version": "5.2.16",
"version": "5.3.0",
"description": "Common React library for all XY Labs projects that use React",
"keywords": [
"utility",
Expand Down Expand Up @@ -43,13 +43,13 @@
},
"devDependencies": {
"@mui/material": "^6.1.6",
"@storybook/react": "^8.3.6",
"@storybook/react": "^8.4.1",
"@types/react": "^18.3.12",
"@xylabs/ts-scripts-yarn3": "^4.2.3",
"@xylabs/tsconfig-react": "^4.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.3.6",
"storybook": "^8.4.1",
"typescript": "^5.6.3"
},
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xylabs/react-crypto",
"version": "5.2.16",
"version": "5.3.0",
"description": "Common React library for all XY Labs projects that use React",
"keywords": [
"utility",
Expand Down Expand Up @@ -40,31 +40,31 @@
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@metamask/providers": "^18.1.1",
"@xylabs/assert": "^4.3.3",
"@xylabs/eth-address": "^4.3.3",
"@xylabs/forget": "^4.3.3",
"@xylabs/promise": "^4.3.3",
"@xylabs/assert": "^4.3.4",
"@xylabs/eth-address": "^4.3.4",
"@xylabs/forget": "^4.3.4",
"@xylabs/promise": "^4.3.4",
"@xylabs/react-async-effect": "workspace:^",
"@xylabs/react-button": "workspace:^",
"@xylabs/react-flexbox": "workspace:^",
"@xylabs/react-identicon": "workspace:^",
"@xylabs/react-promise": "workspace:^",
"ethers": "^6.13.4",
"lru-cache": "^11.0.1",
"lru-cache": "^11.0.2",
"react-router-dom": "^6.27.0",
"viem": "^2.21.37",
"viem": "^2.21.40",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@storybook/react": "^8.3.6",
"@storybook/react": "^8.4.1",
"@types/react": "^18.3.12",
"@xylabs/ts-scripts-yarn3": "^4.2.3",
"@xylabs/tsconfig-react": "^4.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.3.6",
"storybook": "^8.4.1",
"typescript": "^5.6.3"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/dialogs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xylabs/react-dialogs",
"version": "5.2.16",
"version": "5.3.0",
"description": "Common React library for all XY Labs projects that use React",
"keywords": [
"utility",
Expand Down Expand Up @@ -43,14 +43,14 @@
},
"devDependencies": {
"@mui/material": "^6.1.6",
"@storybook/react": "^8.3.6",
"@storybook/react": "^8.4.1",
"@types/react": "^18.3.12",
"@xylabs/ts-scripts-yarn3": "^4.2.3",
"@xylabs/tsconfig-react": "^4.2.3",
"axios": "^1.7.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.3.6",
"storybook": "^8.4.1",
"typescript": "^5.6.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 190b95e

Please sign in to comment.