Skip to content

Commit

Permalink
"resolved comments"
Browse files Browse the repository at this point in the history
  • Loading branch information
Eren-Yeaager committed May 18, 2024
1 parent 051114c commit 7c7eb73
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"near-api-js": "^2.1.3",
"near-social-vm": "git+https://github.com/NearSocial/VM.git#2.6.0",
"near-social-vm-types": "^1.0.0",
"prettier": "^2.7.1",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
Expand All @@ -47,6 +46,8 @@
"zustand": "^4.4.6"
},
"scripts": {
"fmt": "prettier --write '**/*.{js,jsx,ts,tsx,json}'",
"fmt:check": "prettier --check '**/*.{js,jsx,ts,tsx,json}'",
"serve": "webpack serve",
"webpack": "webpack",
"dev": "concurrently \"bos-workspace dev\" \"npm run serve -- --env mode=development\"",
Expand All @@ -55,6 +56,8 @@
"build": "npm run prod",
"start": "npm run dev",
"test": "npx playwright test",
"test:ui": "npx playwright test --ui",
"test:ui:codespaces": "npx playwright test --ui-host=0.0.0.0",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0"
},
"eslintConfig": {
Expand Down Expand Up @@ -115,6 +118,7 @@
"webpack-dev-server": "^4.1.0",
"webpack-manifest-plugin": "^5.0.0",
"webpack-merge": "^5.8.0",
"@playwright/test": "^1.43.1"
"@playwright/test": "^1.43.1",
"prettier": "^2.8.8"
}
}
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10313,6 +10313,11 @@ prettier@^2.7.1:
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.4.tgz#34dd2595629bfbb79d344ac4a91ff948694463c3"
integrity sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==

prettier@^2.8.8:
version "2.8.8"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==

prettier@^3.1.0:
version "3.1.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848"
Expand Down

0 comments on commit 7c7eb73

Please sign in to comment.