move to pnpm and update dependecies

This commit is contained in:
cupcakearmy 2022-01-09 18:45:16 +01:00
parent 9e5eaf1b3d
commit 69da7b2364
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
3 changed files with 6300 additions and 6762 deletions

View File

@ -11,12 +11,12 @@
"repository": { "repository": {
"url": "https://github.com/cupcakearmy/unpixel" "url": "https://github.com/cupcakearmy/unpixel"
}, },
"version": "1.3.1", "version": "1.3.2",
"main": "./dist/back/index.js", "main": "./dist/back/index.js",
"scripts": { "scripts": {
"start": "electron .", "start": "electron .",
"watch:front": "parcel watch --target front --no-hmr --no-cache ./src/front/*/index.html", "watch:front": "parcel watch --target front --no-hmr ./src/front/*/index.html",
"watch:back": "parcel watch --target back --no-hmr --no-cache ./src/back/index.ts", "watch:back": "parcel watch --target back --no-hmr ./src/back/index.ts",
"dev": "run-p watch:*", "dev": "run-p watch:*",
"build:front": "parcel build --target front ./src/front/*/index.html", "build:front": "parcel build --target front ./src/front/*/index.html",
"build:back": "parcel build --target back ./src/back/index.ts", "build:back": "parcel build --target back ./src/back/index.ts",
@ -42,10 +42,10 @@
}, },
"dependencies": { "dependencies": {
"auto-launch": "^5.0.5", "auto-launch": "^5.0.5",
"axios": "^0.21.1", "axios": "^0.24.0",
"dayjs": "^1.10.4", "dayjs": "^1.10.7",
"electron-log": "^4.3.2", "electron-log": "^4.4.4",
"electron-store": "^7.0.2", "electron-store": "^7.0.3",
"ms": "^2.1.3", "ms": "^2.1.3",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
@ -54,17 +54,17 @@
"tachyons": "^4.12.0" "tachyons": "^4.12.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.0.0-0", "@babel/core": "^7.16.7",
"@types/auto-launch": "^5.0.1", "@types/auto-launch": "^5.0.2",
"@types/ms": "^0.7.31", "@types/ms": "^0.7.31",
"@types/react": "^17.0.3", "@types/react": "^17.0.38",
"@types/react-dom": "^17.0.3", "@types/react-dom": "^17.0.11",
"@types/semver": "^7.3.4", "@types/semver": "^7.3.9",
"electron": "^11", "electron": "^11.5.0",
"electron-builder": "^22.10.5", "electron-builder": "^22.14.5",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"parcel": "^2.0.0-beta.3.1", "parcel": "^2.1.1",
"postcss": "^8.2.10", "postcss": "^8.4.5",
"typescript": "^4.2.3" "typescript": "^4.5.4"
} }
} }

6283
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff

6745
yarn.lock

File diff suppressed because it is too large Load Diff