From f2b3e072ca472040581fb265f52765290e826d04 Mon Sep 17 00:00:00 2001 From: Jumper Chen Date: Mon, 29 Jan 2024 14:44:08 +0800 Subject: [PATCH] update to latest version --- package.json | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index 6483bcaccb..e9d7f289b4 100644 --- a/package.json +++ b/package.json @@ -23,52 +23,52 @@ "license": "LGPL-2.0-or-later", "private": true, "devDependencies": { - "@babel/core": "^7.16.10", + "@babel/core": "^7.23.9", "@babel/plugin-proposal-class-properties": "^7.16.7", - "@babel/plugin-proposal-decorators": "^7.18.6", + "@babel/plugin-proposal-decorators": "^7.23.9", "@babel/plugin-proposal-object-rest-spread": "^7.16.7", - "@babel/plugin-transform-modules-commonjs": "^7.22.5", - "@babel/plugin-transform-runtime": "^7.22.10", + "@babel/plugin-transform-modules-commonjs": "^7.23.3", + "@babel/plugin-transform-runtime": "^7.23.9", "@babel/preset-env": "^7.16.10", - "@babel/runtime-corejs3": "^7.22.10", + "@babel/runtime-corejs3": "^7.23.9", "@microsoft/eslint-plugin-sdl": "github:microsoft/eslint-plugin-sdl", "@types/dompurify": "^3.0.5", "@types/jquery": "^3.5.13", "@types/jquery-mousewheel": "^3.1.9", "@types/jquery.transit": "^0.9.31", - "@types/webpack-env": "^1.16.3", - "@types/webrtc": "^0.0.32", - "@typescript-eslint/eslint-plugin": "^5.62.0", - "@typescript-eslint/parser": "^5.62.0", - "babel-loader": "^8.2.3", - "browser-sync": "^2.29.3", - "cssnano": "^5.0.15", - "eslint": "^8.45.0", + "@types/webpack-env": "^1.18.4", + "@types/webrtc": "^0.0.42", + "@typescript-eslint/eslint-plugin": "^6.19.1", + "@typescript-eslint/parser": "^6.19.1", + "babel-loader": "^9.1.3", + "browser-sync": "^3.0.2", + "cssnano": "^6.0.3", + "eslint": "^8.56.0", "eslint-plugin-tsdoc": "^0.2.17", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-concat": "^2.6.1", "gulp-flatmap": "^1.0.2", "gulp-ignore": "^3.0.0", - "gulp-postcss": "^9.0.1", + "gulp-postcss": "^9.1.0", "gulp-print": "^5.0.2", "gulp-rename": "^2.0.0", "gulp-tap": "^2.0.0", "gulp-typescript": "^6.0.0-alpha.1", "gulp-uglify": "^3.0.2", "merge-stream": "^2.0.0", - "minimist": "^1.2.6", - "postcss": "^8.4.31", + "minimist": "^1.2.8", + "postcss": "^8.4.33", "resolve-options": "^2.0.0", - "ts-loader": "^9.3.0", + "ts-loader": "^9.5.1", "tslib": "^2.6.2", - "typedoc": "^0.23.21", - "typescript": "^4.9.5", + "typedoc": "^0.25.7", + "typescript": "^5.3.3", "vinyl-map": "^1.0.2", - "webpack": "^5.88.2", - "webpack-cli": "4.9.1", + "webpack": "^5.90.0", + "webpack-cli": "5.1.4", "webpack-stream": "^7.0.0", - "zkless-engine": "^1.1.10" + "zkless-engine": "^1.1.13" }, "dependencies": { "dompurify": "^3.0.6",