Skip to content

Commit

Permalink
Merge branch 'main' into release/v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsojramos authored Apr 16, 2024
2 parents cc1b37a + b7513ef commit fc3e858
Show file tree
Hide file tree
Showing 12 changed files with 4,268 additions and 3,413 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.1
20.12.2
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,22 +121,22 @@
"react-router-dom": "6.22.3",
"react-transition-group": "4.4.5",
"ts-loader": "9.5.1",
"typescript": "5.4.4"
"typescript": "5.4.5"
},
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@biomejs/biome": "1.7.0",
"@electron/notarize": "2.3.0",
"@testing-library/react": "14.3.0",
"@testing-library/react": "15.0.2",
"@types/jest": "29.5.12",
"@types/node": "20.12.6",
"@types/node": "20.12.7",
"@types/nprogress": "0.2.3",
"@types/react": "18.2.75",
"@types/react": "18.2.79",
"@types/react-router-dom": "5.3.3",
"@types/react-test-renderer": "18.0.7",
"@types/react-transition-group": "4.4.10",
"autoprefixer": "10.4.19",
"css-loader": "7.1.0",
"electron": "29.2.0",
"css-loader": "7.1.1",
"electron": "30.0.0",
"electron-builder": "24.13.3",
"husky": "9.0.11",
"jest": "29.7.0",
Expand All @@ -154,7 +154,7 @@
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
},
"packageManager": "pnpm@8.15.6",
"packageManager": "pnpm@9.0.1",
"lint-staged": {
"*.{html,js,json,md,ts,tsx}": "biome format --write"
}
Expand Down
Loading

0 comments on commit fc3e858

Please sign in to comment.