Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
ad64388
Add new props to `FormControl.Label`
TylerJDev Apr 29, 2024
3ab4b1e
Add conditional
TylerJDev Apr 29, 2024
413ac1e
Add changeset
TylerJDev Apr 30, 2024
add9be3
Update docs json
TylerJDev May 1, 2024
fc84578
Add more examples
TylerJDev May 1, 2024
4d31493
Merge branch 'main' into form-control-required-indicator
TylerJDev May 2, 2024
78d7033
chore(deps-dev): bump ejs from 3.1.9 to 3.1.10 (#4549)
dependabot[bot] May 3, 2024
5ee837c
BranchName: Add style for span and add v8 tokens (#4556)
lukasoppermann May 3, 2024
60dc115
refactor(Banner): update region to use a dedicated aria-label (#4539)
joshblack May 3, 2024
58bd238
chore(deps-dev): bump cross-env from 7.0.2 to 7.0.3 (#4561)
dependabot[bot] May 6, 2024
8a33d1a
chore(deps-dev): bump @babel/plugin-transform-modules-commonjs (#4562)
dependabot[bot] May 6, 2024
35d55bd
chore(deps-dev): bump jest-fail-on-console from 3.1.1 to 3.2.0 (#4563)
dependabot[bot] May 6, 2024
5dd5603
feat(FeatureFlags): broaden feature flag type to accept undefined (#4…
joshblack May 6, 2024
f73f461
prevent form submit (#4551)
siddharthkp May 7, 2024
8d4b60d
deprecate title prop on ActionList.Group component on docs (#4544)
broccolinisoup May 7, 2024
dad8950
chore: add hydro analytics to storybook (#4558)
joshblack May 7, 2024
e6a173b
Revert "Revert "Add support for nested submenus to `ActionMenu`"" (#4…
iansan5653 May 7, 2024
5f29736
chore(deps): update typescript to 5.4.5 (#4568)
joshblack May 7, 2024
741a6a5
Use dynamic height and width for dialogs (#4567)
dgreif May 7, 2024
6bb1726
Make asterisk default, update story scenarios
TylerJDev May 7, 2024
5aa4144
Merge branch 'main' into form-control-required-indicator
TylerJDev May 7, 2024
0d0b531
Merge branch 'main' into form-control-required-indicator
TylerJDev May 9, 2024
afe895d
Update packages/react/src/FormControl/FormControl.docs.json
TylerJDev May 23, 2024
be9b4a6
Update packages/react/src/internal/components/InputLabel.tsx
TylerJDev May 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(deps): update typescript to 5.4.5 (#4568)
Co-authored-by: Josh Black <joshblack@users.noreply.github.com>
  • Loading branch information
2 people authored and TylerJDev committed May 7, 2024
commit 5f29736199300286c2ca13930a89602d376cf440
2 changes: 1 addition & 1 deletion examples/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "5.x",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"devDependencies": {
"@next/eslint-plugin-next": "14.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/codesandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"styled-components": "5.x",
"typescript": "^5.2.2",
"typescript": "^5.4.5",
"vite": "^5.2.6"
}
}
57 changes: 29 additions & 28 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"prettier": "3.0.3",
"rimraf": "5.0.5",
"size-limit": "11.0.2",
"typescript": "5.3.3"
"typescript": "5.4.5"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.9.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@
"terser": "5.27.0",
"ts-toolbelt": "9.6.0",
"tsx": "4.7.0",
"typescript": "5.3.3",
"typescript-plugin-css-modules": "5.0.2",
"typescript": "5.4.5",
"typescript-plugin-css-modules": "5.1.0",
"unist-util-find": "3.0.0",
"unist-util-find-before": "4.0.0",
"unist-util-flat-filter": "2.0.0",
Expand Down