Skip to content

Commit

Permalink
bump prettier to use accept satisfies keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
alextaing committed Aug 4, 2023
1 parent 828b39f commit b0fd7c2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 25 deletions.
3 changes: 1 addition & 2 deletions apps/test-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"eslint": "^8.11.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-react-perf": "^3.3.1",
"eslint-plugin-tsdoc": "^0.2.17",
"prettier": "2.7.1"
"eslint-plugin-tsdoc": "^0.2.17"
},
"scripts": {
"dev": "studio",
Expand Down
26 changes: 5 additions & 21 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"rimraf": "^5.0.0",
"run-script-os": "^1.1.6",
"turbo": "^1.9.3",
"typescript": "^5.0.4"
"typescript": "^5.0.4",
"prettier": "2.8.1"
},
"engines": {
"node": ">=14.0.0"
Expand Down
1 change: 0 additions & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"@types/react-modal": "3.13.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.3.1",
"prettier": "2.8.1",
"resize-observer-polyfill": "^1.5.1"
}
}

0 comments on commit b0fd7c2

Please sign in to comment.