Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Space Corp Engineering authored and gitaarwerk committed Oct 22, 2023
1 parent 4518dcf commit 7adb416
Show file tree
Hide file tree
Showing 6 changed files with 1,760 additions and 2,380 deletions.
10 changes: 5 additions & 5 deletions dev-environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"devDependencies": {
"@types/node": "^16.4.0",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"gleamy": "1.1.7",
"next": "13.4.19",
"@types/react-dom": "18.2.2",
"eslint": "8.52.0",
"eslint-config-next": "13.5.6",
"gleamy": "1.1.8",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2"
Expand Down
9 changes: 8 additions & 1 deletion dev-environment/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,14 @@ export default function Home() {
<div className="content">
<GleamyProvider options={options}>
<Gold rendering={isRendering} />
<Glitter rendering={isRendering} />
<Glitter
depthAlpha={true}
rendering={isRendering}
acceleration={1.2}
glitterSize={2}
glitterCoverage={15}
backgroundColor={'rgba(0,0,0, 0.3)'}
/>
<Silver rendering={isRendering} />
<Steel rendering={isRendering} />
<BlueSteel rendering={isRendering} />
Expand Down
12 changes: 8 additions & 4 deletions jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@
"coverageDirectory": "<rootDir>/reports/jest",
"extensionsToTreatAsEsm": [".ts", ".tsx", ".jsx"],
"transform": {
"^.+\\.tsx?$": ["ts-jest", {
"diagnostics": {
"ignoreCodes": [ "TS151001" ]
}}]
"^.+\\.tsx?$": [
"ts-jest",
{
"diagnostics": {
"ignoreCodes": ["TS151001"]
}
}
]
},
"testEnvironment": "node",
"rootDir": "./",
Expand Down
Loading

0 comments on commit 7adb416

Please sign in to comment.