Skip to content

Commit

Permalink
chore(workspace): upgrade packages
Browse files Browse the repository at this point in the history
Signed-off-by: Rai Siqueira <rai93siqueira@gmail.com>
  • Loading branch information
raisiqueira committed May 10, 2024
1 parent d457ef5 commit a6dc4f3
Show file tree
Hide file tree
Showing 5 changed files with 2,940 additions and 3,409 deletions.
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.6.9",
"next": "13.2.4",
"next-seo": "^5.1.0",
"nextra": "^2.2.20",
"nextra-theme-docs": "^2.2.20",
"react": "18.2.0",
"react-dom": "18.2.0",
"next": "14.2.3",
"next-seo": "^6.5.0",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^4.3.1"
},
"devDependencies": {
Expand All @@ -25,6 +25,6 @@
"eslint-config-next": "12.1.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "4.9.3"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"dependencies": {
"@changesets/cli": "^2.27.1",
"core-js": "3.36.1",
"next": "^13.5.6",
"next": "^14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"tslib": "^2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/headless-stepper/node_modules/react

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

9 changes: 3 additions & 6 deletions packages/headless-stepper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "headless-stepper",
"description": "Production ready React hook to create awesome stepper components. Effortless to use, easy to customize.",
"version": "1.10.0",
"version": "1.11.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -33,10 +33,7 @@
"typescript",
"react-hooks"
],
"files": [
"dist",
"components"
],
"files": ["dist", "components"],
"exports": {
"./package.json": "./package.json",
".": {
Expand All @@ -62,4 +59,4 @@
"publishConfig": {
"provenance": true
}
}
}
Loading

0 comments on commit a6dc4f3

Please sign in to comment.