Skip to content

Commit

Permalink
braid-design-system: Update some runtime dependencies, move some ty…
Browse files Browse the repository at this point in the history
…pes deps to dev deps (#1502)
  • Loading branch information
askoufis authored May 30, 2024
1 parent 116d058 commit 86056f0
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 60 deletions.
8 changes: 8 additions & 0 deletions .changeset/clean-monkeys-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'braid-design-system': patch
---

Dependency updates:
- `dedent`: `^1.5.1`
- `clsx`: `^2.1.1`
- `is-mobile`: `^4.0.0`
11 changes: 5 additions & 6 deletions packages/braid-design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,20 +188,17 @@
"@capsizecss/core": "^4.1.2",
"@capsizecss/metrics": "^3.0.0",
"@capsizecss/vanilla-extract": "^2.0.0",
"@types/autosuggest-highlight": "^3.1.1",
"@types/dedent": "^0.7.0",
"@types/lodash": "^4.14.168",
"@vanilla-extract/css": "^1.9.2",
"@vanilla-extract/css-utils": "^0.1.3",
"@vanilla-extract/dynamic": "^2.0.3",
"@vanilla-extract/sprinkles": "^1.5.1",
"assert": "^2.0.0",
"autosuggest-highlight": "^3.1.1",
"clsx": "^1.1.1",
"clsx": "^2.1.1",
"csstype": "^3.0.6",
"dedent": "^0.7.0",
"dedent": "^1.5.3",
"gradient-parser": "^1.0.0",
"is-mobile": "^2.2.2",
"is-mobile": "^4.0.0",
"lodash": "^4.17.21",
"polished": "^4.1.0",
"react-focus-lock": "^2.9.7",
Expand All @@ -222,8 +219,10 @@
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^15.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/autosuggest-highlight": "^3.1.1",
"@types/babel__core": "^7.20.1",
"@types/jest": "^29.0.0",
"@types/lodash": "^4.14.168",
"@types/node": "^18.13.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
Expand Down
3 changes: 1 addition & 2 deletions packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"chalk": "^5.0.1",
"cli-highlight": "^2.1.11",
"cli-progress": "^3.11.1",
"dedent": "^0.7.0",
"dedent": "^1.5.3",
"esbuild": "^0.19.2",
"fast-glob": "^3.2.12",
"ink": "^3.2.0",
Expand All @@ -35,7 +35,6 @@
"devDependencies": {
"@types/babel__core": "^7.20.1",
"@types/babel__traverse": "^7.20.1",
"@types/dedent": "^0.7.0",
"babel-plugin-tester": "^11.0.4",
"yoga-layout-prebuilt": "^1.10.0"
}
Expand Down
78 changes: 28 additions & 50 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"@braid-design-system/generate-component-docs": "*",
"@braid-design-system/source.macro": "*",
"@capsizecss/vanilla-extract": "^2.0.0",
"@types/dedent": "^0.7.0",
"@types/lodash": "^4.14.168",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
Expand All @@ -37,7 +36,7 @@
"circular-dependency-plugin": "^5.2.2",
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.28.0",
"dedent": "^0.7.0",
"dedent": "^1.5.3",
"didyoumean2": "^6.0.1",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.6.0",
Expand Down

0 comments on commit 86056f0

Please sign in to comment.