Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Feb 22, 2024
1 parent 885d08e commit 69a5974
Show file tree
Hide file tree
Showing 2 changed files with 424 additions and 431 deletions.
26 changes: 12 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"test:unit": "vitest run --coverage --config vitest.unit.config.ts",
"dev": "yarn wipedist && tsc -w -p src",
"test:watch": "vitest --config vitest.unit.config.ts --coverage",
"test:integration": "ts-node ./src/scripts/integration-tests.ts",
"prebuild:scripts": "ts-node -T ./src/scripts/render-creatables-file.ts",
"test:integration": "tsx ./src/scripts/integration-tests.ts",
"prebuild:scripts": "tsx -T ./src/scripts/render-creatables-file.ts",
"build:esbuild": "esbuild --bundle src/index.ts --outdir=dist --platform=node --loader:.node=file --external:canvas"
},
"dependencies": {
Expand All @@ -27,16 +27,15 @@
"@prisma/client": "^5.10.2",
"@sapphire/stopwatch": "^1.4.0",
"@sapphire/time-utilities": "^1.6.0",
"@sentry/node": "^7.69.0",
"bufferutil": "^4.0.7",
"@sentry/node": "^7.102.0",
"bufferutil": "^4.0.8",
"chart.js": "^3.7.0",
"chartjs-node-canvas": "github:gc/ChartjsNodeCanvas#a598b6dd27c44351f235bca07ca4ee660121f289",
"chartjs-plugin-datalabels": "^2.0.0",
"deep-equal": "^2.2.2",
"deep-equal": "^2.2.3",
"deepmerge": "^4.3.1",
"discord.js": "^14.13.0",
"dotenv": "^16.0.3",
"dotenv-cli": "^7.1.0",
"e": "^0.2.33",
"fastify": "^4.14.1",
"fastify-raw-body": "^4.2.0",
Expand All @@ -45,30 +44,30 @@
"lru-cache": "^8.0.0",
"mahoji": "^0.0.7",
"murmurhash": "^2.0.1",
"node-cron": "^3.0.2",
"node-cron": "^3.0.3",
"node-fetch": "^2.6.7",
"oldschooljs": "^2.3.8",
"p-queue": "^6.6.2",
"piscina": "^3.2.0",
"p-queue": "^8.0.1",
"piscina": "^4.3.2",
"random-js": "^2.1.0",
"simple-statistics": "^7.8.3",
"sonic-boom": "^3.8.0",
"table": "^6.8.0",
"table": "^6.8.1",
"tsx": "^4.7.1",
"zlib-sync": "^0.1.9",
"zod": "^3.22.3"
"zod": "^3.22.4"
},
"devDependencies": {
"@oldschoolgg/eslint-config": "^2.0.13",
"@oldschoolgg/ts-config": "^0.0.1",
"@types/deep-equal": "^1.0.3",
"@types/deep-equal": "^1.0.4",
"@types/he": "^1.1.2",
"@types/jest-image-snapshot": "^6.1.0",
"@types/lodash": "^4.14.195",
"@types/madge": "^5.0.0",
"@types/node": "^14.18.12",
"@types/node-cron": "^3.0.7",
"@types/node-fetch": "^2.6.1",
"@types/table": "^6.3.2",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@vitest/coverage-c8": "^0.31.0",
Expand All @@ -86,7 +85,6 @@
"prisma": "^5.10.2",
"rimraf": "^4.4.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typescript": "^5.0.2",
"vitest": "^0.31.0"
},
Expand Down
Loading

0 comments on commit 69a5974

Please sign in to comment.