Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Oct 1, 2023
1 parent a3f482b commit 900048f
Show file tree
Hide file tree
Showing 5 changed files with 2,241 additions and 2,086 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.2.0",
"private": true,
"dependencies": {
"@craftjs/core": "^0.2.0",
"@craftjs/core": "workspace:*",
"@material-ui/core": "4.5.2",
"clsx": "latest",
"copy-to-clipboard": "3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"clean": "rimraf lib .next out dist"
},
"dependencies": {
"@craftjs/core": "^0.2.0",
"@craftjs/layers": "^0.2.0",
"@craftjs/core": "workspace:*",
"@craftjs/layers": "workspace:*",
"@material-ui/core": "4.5.2",
"@material-ui/icons": "4.5.1",
"autoprefixer": "latest",
Expand Down
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.2.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"husky": "3.1.0",
"jest": "29.4.2",
"jest-environment-jsdom": "^29.4.2",
"lerna": "4.0.0",
"lerna": "7.3.0",
"lint-staged": "9.5.0",
"nodemon": "2.0.20",
"npm-run-all": "4.1.5",
Expand Down
Loading

0 comments on commit 900048f

Please sign in to comment.