Skip to content

Commit

Permalink
update: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BANKA2017 committed Apr 6, 2024
1 parent 2d538dc commit f607bc5
Show file tree
Hide file tree
Showing 2 changed files with 651 additions and 559 deletions.
12 changes: 6 additions & 6 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.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@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",
"@types/node": "20.12.5",
"prettier": "^3.2.5",
"rollup": "^4.12.0",
"rollup": "^4.14.0",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-cleanup": "^3.2.1",
"tsc": "^2.0.4",
"tslib": "^2.6.2",
"typescript": "5.3.3",
"vitest": "^1.3.1"
"typescript": "5.4.4",
"vitest": "^1.4.0"
},
"scripts": {
"build": "npx tsc -p tsconfig.json --outDir lib/",
Expand Down
Loading

0 comments on commit f607bc5

Please sign in to comment.