Skip to content

Commit

Permalink
extension: bump version and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
karlicoss committed Apr 24, 2024
1 parent d5469f2 commit e90a3ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grasp",
"version": "0.7.1",
"version_name": "released on 2022.12.28",
"version": "1.0.0",
"version_name": "released on 2024.04.24",
"description": "Reliably capture links and webpage content in a plaintext file (org-mode/markdown)",
"main": "dist/background.js",
"scripts": {
Expand Down Expand Up @@ -31,18 +31,18 @@
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@eslint/js": "^9.0.0",
"@eslint/js": "^9.1.1",
"@types/webextension-polyfill": "^0.10.7",
"babel-loader": "^9.1.3",
"chrome-webstore-upload-cli": "^2.1.0",
"chrome-webstore-upload-cli": "^3.1.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.1",
"eslint": "^8.57.0",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.0",
"typescript-eslint": "^7.7.1",
"web-ext": "^7.11.0",
"webextension-polyfill": "^0.11.0",
"webpack": "^5.91.0",
Expand Down

0 comments on commit e90a3ee

Please sign in to comment.