Skip to content

Commit

Permalink
fix: correct version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thraizz committed Aug 9, 2024
1 parent b36619f commit 2f23df6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "r10progress",
"private": true,
"version": "0.0.0",
"version": "1.2.1",
"type": "module",
"license": "LGPL-3.0-only",
"scripts": {
Expand All @@ -21,14 +21,10 @@
"autoprefixer": "^10.4.17",
"clsx": "^2.1.0",
"dayjs": "^1.11.11",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"firebase": "^10.8.0",
"jotai": "^2.8.0",
"papaparse": "^5.4.1",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.1",
Expand All @@ -45,9 +41,13 @@
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"sass": "^1.71.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
Expand Down

0 comments on commit 2f23df6

Please sign in to comment.