Skip to content

Commit

Permalink
deps: upgrade yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprevot committed Jun 26, 2024
1 parent 213323d commit d997813
Show file tree
Hide file tree
Showing 8 changed files with 468 additions and 468 deletions.
Binary file not shown.
626 changes: 313 additions & 313 deletions .yarn/releases/yarn-4.2.2.cjs → .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ supportedArchitectures:
- linux
- darwin

yarnPath: .yarn/releases/yarn-4.2.2.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Then make sure you have the latest 4.x.x version installed:
yarn --version
```
This should output a 4.x.x version _(e.g. "4.2.2")_.
This should output a 4.x.x version _(e.g. "4.3.1")_.
</details>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"url": "git+https://github.com/snowball-tech/fractal.git"
},
"bugs": "https://github.com/snowball-tech/fractal/issues",
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.3.1",
"engines": {
"yarn": "^4.0.0",
"node": ">=18 <=20"
Expand Down
66 changes: 33 additions & 33 deletions packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,30 @@
{
"name": "@snowball-tech/design-tokens",
"version": "12.1.5",
"description": "Single source of truth repository for Fractal (Snowball's design system) design tokens",
"author": "Snowball Engineering Team <[email protected]> (https://github.com/orgs/snowball-tech)",
"bugs": "https://github.com/snowball-tech/fractal/issues",
"contributors": [
"Clément PRÉVOT <[email protected]> (https://github.com/clementprevot)"
],
"license": "MIT",
"description": "Single source of truth repository for Fractal (Snowball's design system) design tokens",
"devDependencies": {
"@snowball-tech/eslint-config": "^5.4.5",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@types/lodash": "^4.17.5",
"lodash": "^4.17.21",
"style-dictionary": "^3.9.2",
"tailwindcss": "^3.4.4",
"to-esm": "^2.27.3",
"typescript": "^5.5.2"
},
"engines": {
"node": ">=18 <=20",
"yarn": "^4.0.0"
},
"files": [
"dist/*",
"dist/**"
],
"homepage": "https://github.com/snowball-tech/fractal/tree/main/packages/design-tokens",
"keywords": [
"snowball",
"design-system",
Expand All @@ -15,30 +33,20 @@
"figma",
"styleguide"
],
"homepage": "https://github.com/snowball-tech/fractal/tree/main/packages/design-tokens",
"repository": {
"type": "git",
"url": "git+https://github.com/snowball-tech/fractal.git",
"directory": "packages/design-tokens"
},
"bugs": "https://github.com/snowball-tech/fractal/issues",
"packageManager": "[email protected]",
"engines": {
"yarn": "^4.0.0",
"node": ">=18 <=20"
},
"license": "MIT",
"main": "dist/web/typescript/design-tokens.js",
"files": [
"dist/*",
"dist/**"
],
"types": "dist/web/typescript/design-tokens.d.ts",
"name": "@snowball-tech/design-tokens",
"packageManager": "[email protected]",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"directory": "packages/design-tokens",
"type": "git",
"url": "git+https://github.com/snowball-tech/fractal.git"
},
"scripts": {
"prebuild": "yarn run clean-build",
"build": "yarn run prebuild && NODE_ENV=production node ./src/build.js",
"build:local": "NODE_ENV=production node ./src/build.js",
"check-deps": "yarn run -T depcheck --ignores='to-esm,typescript,@tailwindcss/*,@types/lodash,tailwindcss' --ignore-patterns='src/tailwindcss/tailwind.*.ts'",
Expand All @@ -48,20 +56,12 @@
"format-fix": "yarn run -T prettier --cache --write .",
"lint": "yarn run -T eslint --cache .",
"lint-fix": "yarn run -T eslint --cache --fix .",
"prebuild": "yarn run clean-build",
"quality": "yarn run lint & yarn run format",
"quality-fix": "yarn run lint-fix && yarn run format-fix",
"setup": "(yarn run -T is-ci || yarn install) && yarn run build",
"update-deps": "yarn run -T update-deps"
},
"devDependencies": {
"@snowball-tech/eslint-config": "^5.4.5",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@types/lodash": "^4.17.5",
"lodash": "^4.17.21",
"style-dictionary": "^3.9.2",
"tailwindcss": "^3.4.4",
"to-esm": "^2.27.3",
"typescript": "^5.5.2"
}
"types": "dist/web/typescript/design-tokens.d.ts",
"version": "12.1.5"
}
230 changes: 115 additions & 115 deletions packages/fractal/package.json
Original file line number Diff line number Diff line change
@@ -1,85 +1,49 @@
{
"name": "@snowball-tech/fractal",
"version": "11.1.0",
"description": "Fractal's (Snowball's design system) React component library based on RadixUI and PandaCSS",
"author": "Snowball Engineering Team <[email protected]> (https://github.com/orgs/snowball-tech)",
"bugs": "https://github.com/snowball-tech/fractal/issues",
"contributors": [
"Clément PRÉVOT <[email protected]> (https://github.com/clementprevot)"
],
"license": "MIT",
"keywords": [
"snowball",
"design-system",
"fractal",
"react",
"tailwind-css",
"radix-ui",
"storybook",
"chromatic",
"vercel"
],
"homepage": "https://github.com/snowball-tech/fractal/tree/main/packages/fractal",
"repository": {
"type": "git",
"url": "git+https://github.com/snowball-tech/fractal.git",
"directory": "packages/fractal"
},
"bugs": "https://github.com/snowball-tech/fractal/issues",
"packageManager": "[email protected]",
"engines": {
"yarn": "^4.0.0",
"node": ">=18 <=20"
},
"type": "module",
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"build-chromatic": "yarn run -T chromatic --build-script-name build-storybook",
"prebuild-vercel": "yarn run update-fonts & yarn workspace @snowball-tech/design-tokens run build",
"build-vercel": "yarn run prebuild-vercel && yarn storybook build",
"build-storybook": "yarn run build-vercel",
"prebuild": "yarn run clean-build && mkdir -p ./dist",
"build": "yarn run prebuild && yarn build-library && yarn run postbuild",
"postbuild": "yarn run build-stats",
"build-stats": "./scripts/build-stats.sh",
"prebuild-library": "mkdir -p ./dist",
"build-library": "yarn run prebuild-library && NODE_OPTIONS=--max_old_space_size=16384 yarn tsup",
"build-lib": "yarn run build-library",
"check-deps": "yarn run -T depcheck --ignores='normalize.css,@csstools/postcss-*,postcss,postcss-*,@storybook/addon-*,@storybook/blocks'",
"clean-cache": "(rm -Rf ./node_modules/.cache >/dev/null 2>&1 || true) & (rm -Rf ../../node_modules/.cache >/dev/null 2>&1 || true)",
"clean-build": "rm -Rf ./dist >/dev/null 2>&1 || true",
"clean-fonts": "rm -Rf ./public/fonts >/dev/null 2>&1 || true",
"clean-storybook": "rm -Rf storybook-static >/dev/null 2>&1 || true",
"predev": "yarn run update-fonts",
"dev": "yarn run predev && yarn run dev-storybook",
"dev-storybook": "yarn storybook dev -p 6006 --no-open",
"format": "yarn run -T prettier --cache --check .",
"format-fix": "yarn run -T prettier --cache --write .",
"lint": "yarn run lint-scripts & yarn run lint-styles",
"lint-fix": "yarn run lint-scripts-fix & yarn run lint-styles-fix",
"lint-scripts": "yarn run -T eslint --cache .",
"lint-scripts-fix": "yarn run -T eslint --cache --fix .",
"lint-styles": "yarn run -T stylelint --cache \"./**/*.{html,css,jsx,tsx}\" \"!storybook-static\"",
"lint-styles-fix": "yarn run -T stylelint --cache --fix \"./**/*.{html,css,jsx,tsx}\" \"!storybook-static\"",
"quality": "yarn run lint & yarn run format & yarn run types-check",
"quality-fix": "yarn run lint-fix && yarn run format-fix && yarn run types-check",
"setup": "yarn run -T is-ci || yarn install",
"start": "yarn run -T serve ./storybook-static",
"types-check": "tsc --noEmit",
"update-deps": "yarn run -T update-deps",
"update-env": "yarn run -T is-ci || yarn vercel env pull",
"update-fonts": "../../scripts/update-fonts.sh ./public",
"force-update-fonts": "yarn run clean-fonts && ../../scripts/update-fonts.sh ./public --force"
"dependencies": {
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@iconscout/react-unicons": "^2.0.2",
"@radix-ui/react-checkbox": "^1.1.0",
"@radix-ui/react-compose-refs": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dismissable-layer": "^1.1.0",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-toolbar": "^1.1.0",
"@react-hookz/web": "^24.0.4",
"@snowball-tech/design-tokens": "12.1.5",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"clsx": "^2.1.1",
"country-flag-icons": "^1.5.12",
"emoji-mart": "^5.6.0",
"libphonenumber-js": "^1.11.4",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"react": "^18.3.1",
"react-calendar": "^5.0.0",
"react-dom": "^18.3.1",
"react-textarea-autosize": "^8.5.3",
"react-timekeeper": "^2.2.1",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.4"
},
"description": "Fractal's (Snowball's design system) React component library based on RadixUI and PandaCSS",
"devDependencies": {
"@csstools/postcss-cascade-layers": "^4.0.6",
"@snowball-tech/eslint-config": "^5.4.5",
Expand Down Expand Up @@ -119,48 +83,84 @@
"vite": "^5.3.1",
"vite-tsconfig-paths": "^4.3.2"
},
"dependencies": {
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@iconscout/react-unicons": "^2.0.2",
"@radix-ui/react-checkbox": "^1.1.0",
"@radix-ui/react-compose-refs": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dismissable-layer": "^1.1.0",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-toolbar": "^1.1.0",
"@react-hookz/web": "^24.0.4",
"@snowball-tech/design-tokens": "12.1.5",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"clsx": "^2.1.1",
"country-flag-icons": "^1.5.12",
"emoji-mart": "^5.6.0",
"libphonenumber-js": "^1.11.4",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"react": "^18.3.1",
"react-calendar": "^5.0.0",
"react-dom": "^18.3.1",
"react-textarea-autosize": "^8.5.3",
"react-timekeeper": "^2.2.1",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.4"
"engines": {
"node": ">=18 <=20",
"yarn": "^4.0.0"
},
"files": [
"dist"
],
"homepage": "https://github.com/snowball-tech/fractal/tree/main/packages/fractal",
"keywords": [
"snowball",
"design-system",
"fractal",
"react",
"tailwind-css",
"radix-ui",
"storybook",
"chromatic",
"vercel"
],
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.js",
"name": "@snowball-tech/fractal",
"packageManager": "[email protected]",
"peerDependencies": {
"@iconscout/react-unicons": "^2.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"directory": "packages/fractal",
"type": "git",
"url": "git+https://github.com/snowball-tech/fractal.git"
},
"scripts": {
"build": "yarn run prebuild && yarn build-library && yarn run postbuild",
"build-chromatic": "yarn run -T chromatic --build-script-name build-storybook",
"build-lib": "yarn run build-library",
"build-library": "yarn run prebuild-library && NODE_OPTIONS=--max_old_space_size=16384 yarn tsup",
"build-stats": "./scripts/build-stats.sh",
"build-storybook": "yarn run build-vercel",
"build-vercel": "yarn run prebuild-vercel && yarn storybook build",
"check-deps": "yarn run -T depcheck --ignores='normalize.css,@csstools/postcss-*,postcss,postcss-*,@storybook/addon-*,@storybook/blocks'",
"clean-build": "rm -Rf ./dist >/dev/null 2>&1 || true",
"clean-cache": "(rm -Rf ./node_modules/.cache >/dev/null 2>&1 || true) & (rm -Rf ../../node_modules/.cache >/dev/null 2>&1 || true)",
"clean-fonts": "rm -Rf ./public/fonts >/dev/null 2>&1 || true",
"clean-storybook": "rm -Rf storybook-static >/dev/null 2>&1 || true",
"dev": "yarn run predev && yarn run dev-storybook",
"dev-storybook": "yarn storybook dev -p 6006 --no-open",
"force-update-fonts": "yarn run clean-fonts && ../../scripts/update-fonts.sh ./public --force",
"format": "yarn run -T prettier --cache --check .",
"format-fix": "yarn run -T prettier --cache --write .",
"lint": "yarn run lint-scripts & yarn run lint-styles",
"lint-fix": "yarn run lint-scripts-fix & yarn run lint-styles-fix",
"lint-scripts": "yarn run -T eslint --cache .",
"lint-scripts-fix": "yarn run -T eslint --cache --fix .",
"lint-styles": "yarn run -T stylelint --cache \"./**/*.{html,css,jsx,tsx}\" \"!storybook-static\"",
"lint-styles-fix": "yarn run -T stylelint --cache --fix \"./**/*.{html,css,jsx,tsx}\" \"!storybook-static\"",
"postbuild": "yarn run build-stats",
"prebuild": "yarn run clean-build && mkdir -p ./dist",
"prebuild-library": "mkdir -p ./dist",
"prebuild-vercel": "yarn run update-fonts & yarn workspace @snowball-tech/design-tokens run build",
"predev": "yarn run update-fonts",
"quality": "yarn run lint & yarn run format & yarn run types-check",
"quality-fix": "yarn run lint-fix && yarn run format-fix && yarn run types-check",
"setup": "yarn run -T is-ci || yarn install",
"start": "yarn run -T serve ./storybook-static",
"types-check": "tsc --noEmit",
"update-deps": "yarn run -T update-deps",
"update-env": "yarn run -T is-ci || yarn vercel env pull",
"update-fonts": "../../scripts/update-fonts.sh ./public"
},
"sideEffects": false,
"type": "module",
"types": "./dist/index.d.ts",
"version": "11.1.0"
}
Loading

0 comments on commit d997813

Please sign in to comment.