Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sametcn99 committed Aug 4, 2024
1 parent ef6a323 commit 681a19c
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electron-widgets",
"productName": "electron-widgets",
"version": "2.1.4",
"version": "2.1.3",
"description": "A minimal widget application created with electron.js",
"license": "GPL-3.0",
"repository": {
Expand Down Expand Up @@ -47,36 +47,36 @@
"@rollup/plugin-alias": "^5.1.0",
"@types/electron-localshortcut": "^3.1.3",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.1.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitejs/plugin-vue": "^5.1.2",
"@types/node": "^20.12.13",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/cli": "^5.0.8",
"autoprefixer": "^10.4.20",
"electron": "^31.3.1",
"eslint": "^9.8.0",
"autoprefixer": "^10.4.19",
"electron": "^30.0.9",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"htmlhint": "^1.1.4",
"postcss": "^8.4.40",
"prettier": "3.3.3",
"tailwindcss": "^3.4.7",
"postcss": "^8.4.38",
"prettier": "3.2.5",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"vite": "^5.3.5"
"typescript": "^5.4.5",
"vite": "^5.2.12"
},
"dependencies": {
"@adobe/css-tools": "^4.4.0",
"@electron-forge/shared-types": "^7.4.0",
"@heroicons/vue": "^2.1.5",
"@heroicons/vue": "^2.1.3",
"electron-is": "^3.0.0",
"electron-localshortcut": "^3.2.1",
"electron-squirrel-startup": "^1.0.1",
"node-stream-zip": "^1.15.0",
"opml-to-json": "^1.0.1",
"rss-parser": "^3.13.0",
"systeminformation": "^5.23.3",
"systeminformation": "^5.22.9",
"update-electron-app": "^3.0.0",
"vue": "^3.4.35"
"vue": "^3.4.27"
}
}

0 comments on commit 681a19c

Please sign in to comment.