Skip to content

Commit

Permalink
update: devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BANKA2017 committed Feb 22, 2024
1 parent c84b976 commit 93cc5ef
Show file tree
Hide file tree
Showing 3 changed files with 760 additions and 374 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@
"ws": "^8.16.0"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "25.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/node": "20.3.1",
"prettier": "^3.2.3",
"rollup": "^3.19.1",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "20.11.19",
"prettier": "^3.2.5",
"rollup": "^4.12.0",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-cleanup": "^3.2.1",
"tsc": "^2.0.4",
"tslib": "^2.5.0",
"typescript": "5.1.3",
"vitest": "^0.34.5"
"tslib": "^2.6.2",
"typescript": "5.3.3",
"vitest": "^1.3.1"
},
"scripts": {
"build": "npx tsc -p tsconfig.json --outDir lib/",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.rollup.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"downlevelIteration": true,
"esModuleInterop": true,
"lib": ["ESNext", "DOM"],
"moduleResolution": "nodenext",
"moduleResolution": "NodeNext",
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,
"strict": true,
"types": ["node", "vitest/globals"],
"module": "ESNext",
"module": "NodeNext",
"outDir": ".",
"target": "ESNext"
},
Expand Down
Loading

0 comments on commit 93cc5ef

Please sign in to comment.