Skip to content

Commit

Permalink
upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
itsMapleLeaf committed Oct 10, 2023
1 parent ced48a3 commit 3a78631
Show file tree
Hide file tree
Showing 5 changed files with 997 additions and 764 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@itsmapleleaf/configs": "github:itsMapleLeaf/configs",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"react": "^18.2.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vitest": "^0.34.5"
"vitest": "^0.34.6"
},
"prettier": "@itsmapleleaf/configs/prettier",
"eslintConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@types/lodash-es": "^4.17.9",
"lodash-es": "^4.17.21",
"type-fest": "^4.3.2",
"vitest": "^0.34.5"
"type-fest": "^4.4.0",
"vitest": "^0.34.6"
}
}
6 changes: 3 additions & 3 deletions packages/reacord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"typecheck": "tsc -b"
},
"dependencies": {
"@types/node": "^20.7.0",
"@types/react": "^18.2.23",
"@types/node": "^20.8.4",
"@types/react": "^18.2.27",
"@types/react-reconciler": "^0.28.5",
"react-reconciler": "^0.29.0",
"rxjs": "^7.8.1"
Expand Down Expand Up @@ -73,7 +73,7 @@
"react": "^18.2.0",
"tsup": "^7.2.0",
"tsx": "^3.13.0",
"type-fest": "^4.3.2"
"type-fest": "^4.4.0"
},
"release-it": {
"git": {
Expand Down
12 changes: 6 additions & 6 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
},
"dependencies": {
"@astrojs/prefetch": "^0.3.0",
"@astrojs/react": "^2.2.2",
"@astrojs/react": "^2.3.2",
"@fontsource/jetbrains-mono": "^4.5.12",
"@fontsource/rubik": "^4.5.14",
"@heroicons/react": "^2.0.18",
"@reacord/helpers": "workspace:^",
"@tailwindcss/typography": "^0.5.10",
"astro": "^2.10.9",
"astro": "^2.10.15",
"clsx": "^2.0.0",
"reacord": "workspace:*",
"react": "^18.2.0",
Expand All @@ -30,12 +30,12 @@
"devDependencies": {
"@astrojs/tailwind": "^4.0.0",
"@total-typescript/ts-reset": "^0.5.1",
"@types/node": "^20.7.0",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@types/node": "^20.8.4",
"@types/react": "^18.2.27",
"@types/react-dom": "^18.2.12",
"npm-run-all": "^4.1.5",
"tailwindcss": "^3.3.3",
"typedoc": "^0.25.1",
"typedoc": "^0.25.2",
"wait-on": "^7.0.1"
}
}
Loading

0 comments on commit 3a78631

Please sign in to comment.