Skip to content

Commit

Permalink
More deps updates
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto committed Dec 20, 2024
1 parent 01a251b commit bdbf100
Show file tree
Hide file tree
Showing 6 changed files with 210 additions and 1,062 deletions.
2 changes: 1 addition & 1 deletion integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@vanilla-extract/integration": "^7.1.9",
"@vscode/ripgrep": "^1.15.9",
"fast-glob": "^3.2.12",
"fast-glob": "^3.3.2",
"webpack": "^5.76.0"
}
}
12 changes: 6 additions & 6 deletions packages/braid-design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.18.0",
"@babel/core": "^7.26.0",
"@babel/plugin-transform-typescript": "^7.20.13",
"@braid-design-system/source.macro": "workspace:*",
"@storybook/react": "7.6.20",
Expand All @@ -225,15 +225,15 @@
"@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/jest": "^29.5.14",
"@types/lodash.curry": "^4.1.9",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^18.13.0",
"@types/react": "^18.3.3",
"@types/node": "^18.19.68",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.0",
"@types/react-is": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@types/sanitize-html": "^2.6.2",
"@types/sanitize-html": "^2.13.0",
"@types/testing-library__jest-dom": "^5.9.1",
"@types/throttle-debounce": "^5.0.2",
"@types/uuid": "^8.3.0",
Expand All @@ -242,7 +242,7 @@
"change-case": "^4.1.2",
"cheerio": "1.0.0-rc.11",
"chromatic": "^6.24.1",
"fast-glob": "^3.2.12",
"fast-glob": "^3.3.2",
"fs-extra": "^10.1.0",
"html-validate": "^7.1.1",
"playroom": "0.39.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
"author": "SEEK",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.18.0",
"@babel/core": "^7.26.0",
"@babel/plugin-syntax-jsx": "^7.17.12",
"@babel/plugin-syntax-typescript": "^7.17.12",
"@babel/traverse": "^7.23.2",
"@types/cli-progress": "^3.11.0",
"@types/react": "^18.3.3",
"@types/react": "^18.3.18",
"@types/workerpool": "^6.1.0",
"chalk": "^5.0.1",
"cli-highlight": "^2.1.11",
"cli-progress": "^3.11.1",
"dedent": "^1.5.3",
"esbuild": "^0.21.5",
"fast-glob": "^3.2.12",
"fast-glob": "^3.3.2",
"ink": "^3.2.0",
"prettier": "^2.8.8",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/generate-component-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"fs-extra": "^10.1.0",
"lodash.isequal": "^4.5.0",
"lodash.sortby": "^4.7.0",
"tsx": "^4.7.0",
"tsx": "^4.19.2",
"typescript": "~5.5.4"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit bdbf100

Please sign in to comment.