Skip to content

Commit

Permalink
Merge pull request #94 from gleamy-js/update/packages
Browse files Browse the repository at this point in the history
chore: update packages and temporary remove coverage report
  • Loading branch information
gitaarwerk authored Aug 5, 2024
2 parents 008e37e + a179d25 commit ebdcc5e
Show file tree
Hide file tree
Showing 5 changed files with 404 additions and 302 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ next-env.d.ts
.vscode

#reports
reports
reports
coverage-reports
4 changes: 2 additions & 2 deletions apps/dev-environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^9.6.0",
"eslint": "^9.8.0",
"eslint-config-next": "^14.2.5",
"gleamy": "workspace:*",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"engines": {
"node": ">=20.15.1",
Expand Down
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"prettier": "prettier --config .prettierrc.json './**/*.{ts,tsx,js,json}' --write",
"test": "turbo run test",
"test:watch": "pnpm test --watch",
"test:coverage": "typescript-coverage-report --outputDir reports/ts-coverage && jest --coverage --runInBand",
"lint": "turbo run lint"
},
"engines": {
Expand All @@ -23,13 +22,12 @@
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"jest": "^29.7.0",
"prettier": "^3.3.2",
"ts-jest": "^29.2.1",
"typescript": "^5.5.3",
"typescript-coverage-report": "^1.0.0",
"turbo": "2.0.6"
"prettier": "^3.3.3",
"ts-jest": "^29.2.4",
"typescript": "^5.5.4",
"turbo": "2.0.11"
}
}
2 changes: 1 addition & 1 deletion packages/gleamy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gleamy",
"description": "Create a reactive shiny element in different materials",
"version": "2.0.10",
"version": "2.0.11",
"license": "MIT",
"private": false,
"sideEffects": false,
Expand Down
Loading

0 comments on commit ebdcc5e

Please sign in to comment.