Skip to content

Commit

Permalink
chore: update dependencies 📦 (#2860)
Browse files Browse the repository at this point in the history
* chore: update dependencies 📦

* fix: use official tw order plugin
  • Loading branch information
bigint committed May 15, 2023
1 parent 250fd64 commit 060ca04
Show file tree
Hide file tree
Showing 7 changed files with 656 additions and 434 deletions.
16 changes: 8 additions & 8 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"prettier:fix": "prettier --write \"**/*.{js,ts,tsx,md}\" --cache"
},
"dependencies": {
"@storybook/addon-essentials": "^7.0.11",
"@storybook/addon-links": "^7.0.11",
"@storybook/addon-essentials": "^7.0.12",
"@storybook/addon-links": "^7.0.12",
"@storybook/addon-styling": "^1.0.8",
"@storybook/blocks": "^7.0.11",
"@storybook/manager-api": "^7.0.11",
"@storybook/nextjs": "^7.0.11",
"@storybook/react": "^7.0.11",
"@storybook/theming": "^7.0.11",
"@storybook/blocks": "^7.0.12",
"@storybook/manager-api": "^7.0.12",
"@storybook/nextjs": "^7.0.12",
"@storybook/react": "^7.0.12",
"@storybook/theming": "^7.0.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.0.11",
"storybook": "^7.0.12",
"ui": "workspace:*"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@dnd-kit/sortable": "^7.0.2",
"@fingerprintjs/fingerprintjs": "^3.4.1",
"@giphy/js-fetch-api": "^4.9.0",
"@giphy/react-components": "^6.9.0",
"@giphy/react-components": "^6.9.2",
"@growthbook/growthbook": "^0.26.0",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "v1",
Expand All @@ -32,14 +32,14 @@
"@lexical/markdown": "^0.10.0",
"@lexical/react": "^0.10.0",
"@lexical/utils": "^0.10.0",
"@lingui/core": "^4.0.0",
"@lingui/detect-locale": "^4.0.0",
"@lingui/loader": "^4.0.0",
"@lingui/macro": "^4.0.0",
"@lingui/react": "^4.0.0",
"@lingui/core": "^4.1.0",
"@lingui/detect-locale": "^4.1.0",
"@lingui/loader": "^4.1.0",
"@lingui/macro": "^4.1.0",
"@lingui/react": "^4.1.0",
"@lingui/swc-plugin": "^4.0.0",
"@livepeer/react": "^2.4.4",
"@snapshot-labs/snapshot.js": "^0.4.82",
"@snapshot-labs/snapshot.js": "^0.4.83",
"@tanstack/react-query": "^4.29.7",
"@thirdweb-dev/storage": "^1.1.2",
"@tippyjs/react": "^4.2.6",
Expand All @@ -53,7 +53,7 @@
"dexie": "^3.2.3",
"dexie-react-hooks": "^1.1.3",
"dotenv": "^16.0.3",
"framer-motion": "^10.12.10",
"framer-motion": "^10.12.11",
"graphql": "^16.6.0",
"idb-keyval": "^6.2.0",
"image-cropper": "workspace:*",
Expand Down Expand Up @@ -90,7 +90,7 @@
},
"devDependencies": {
"@giphy/js-types": "^4.2.1",
"@lingui/cli": "^4.0.0",
"@lingui/cli": "^4.1.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@types/mixpanel-browser": "^2.38.1",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
"devDependencies": {
"husky": "^8.0.3",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"start-server-and-test": "^2.0.0",
"turbo": "^1.9.4"
"turbo": "^1.9.5"
},
"engines": {
"node": ">=18.0.0"
Expand Down
8 changes: 3 additions & 5 deletions packages/eslint-config-weblint/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ module.exports = {
'unused-imports',
'simple-import-sort',
'prettier',
'unicorn',
'tailwindcss'
'unicorn'
],
extends: ['next', 'next/core-web-vitals', 'plugin:tailwindcss/recommended'],
extends: ['next', 'next/core-web-vitals'],
rules: {
curly: 'error',
'no-unused-vars': 'off',
Expand Down Expand Up @@ -45,7 +44,6 @@ module.exports = {
'unicorn/no-for-loop': 'error',
'unicorn/no-lonely-if': 'error',
'unicorn/no-useless-undefined': 'error',
'unicorn/prefer-array-find': 'error',
'tailwindcss/no-custom-classname': 'off'
'unicorn/prefer-array-find': 'error'
}
};
1 change: 0 additions & 1 deletion packages/eslint-config-weblint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"eslint-config-next": "^13.4.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-tailwindcss": "^3.11.0",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unused-imports": "^2.0.0"
},
Expand Down
Loading

3 comments on commit 060ca04

@vercel
Copy link

@vercel vercel bot commented on 060ca04 May 15, 2023

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:

prerender – ./apps/prerender

prerender-git-main-lenster.vercel.app
prerender-lenster.vercel.app
prerender.lenster.xyz

@vercel
Copy link

@vercel vercel bot commented on 060ca04 May 15, 2023

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:

web – ./apps/web

web-lenster.vercel.app
lenster.vercel.app
lenster.xyz
web-git-main-lenster.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 060ca04 May 15, 2023

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:

ui – ./apps/storybook

ui-lenster.vercel.app
ui-git-main-lenster.vercel.app
ui.lenster.xyz
lenster-ui.vercel.app

Please sign in to comment.