update deps & use PNPM!

This commit is contained in:
Vitaly 2023-08-09 20:48:12 +03:00
parent 45ea9aed19
commit f24c04a94b
2 changed files with 24 additions and 20 deletions

1
.npmrc
View file

@ -1 +1,2 @@
package-lock=false package-lock=false
public-hoist-pattern=*

View file

@ -35,12 +35,14 @@
"homepage": "https://github.com/PrismarineJS/prismarine-web-client#readme", "homepage": "https://github.com/PrismarineJS/prismarine-web-client#readme",
"dependencies": { "dependencies": {
"compression": "^1.7.4", "compression": "^1.7.4",
"express": "^4.17.1", "express": "^4.18.2",
"fs-extra": "^11.1.1",
"ismobilejs": "^1.1.1", "ismobilejs": "^1.1.1",
"lit": "^2.0.2", "lit": "^2.8.0",
"net-browserify": "PrismarineJS/net-browserify", "net-browserify": "github:PrismarineJS/net-browserify",
"querystring": "^0.2.1", "querystring": "^0.2.1",
"url": "^0.11.0" "stats.js": "^0.17.0",
"url": "^0.11.1"
}, },
"devDependencies": { "devDependencies": {
"assert": "^2.0.0", "assert": "^2.0.0",
@ -50,29 +52,30 @@
"constants-browserify": "^1.0.0", "constants-browserify": "^1.0.0",
"copy-webpack-plugin": "^11.0.0", "copy-webpack-plugin": "^11.0.0",
"crypto-browserify": "^3.12.0", "crypto-browserify": "^3.12.0",
"events": "^3.2.0", "events": "^3.3.0",
"html-webpack-plugin": "^5.3.1", "html-webpack-plugin": "^5.5.3",
"http-browserify": "^1.7.0", "http-browserify": "^1.7.0",
"http-server": "^14.1.0", "http-server": "^14.1.1",
"https-browserify": "^1.0.0", "https-browserify": "^1.0.0",
"lodash-webpack-plugin": "^0.11.6", "lodash-webpack-plugin": "^0.11.6",
"memfs": "^3.2.0", "memfs": "^3.5.3",
"mineflayer": "^4.1.0", "mineflayer": "^4.10.1",
"mineflayer-pathfinder": "^2.0.0", "mineflayer-pathfinder": "^2.4.4",
"mocha": "^10.0.0", "mocha": "^10.2.0",
"os-browserify": "^0.3.0", "os-browserify": "^0.3.0",
"path-browserify": "^1.0.1", "path-browserify": "^1.0.1",
"prismarine-viewer": "^1.22.0", "prismarine-viewer": "github:PrismarineJS/prismarine-viewer",
"process": "PrismarineJS/node-process", "process": "github:PrismarineJS/node-process",
"standard": "^17.0.0", "standard": "^17.1.0",
"stream-browserify": "^3.0.0", "stream-browserify": "^3.0.0",
"three": "0.127.0", "three": "0.127.0",
"timers-browserify": "^2.0.12", "timers-browserify": "^2.0.12",
"webpack": "^5.11.0", "vite": "^4.4.9",
"webpack-cli": "^5.0.0", "webpack": "^5.88.2",
"webpack-dev-middleware": "^6.0.0", "webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.0.0", "webpack-dev-middleware": "^6.1.1",
"webpack-merge": "^5.7.3", "webpack-dev-server": "^4.15.1",
"workbox-webpack-plugin": "^6.1.2" "webpack-merge": "^5.9.0",
"workbox-webpack-plugin": "^6.6.0"
} }
} }