Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 18, 2023
1 parent b46588e commit 7730f57
Show file tree
Hide file tree
Showing 2 changed files with 396 additions and 258 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"pnpm": ">=7",
"yarn": "forbidden, use pnpm"
},
"packageManager": "pnpm@7.27.0",
"packageManager": "pnpm@7.29.3",
"scripts": {
"start": "node index",
"dev": "pnpm i && concurrently -r \"pnpm nodemon\" \"pnpm scss:watch\" \"pnpm rollup:watch\"",
Expand Down Expand Up @@ -48,67 +48,67 @@
"dependencies": {
"apng2gif-bin": "^1.7.1",
"async-retry": "^1.3.3",
"axios": "^1.0.0",
"axios": "^1.3.4",
"axios-debug-log": "^1.0.0",
"body-parser": "^1.20.0",
"body-parser": "^1.20.2",
"bowser": "^2.11.0",
"canvas": "^2.11.0",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"css": "^3.0.0",
"ejs": "^3.1.8",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"fs-extra": "^11.1.0",
"ioredis": "^5.2.3",
"ioredis": "^5.3.1",
"lilyweight": "^2.7.0",
"lit": "^2.6.1",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"micromatch": "^4.0.5",
"minecraft-data": "^3.27.0",
"minecraft-data": "^3.31.0",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.37",
"moment-timezone": "^0.5.41",
"mongo-sanitize": "^1.1.0",
"mongodb": "^5.0.1",
"node-fetch": "^3.2.10",
"mongodb": "^5.1.0",
"node-fetch": "^3.3.1",
"prismarine-nbt": "^2.2.1",
"progress": "^2.0.3",
"relaxed-json": "^1.0.3",
"sharp": "^0.30.7",
"sharp": "^0.31.3",
"sitemap": "^7.1.1",
"skinview3d": "^2.2.1",
"skyhelper-networth": "^1.11.0",
"skyhelper-networth": "^1.11.8",
"tippy.js": "^6.3.7",
"twemoji": "^14.0.2",
"upng-js": "^2.1.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^5.0.0",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.33.1",
"concurrently": "^7.3.0",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"concurrently": "^7.6.0",
"ejs-lint": "^2.0.0",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-deprecation": "^1.3.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-lit": "^1.6.1",
"eslint-plugin-wc": "^1.3.2",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-deprecation": "^1.3.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-lit": "^1.8.2",
"eslint-plugin-wc": "^1.4.0",
"node-watch": "^0.7.3",
"nodemon": "^2.0.19",
"nodemon": "^2.0.21",
"prettier": "2.8.4",
"rollup": "^3.0.0",
"rollup": "^3.19.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-minify-html-literals": "^1.2.6",
"sass": "^1.54.8",
"sass": "^1.59.3",
"ts-lit-plugin": "^1.2.1",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
}
}
Loading

0 comments on commit 7730f57

Please sign in to comment.