mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 00:10:07 +00:00
Update package.json(s) for v20 (#4030)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "discordeno-monorepo",
|
||||
"version": "19.0.0",
|
||||
"version": "20.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"workspaces": [
|
||||
@@ -29,7 +29,7 @@
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.9.4",
|
||||
"chokidar-cli": "^3.0.0",
|
||||
"discordeno": "19.0.0",
|
||||
"discordeno": "20.0.0",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^15.2.10",
|
||||
"turbo": "^2.3.1",
|
||||
|
||||
@@ -23,11 +23,11 @@
|
||||
"bench": "node dist/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@discordeno/bot": "19.0.0",
|
||||
"@discordeno/gateway": "19.0.0",
|
||||
"@discordeno/rest": "19.0.0",
|
||||
"@discordeno/types": "19.0.0",
|
||||
"@discordeno/utils": "19.0.0",
|
||||
"@discordeno/bot": "20.0.0",
|
||||
"@discordeno/gateway": "20.0.0",
|
||||
"@discordeno/rest": "20.0.0",
|
||||
"@discordeno/types": "20.0.0",
|
||||
"@discordeno/utils": "20.0.0",
|
||||
"benchmark": "^2.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@discordeno/bot",
|
||||
"version": "19.0.0",
|
||||
"version": "20.0.0",
|
||||
"main": "./dist/esm/index.js",
|
||||
"exports": {
|
||||
"import": "./dist/esm/index.js",
|
||||
@@ -29,10 +29,10 @@
|
||||
"test:test-type": "tsc --project tests/tsconfig.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@discordeno/gateway": "19.0.0",
|
||||
"@discordeno/rest": "19.0.0",
|
||||
"@discordeno/types": "19.0.0",
|
||||
"@discordeno/utils": "19.0.0"
|
||||
"@discordeno/gateway": "20.0.0",
|
||||
"@discordeno/rest": "20.0.0",
|
||||
"@discordeno/types": "20.0.0",
|
||||
"@discordeno/utils": "20.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.9.4",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "discordeno",
|
||||
"version": "19.0.0",
|
||||
"version": "20.0.0",
|
||||
"main": "./dist/esm/index.js",
|
||||
"exports": {
|
||||
"import": "./dist/esm/index.js",
|
||||
@@ -29,11 +29,11 @@
|
||||
"test:test-type": "tsc --project tests/tsconfig.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@discordeno/bot": "19.0.0",
|
||||
"@discordeno/gateway": "19.0.0",
|
||||
"@discordeno/rest": "19.0.0",
|
||||
"@discordeno/types": "19.0.0",
|
||||
"@discordeno/utils": "19.0.0"
|
||||
"@discordeno/bot": "20.0.0",
|
||||
"@discordeno/gateway": "20.0.0",
|
||||
"@discordeno/rest": "20.0.0",
|
||||
"@discordeno/types": "20.0.0",
|
||||
"@discordeno/utils": "20.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.9.4",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@discordeno/gateway",
|
||||
"version": "19.0.0",
|
||||
"version": "20.0.0",
|
||||
"main": "./dist/esm/index.js",
|
||||
"exports": {
|
||||
"import": "./dist/esm/index.js",
|
||||
@@ -29,8 +29,8 @@
|
||||
"test:test-type": "tsc --project tests/tsconfig.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@discordeno/types": "19.0.0",
|
||||
"@discordeno/utils": "19.0.0",
|
||||
"@discordeno/types": "20.0.0",
|
||||
"@discordeno/utils": "20.0.0",
|
||||
"ws": "^8.18.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@discordeno/rest",
|
||||
"version": "19.0.0",
|
||||
"version": "20.0.0",
|
||||
"main": "./dist/esm/index.js",
|
||||
"exports": {
|
||||
"import": "./dist/esm/index.js",
|
||||
@@ -30,8 +30,8 @@
|
||||
"test:test-type": "tsc --project tests/tsconfig.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@discordeno/types": "19.0.0",
|
||||
"@discordeno/utils": "19.0.0"
|
||||
"@discordeno/types": "20.0.0",
|
||||
"@discordeno/utils": "20.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.9.4",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@discordeno/types",
|
||||
"version": "19.0.0",
|
||||
"version": "20.0.0",
|
||||
"main": "./dist/esm/index.js",
|
||||
"exports": {
|
||||
"import": "./dist/esm/index.js",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@discordeno/utils",
|
||||
"version": "19.0.0",
|
||||
"version": "20.0.0",
|
||||
"main": "./dist/esm/index.js",
|
||||
"exports": {
|
||||
"import": "./dist/esm/index.js",
|
||||
@@ -29,7 +29,7 @@
|
||||
"test:test-type": "tsc --project tests/tsconfig.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@discordeno/types": "19.0.0"
|
||||
"@discordeno/types": "20.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.9.4",
|
||||
|
||||
52
yarn.lock
52
yarn.lock
@@ -112,15 +112,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@discordeno/bot@npm:19.0.0, @discordeno/bot@workspace:packages/bot":
|
||||
"@discordeno/bot@npm:20.0.0, @discordeno/bot@workspace:packages/bot":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@discordeno/bot@workspace:packages/bot"
|
||||
dependencies:
|
||||
"@biomejs/biome": "npm:^1.9.4"
|
||||
"@discordeno/gateway": "npm:19.0.0"
|
||||
"@discordeno/rest": "npm:19.0.0"
|
||||
"@discordeno/types": "npm:19.0.0"
|
||||
"@discordeno/utils": "npm:19.0.0"
|
||||
"@discordeno/gateway": "npm:20.0.0"
|
||||
"@discordeno/rest": "npm:20.0.0"
|
||||
"@discordeno/types": "npm:20.0.0"
|
||||
"@discordeno/utils": "npm:20.0.0"
|
||||
"@swc/cli": "npm:^0.5.1"
|
||||
"@swc/core": "npm:^1.9.2"
|
||||
"@types/chai": "npm:^5.0.1"
|
||||
@@ -137,13 +137,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@discordeno/gateway@npm:19.0.0, @discordeno/gateway@workspace:packages/gateway":
|
||||
"@discordeno/gateway@npm:20.0.0, @discordeno/gateway@workspace:packages/gateway":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@discordeno/gateway@workspace:packages/gateway"
|
||||
dependencies:
|
||||
"@biomejs/biome": "npm:^1.9.4"
|
||||
"@discordeno/types": "npm:19.0.0"
|
||||
"@discordeno/utils": "npm:19.0.0"
|
||||
"@discordeno/types": "npm:20.0.0"
|
||||
"@discordeno/utils": "npm:20.0.0"
|
||||
"@swc/cli": "npm:^0.5.1"
|
||||
"@swc/core": "npm:^1.9.2"
|
||||
"@types/chai": "npm:^5.0.1"
|
||||
@@ -167,13 +167,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@discordeno/rest@npm:19.0.0, @discordeno/rest@workspace:packages/rest":
|
||||
"@discordeno/rest@npm:20.0.0, @discordeno/rest@workspace:packages/rest":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@discordeno/rest@workspace:packages/rest"
|
||||
dependencies:
|
||||
"@biomejs/biome": "npm:^1.9.4"
|
||||
"@discordeno/types": "npm:19.0.0"
|
||||
"@discordeno/utils": "npm:19.0.0"
|
||||
"@discordeno/types": "npm:20.0.0"
|
||||
"@discordeno/utils": "npm:20.0.0"
|
||||
"@swc/cli": "npm:^0.5.1"
|
||||
"@swc/core": "npm:^1.9.2"
|
||||
"@types/chai": "npm:^5.0.1"
|
||||
@@ -193,7 +193,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@discordeno/types@npm:19.0.0, @discordeno/types@workspace:packages/types":
|
||||
"@discordeno/types@npm:20.0.0, @discordeno/types@workspace:packages/types":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@discordeno/types@workspace:packages/types"
|
||||
dependencies:
|
||||
@@ -210,12 +210,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@discordeno/utils@npm:19.0.0, @discordeno/utils@workspace:packages/utils":
|
||||
"@discordeno/utils@npm:20.0.0, @discordeno/utils@workspace:packages/utils":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@discordeno/utils@workspace:packages/utils"
|
||||
dependencies:
|
||||
"@biomejs/biome": "npm:^1.9.4"
|
||||
"@discordeno/types": "npm:19.0.0"
|
||||
"@discordeno/types": "npm:20.0.0"
|
||||
"@swc/cli": "npm:^0.5.1"
|
||||
"@swc/core": "npm:^1.9.2"
|
||||
"@types/chai": "npm:^5.0.1"
|
||||
@@ -1131,11 +1131,11 @@ __metadata:
|
||||
resolution: "benchmarks@workspace:packages/benchmarks"
|
||||
dependencies:
|
||||
"@biomejs/biome": "npm:^1.9.4"
|
||||
"@discordeno/bot": "npm:19.0.0"
|
||||
"@discordeno/gateway": "npm:19.0.0"
|
||||
"@discordeno/rest": "npm:19.0.0"
|
||||
"@discordeno/types": "npm:19.0.0"
|
||||
"@discordeno/utils": "npm:19.0.0"
|
||||
"@discordeno/bot": "npm:20.0.0"
|
||||
"@discordeno/gateway": "npm:20.0.0"
|
||||
"@discordeno/rest": "npm:20.0.0"
|
||||
"@discordeno/types": "npm:20.0.0"
|
||||
"@discordeno/utils": "npm:20.0.0"
|
||||
"@swc/cli": "npm:^0.5.1"
|
||||
"@swc/core": "npm:^1.9.2"
|
||||
"@types/benchmark": "npm:^2.1.5"
|
||||
@@ -1763,7 +1763,7 @@ __metadata:
|
||||
dependencies:
|
||||
"@biomejs/biome": "npm:^1.9.4"
|
||||
chokidar-cli: "npm:^3.0.0"
|
||||
discordeno: "npm:19.0.0"
|
||||
discordeno: "npm:20.0.0"
|
||||
husky: "npm:^9.1.7"
|
||||
lint-staged: "npm:^15.2.10"
|
||||
turbo: "npm:^2.3.1"
|
||||
@@ -1773,16 +1773,16 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"discordeno@npm:19.0.0, discordeno@workspace:packages/discordeno":
|
||||
"discordeno@npm:20.0.0, discordeno@workspace:packages/discordeno":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "discordeno@workspace:packages/discordeno"
|
||||
dependencies:
|
||||
"@biomejs/biome": "npm:^1.9.4"
|
||||
"@discordeno/bot": "npm:19.0.0"
|
||||
"@discordeno/gateway": "npm:19.0.0"
|
||||
"@discordeno/rest": "npm:19.0.0"
|
||||
"@discordeno/types": "npm:19.0.0"
|
||||
"@discordeno/utils": "npm:19.0.0"
|
||||
"@discordeno/bot": "npm:20.0.0"
|
||||
"@discordeno/gateway": "npm:20.0.0"
|
||||
"@discordeno/rest": "npm:20.0.0"
|
||||
"@discordeno/types": "npm:20.0.0"
|
||||
"@discordeno/utils": "npm:20.0.0"
|
||||
"@swc/cli": "npm:^0.5.1"
|
||||
"@swc/core": "npm:^1.9.2"
|
||||
"@types/chai": "npm:^5.0.1"
|
||||
|
||||
Reference in New Issue
Block a user