Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
monster committed Jun 7, 2023
1 parent 82bae35 commit c73342a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hamsterbase-highlighter",
"version": "1.2.0",
"version": "1.3.0",
"main": "index.js",
"repository": "[email protected]:hamsterbase/hamsterbase-highlighter.git",
"author": "monster <[email protected]>",
Expand All @@ -21,6 +21,7 @@
"@types/chrome": "^0.0.236",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/semver": "^7.5.0",
"@vitejs/plugin-react": "^4.0.0",
"dayjs": "^1.11.7",
"eslint": "^8.38.0",
Expand All @@ -34,11 +35,10 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-select": "^5.7.3",
"semver": "^7.5.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"vite": "^4.3.2",
"vitest": "^0.31.2",
"@types/semver": "^7.5.0",
"semver": "^7.5.1"
"vitest": "^0.31.2"
}
}

0 comments on commit c73342a

Please sign in to comment.