Skip to content

Commit

Permalink
feat: remove alpha peers
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredLunde committed Jun 25, 2022
1 parent 1b21a33 commit b5e8dd5
Show file tree
Hide file tree
Showing 3 changed files with 1,633 additions and 1,048 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,28 +37,29 @@
"forward-ref-as": "^2.0.0"
},
"peerDependencies": {
"@dash-ui/styles": ">=1.0.0-alpha.1",
"@dash-ui/styles": ">=1.0.1",
"react": ">=16.8"
},
"devDependencies": {
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"@dash-ui/jest": "^2.1.2",
"@dash-ui/styles": "^1.0.0-alpha.2",
"@dash-ui/styles": "^1.0.1",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/git": "^10.0.0",
"@testing-library/jest-dom": "latest",
"@testing-library/react": "latest",
"@testing-library/react-hooks": "latest",
"@testing-library/user-event": "latest",
"@types/jest": "latest",
"@types/node": "^18.0.0",
"@types/react": "latest",
"@types/react-dom": "latest",
"cz-conventional-changelog": "latest",
"eslint": "^7.32.0",
"eslint-config-lunde": "latest",
"husky": "latest",
"jest": "latest",
"jest": "27",
"lint-staged": "latest",
"lundle": "^0.4.13",
"minify-css.macro": "^1.0.6",
Expand Down Expand Up @@ -170,7 +171,7 @@
},
"lint-staged": {
"package.json": [
"pnpx -y prettier-package-json --write"
"pnpm dlx prettier-package-json --write"
],
"**/*.{ts,tsx,js,jsx}": [
"eslint --ext .ts,.tsx,.js,.jsx --fix",
Expand Down
Loading

0 comments on commit b5e8dd5

Please sign in to comment.