Skip to content

Commit

Permalink
deps: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprevot committed Aug 24, 2023
1 parent f2354f7 commit 7f68fd9
Show file tree
Hide file tree
Showing 30 changed files with 241 additions and 245 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@snowball-tech/stylelint-config": "^2.1.6",
"@types/eslint": "^8.44.2",
"@types/is-ci": "^3.0.0",
"@types/node": "^20.5.3",
"@types/node": "^20.5.4",
"@types/prettier": "^3.0.0",
"chromatic": "^6.23.0",
"concurrently": "^8.2.1",
Expand All @@ -83,11 +83,11 @@
"nodemon": "^3.0.1",
"prettier": "^3.0.2",
"pythagora": "^0.0.80",
"semantic-release": "^21.0.9",
"semantic-release": "^21.1.0",
"serve": "^14.2.1",
"stylelint": "^15.10.3",
"ts-node": "^10.9.1",
"turbo": "^1.10.12",
"turbo": "^1.10.13",
"typescript": "^5.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"directory": "packages/design-tokens"
},
"bugs": "https://github.com/snowball-tech/fractal/issues",
"packageManager": "[email protected].2",
"packageManager": "[email protected].1",
"engines": {
"yarn": "^3.0.0",
"node": "^18.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/fractal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowball-tech/fractal",
"version": "2.16.3",
"version": "2.16.2",
"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)",
"contributors": [
Expand All @@ -24,7 +24,7 @@
"directory": "packages/fractal"
},
"bugs": "https://github.com/snowball-tech/fractal/issues",
"packageManager": "[email protected].2",
"packageManager": "[email protected].1",
"engines": {
"yarn": "^3.0.0",
"node": "^18.0.0"
Expand Down Expand Up @@ -82,8 +82,8 @@
"update:fonts": "yarn run preupdate:fonts && ../../scripts/update-fonts.sh ./assets/"
},
"devDependencies": {
"@pandacss/dev": "^0.11.1",
"@pandacss/preset-base": "^0.11.1",
"@pandacss/dev": "^0.12.0",
"@pandacss/preset-base": "^0.12.0",
"@simbathesailor/use-what-changed": "^2.0.0",
"@snowball-tech/eslint-config": "^5.2.2",
"@storybook/addon-a11y": "^7.3.2",
Expand Down
Loading

0 comments on commit 7f68fd9

Please sign in to comment.