Skip to content

Commit

Permalink
Merge branch 'main' into form-layout
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjwatkins committed Dec 4, 2023
2 parents 1d55b42 + 05b1498 commit 6271e73
Show file tree
Hide file tree
Showing 5 changed files with 141 additions and 156 deletions.
2 changes: 1 addition & 1 deletion easy-ui-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/react-is": "^18.2.4",
Expand Down
2 changes: 1 addition & 1 deletion easy-ui-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dev": "nodemon --watch src --watch config.js --exec 'npm run build'"
},
"devDependencies": {
"nodemon": "^3.0.1",
"nodemon": "^3.0.2",
"style-dictionary": "^3.9.0"
}
}
2 changes: 1 addition & 1 deletion eslint-config-easy-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.10.16",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
Expand Down
Loading

0 comments on commit 6271e73

Please sign in to comment.