Skip to content

Commit

Permalink
Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Achaak committed Aug 31, 2022
1 parent 006f308 commit 7a3f945
Show file tree
Hide file tree
Showing 22 changed files with 1,395 additions and 2,403 deletions.
14 changes: 7 additions & 7 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
},
"dependencies": {
"@babel/runtime-corejs3": "^7.18.9",
"@bubble/styles": "workspace:*",
"@bubble/common": "workspace:*",
"@bubble/configs": "workspace:*",
"@bubble/core": "workspace:*",
"@bubble/modules": "workspace:*",
"@bubble/store": "workspace:*",
"@bubble/styles": "workspace:*",
"@bubble/translate": "workspace:*",
"@bubble/types": "workspace:*",
"@bubble/ui": "workspace:*",
Expand All @@ -32,22 +32,22 @@
"devDependencies": {
"@bubble/scripts": "workspace:*",
"@bubble/tsconfig": "workspace:*",
"@types/node": "^18.7.6",
"@types/react": "18.0.17",
"@types/node": "^18.7.14",
"@types/react": "18.0.18",
"@types/react-dom": "^18.0.6",
"@types/shortid": "^0.0.29",
"cross-env": "^7.0.3",
"dotenv-flow": "^3.2.0",
"electron": "20.0.2",
"electron": "20.1.0",
"electron-builder": "^23.3.3",
"eslint": "^8.22.0",
"eslint": "^8.23.0",
"next": "^12.2.5",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^9.0.0",
"nextron": "^8.1.0",
"nextron": "^8.2.0",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "4.7.4"
"typescript": "4.8.2"
}
}
8 changes: 4 additions & 4 deletions apps/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"devDependencies": {
"@bubble/scripts": "workspace:*",
"@bubble/tsconfig": "workspace:*",
"@types/node": "^18.7.6",
"@types/react": "18.0.17",
"@types/node": "^18.7.14",
"@types/react": "18.0.18",
"@types/react-dom": "^18.0.6",
"cross-env": "^7.0.3",
"eslint": "^8.22.0",
"eslint": "^8.23.0",
"prettier": "^2.7.1",
"typescript": "4.7.4"
"typescript": "4.8.2"
}
}
10 changes: 5 additions & 5 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"dependencies": {
"@bubble/ui": "workspace:*",
"@bubble/styles": "workspace:*",
"@bubble/ui": "workspace:*",
"next": "12.2.5",
"nextra": "2.0.0-beta.5",
"nextra-theme-docs": "2.0.0-beta.5",
Expand All @@ -24,12 +24,12 @@
"devDependencies": {
"@bubble/scripts": "workspace:*",
"@bubble/tsconfig": "workspace:*",
"@types/node": "^18.7.6",
"@types/react": "18.0.17",
"@types/node": "^18.7.14",
"@types/react": "18.0.18",
"cross-env": "^7.0.3",
"eslint": "^8.22.0",
"eslint": "^8.23.0",
"next-transpile-modules": "^9.0.0",
"prettier": "^2.7.1",
"typescript": "4.7.4"
"typescript": "4.8.2"
}
}
8 changes: 4 additions & 4 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"devDependencies": {
"@bubble/scripts": "workspace:*",
"@bubble/tsconfig": "workspace:*",
"@types/node": "^18.7.6",
"@types/node": "^18.7.14",
"cross-env": "^7.0.3",
"eslint": "^8.22.0",
"eslint": "^8.23.0",
"nodemon": "^2.0.19",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"tsup": "^6.2.2",
"typescript": "4.7.4"
"tsup": "^6.2.3",
"typescript": "4.8.2"
}
}
10 changes: 5 additions & 5 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
]
},
"dependencies": {
"@bubble/translate": "workspace:*",
"@bubble/styles": "workspace:*",
"@bubble/translate": "workspace:*",
"@bubble/ui": "workspace:*",
"http-server": "^14.1.1",
"react": "18.2.0",
Expand All @@ -33,7 +33,7 @@
"webpack-cli": "^4.10.0"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/core": "^7.18.13",
"@bubble/scripts": "workspace:*",
"@bubble/tsconfig": "workspace:*",
"@storybook/addon-essentials": "^6.5.10",
Expand All @@ -47,11 +47,11 @@
"@storybook/manager-webpack5": "^6.5.10",
"@storybook/react": "^6.5.10",
"@storybook/theming": "^6.5.10",
"@types/react": "^18.0.17",
"@types/react": "^18.0.18",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"eslint": "8.22.0",
"eslint": "8.23.0",
"prettier": "2.7.1",
"typescript": "4.7.4"
"typescript": "4.8.2"
}
}
8 changes: 4 additions & 4 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"@bubble/scripts": "workspace:*",
"@bubble/tsconfig": "workspace:*",
"@pnpm/sort-packages": "^3.0.7",
"@types/node": "^18.7.6",
"@types/node": "^18.7.14",
"cross-env": "^7.0.3",
"eslint": "8.22.0",
"eslint": "8.23.0",
"prettier": "2.7.1",
"tsup": "^6.2.2",
"typescript": "4.7.4"
"tsup": "^6.2.3",
"typescript": "4.8.2"
},
"dependencies": {
"@bubble/types": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@bubble/tsconfig": "workspace:*",
"@pnpm/sort-packages": "^3.0.7",
"cross-env": "^7.0.3",
"eslint": "^8.22.0",
"eslint": "^8.23.0",
"prettier": "^2.7.1",
"tsup": "^6.2.2",
"typescript": "4.7.4"
"tsup": "^6.2.3",
"typescript": "4.8.2"
},
"dependencies": {
"@bubble/types": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"@bubble/scripts": "workspace:*",
"@bubble/tsconfig": "workspace:*",
"@pnpm/sort-packages": "^3.0.7",
"@types/node": "^18.7.6",
"@types/node": "^18.7.14",
"@types/shortid": "^0.0.29",
"cross-env": "^7.0.3",
"eslint": "^8.22.0",
"eslint": "^8.23.0",
"prettier": "2.7.1",
"tsup": "^6.2.2",
"typescript": "4.7.4"
"tsup": "^6.2.3",
"typescript": "4.8.2"
},
"dependencies": {
"@bubble/common": "workspace:*",
Expand Down
12 changes: 6 additions & 6 deletions packages/modules/bbl-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
},
"devDependencies": {
"@bubble/scripts": "workspace:*",
"@bubble/tsconfig": "workspace:*",
"@bubble/styles": "workspace:*",
"@bubble/tsconfig": "workspace:*",
"@pnpm/sort-packages": "^3.0.7",
"@types/node": "^18.7.6",
"@types/react": "18.0.17",
"@types/node": "^18.7.14",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"cross-env": "^7.0.3",
"eslint": "8.22.0",
"eslint": "8.23.0",
"prettier": "2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tsup": "^6.2.2",
"typescript": "4.7.4"
"tsup": "^6.2.3",
"typescript": "4.8.2"
},
"dependencies": {
"@bubble/configs": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions packages/modules/bbl-devtool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"@bubble/scripts": "workspace:*",
"@bubble/tsconfig": "workspace:*",
"@pnpm/sort-packages": "^3.0.7",
"@types/node": "^18.7.6",
"@types/react": "18.0.17",
"@types/node": "^18.7.14",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"cross-env": "^7.0.3",
"eslint": "8.22.0",
"eslint": "8.23.0",
"prettier": "2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tsup": "^6.2.2",
"typescript": "4.7.4"
"tsup": "^6.2.3",
"typescript": "4.8.2"
},
"dependencies": {
"@bubble/common": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions packages/modules/bbl-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"@bubble/scripts": "workspace:*",
"@bubble/tsconfig": "workspace:*",
"@pnpm/sort-packages": "^3.0.7",
"@types/node": "^18.7.6",
"@types/react": "18.0.17",
"@types/node": "^18.7.14",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"cross-env": "^7.0.3",
"eslint": "8.22.0",
"eslint": "8.23.0",
"prettier": "2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tsup": "^6.2.2",
"typescript": "4.7.4"
"tsup": "^6.2.3",
"typescript": "4.8.2"
},
"dependencies": {
"@bubble/configs": "workspace:*",
Expand Down
12 changes: 6 additions & 6 deletions packages/modules/bbl-magic-ball/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
},
"devDependencies": {
"@bubble/scripts": "workspace:*",
"@bubble/tsconfig": "workspace:*",
"@bubble/styles": "workspace:*",
"@bubble/tsconfig": "workspace:*",
"@bubble/ui": "workspace:*",
"@pnpm/sort-packages": "^3.0.7",
"@types/node": "^18.7.6",
"@types/react": "18.0.17",
"@types/node": "^18.7.14",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"cross-env": "^7.0.3",
"eslint": "8.22.0",
"eslint": "8.23.0",
"prettier": "2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tsup": "^6.2.2",
"typescript": "4.7.4"
"tsup": "^6.2.3",
"typescript": "4.8.2"
},
"dependencies": {
"@bubble/configs": "workspace:*",
Expand Down
12 changes: 6 additions & 6 deletions packages/modules/bbl-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
},
"devDependencies": {
"@bubble/scripts": "workspace:*",
"@bubble/tsconfig": "workspace:*",
"@bubble/styles": "workspace:*",
"@bubble/tsconfig": "workspace:*",
"@pnpm/sort-packages": "^3.0.7",
"@types/node": "^18.7.6",
"@types/react": "18.0.17",
"@types/node": "^18.7.14",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"cross-env": "^7.0.3",
"eslint": "8.22.0",
"eslint": "8.23.0",
"prettier": "2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tsup": "^6.2.2",
"typescript": "4.7.4"
"tsup": "^6.2.3",
"typescript": "4.8.2"
},
"dependencies": {
"@bubble/configs": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/modules/configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"bbl-calendar": "workspace:*",
"bbl-devtool": "workspace:*",
"bbl-example": "workspace:*",
"bbl-menu": "workspace:*",
"bbl-magic-ball": "workspace:*",
"bbl-menu": "workspace:*",
"cross-env": "^7.0.3",
"eslint": "^8.22.0",
"eslint": "^8.23.0",
"prettier": "^2.7.1",
"tsup": "^6.2.2",
"typescript": "4.7.4"
"tsup": "^6.2.3",
"typescript": "4.8.2"
},
"dependencies": {
"@bubble/types": "workspace:*"
Expand Down
12 changes: 6 additions & 6 deletions packages/modules/modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
"@bubble/scripts": "workspace:*",
"@bubble/tsconfig": "workspace:*",
"@pnpm/sort-packages": "^3.0.7",
"@types/node": "^18.7.6",
"@types/react": "18.0.17",
"@types/node": "^18.7.14",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"cross-env": "^7.0.3",
"eslint": "8.22.0",
"eslint": "8.23.0",
"prettier": "2.7.1",
"tsup": "^6.2.2",
"typescript": "4.7.4"
"tsup": "^6.2.3",
"typescript": "4.8.2"
},
"dependencies": {
"@bubble/configs-modules": "workspace:*",
"@bubble/types": "workspace:*",
"@bubble/styles": "workspace:*",
"@bubble/types": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
],
"devDependencies": {
"@next/eslint-plugin-next": "12.2.5",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"eslint": "8.22.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint": "8.23.0",
"eslint-config-next": "^12.2.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react": "7.31.1",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "^2.7.1"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"@bubble/scripts": "workspace:*",
"@bubble/tsconfig": "workspace:*",
"@pnpm/sort-packages": "^3.0.7",
"@reduxjs/toolkit": "^1.8.4",
"@types/node": "^18.7.6",
"@reduxjs/toolkit": "^1.8.5",
"@types/node": "^18.7.14",
"@types/shortid": "^0.0.29",
"cross-env": "^7.0.3",
"eslint": "^8.22.0",
"eslint": "^8.23.0",
"prettier": "2.7.1",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"typescript": "4.7.4"
"typescript": "4.8.2"
},
"dependencies": {
"@bubble/configs": "workspace:*",
Expand Down
Loading

2 comments on commit 7a3f945

@vercel
Copy link

@vercel vercel bot commented on 7a3f945 Aug 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bubble-life-storybook – ./apps/storybook

bubble-life-storybook-git-master-achaak.vercel.app
bubble-life-storybook-achaak.vercel.app
storybook.bubble-life.app

@vercel
Copy link

@vercel vercel bot commented on 7a3f945 Aug 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bubble-life-docs – ./apps/docs

bubble-life-docs-git-master-achaak.vercel.app
bubble-life-docs-achaak.vercel.app
www.bubble-life.app
bubble-life.app

Please sign in to comment.