Skip to content

Commit

Permalink
To 2.2.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
hatton committed Dec 19, 2023
1 parent f195c4b commit 29063c0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"main": "dist/src/mainProcess/main.js",
"name": "lameta",
"productName": "lameta",
"version": "2.2.0-alpha",
"version": "2.2.1-alpha",
"author": {
"name": "lameta",
"email": "sorryno@email.org"
Expand Down Expand Up @@ -140,7 +140,6 @@
"@types/archiver": "5.3.1",
"@types/axios": "^0.14.0",
"@types/camelcase": "^4.1.0",
"@types/chmodr": "^1.0.3",
"@types/commonmark": "^0.27.0",
"@types/filesize": "^5.0.0",
"@types/fluent-ffmpeg": "^2.1.8",
Expand Down Expand Up @@ -175,7 +174,6 @@
"butter-toast": "^3.3.5",
"camelcase": "^5.0.0",
"change-case": "^4.1.1",
"chmodr": "^1.2.0",
"commonmark": "^0.28.1",
"compare-versions": "^3.6.0",
"csv-parse": "^4.10.1",
Expand Down
1 change: 0 additions & 1 deletion src/containers/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import "./StartScreen.scss";
import log from "../other/log";
import { ExportDialog } from "../components/export/ExportDialog";
import { t, Trans } from "@lingui/macro";
import chmodr from "chmodr";
import { analyticsEvent } from "../other/analytics";
import RegistrationDialog from "../components/registration/RegistrationDialog";
import {
Expand Down
18 changes: 0 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5852,15 +5852,6 @@ __metadata:
languageName: node
linkType: hard

"@types/chmodr@npm:^1.0.3":
version: 1.0.3
resolution: "@types/chmodr@npm:1.0.3"
dependencies:
"@types/node": "*"
checksum: 26b4cb97984dc503c64ea13f295c6bf25e8e3eb07649bfdad00c4a1dd3c4181ad92b7b25c2eb6afdc2565d203bd239675fedac5fc5638410fba725c0049fe3b8
languageName: node
linkType: hard

"@types/color-convert@npm:^2.0.0":
version: 2.0.0
resolution: "@types/color-convert@npm:2.0.0"
Expand Down Expand Up @@ -10027,13 +10018,6 @@ __metadata:
languageName: node
linkType: hard

"chmodr@npm:^1.2.0":
version: 1.2.0
resolution: "chmodr@npm:1.2.0"
checksum: e78dfd96b8653f26af20e111c19bef8b42eee5cab9921fe08ff6aea5c28309f466860376bec158697f84310423599d77031d51659e5878b3c90149c3d37e63d4
languageName: node
linkType: hard

"chokidar@npm:3.5.1":
version: 3.5.1
resolution: "chokidar@npm:3.5.1"
Expand Down Expand Up @@ -18149,7 +18133,6 @@ fsevents@^1.2.7:
"@types/axios": ^0.14.0
"@types/camelcase": ^4.1.0
"@types/chai": ^4.1.2
"@types/chmodr": ^1.0.3
"@types/commonmark": ^0.27.0
"@types/enzyme": ^3.1.1
"@types/filesize": ^5.0.0
Expand Down Expand Up @@ -18204,7 +18187,6 @@ fsevents@^1.2.7:
chai-webdriverio: ^0.4.3
change-case: ^4.1.1
check-node-version: ^4.2.1
chmodr: ^1.2.0
commonmark: ^0.28.1
compare-versions: ^3.6.0
concurrently: ^3.1.0
Expand Down

0 comments on commit 29063c0

Please sign in to comment.