Skip to content

Commit

Permalink
merge branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMiao1 committed Feb 19, 2024
2 parents a4f1089 + 9b2c57f commit 0acf59c
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 50 deletions.
105 changes: 60 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@
"build": "vite build"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^1.6.1",
"@stylistic/eslint-plugin": "^1.6.2",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"chart.js": "^4.4.1",
"chartjs-adapter-date-fns": "^3.0.0",
"date-fns": "^3.3.1",
"eslint": "^8.56.0",
"sass": "^1.70.0",
"sass": "^1.71.0",
"stylelint": "^16.2.1",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-order": "^6.0.4",
"typescript": "^5.3.3"
},
"dependencies": {
"@solidjs/router": "^0.12.0",
"@solidjs/router": "^0.12.3",
"@tsconfig/strictest": "^2.0.3",
"@vitejs/plugin-legacy": "~5.3.0",
"postcss-lightningcss": "^1.0.0",
"vite": "^5.1.1",
"vite-plugin-solid": "^2.9.1"
"vite": "^5.1.3",
"vite-plugin-solid": "^2.10.1"
}
}

0 comments on commit 0acf59c

Please sign in to comment.