Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed Jan 9, 2024
1 parent 7a66d5b commit 55794fd
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 110 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,5 @@ dist

# TernJS port file
.tern-port

.vscode/
2 changes: 1 addition & 1 deletion .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"upgrade": true,
"reject": ["@headlessui/react"]
"reject": ["@headlessui/react","@rspack/cli","@rspack/core"]
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"@tremor/react": "^3.12.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recharts": "2.10.3",
"recharts": "2.10.4",
"tailwind-merge": "^2.2.0",
"tailwind-styled-components": "^2.2.0",
"uno-js": "^3.70.0",
"uno-js": "^3.74.0",
"zustand": "^4.4.7"
},
"devDependencies": {
Expand All @@ -26,11 +26,11 @@
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.11",
"@types/object-hash": "^3.0.6",
"@types/react": "^18.2.46",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/recharts": "1.8.29",
"@types/node": "^20.10.6",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@types/node": "^20.10.8",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-unosquare": "0.10.0",
Expand Down
Loading

0 comments on commit 55794fd

Please sign in to comment.