chore: bump version 1.0.1

This commit is contained in:
Nicolas Meienberger 2023-03-05 23:54:44 +01:00
parent b9439c2733
commit 11ca15695d
3 changed files with 1 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "runtipi",
"version": "1.0.0",
"version": "1.0.1",
"description": "A homeserver for everyone",
"scripts": {
"copy:migrations": "mkdir -p dist/migrations && cp -r ./src/server/migrations dist",
@ -40,7 +40,6 @@
"@trpc/react-query": "^10.11.1",
"@trpc/server": "^10.11.1",
"argon2": "^0.29.1",
"chokidar": "^3.5.3",
"clsx": "^1.1.1",
"express": "^4.17.3",
"fs-extra": "^10.1.0",

2
pnpm-lock.yaml generated
View file

@ -34,7 +34,6 @@ specifiers:
'@typescript-eslint/eslint-plugin': ^5.47.1
'@typescript-eslint/parser': ^5.47.1
argon2: ^0.29.1
chokidar: ^3.5.3
clsx: ^1.1.1
dotenv-cli: ^6.0.0
esbuild: ^0.16.17
@ -103,7 +102,6 @@ dependencies:
'@trpc/react-query': 10.11.1_2pugaexxlcekgcbbhj75jqmiqi
'@trpc/server': 10.11.1
argon2: 0.29.1
chokidar: 3.5.3
clsx: 1.2.1
express: 4.18.2
fs-extra: 10.1.0

View file

@ -2,7 +2,6 @@
import cron from 'node-cron';
import fs from 'fs-extra';
import { Logger } from '../Logger';
import { getConfig } from '../TipiConfig';
declare global {
// eslint-disable-next-line no-var