Update dependencies

This commit is contained in:
Guangcong Luo 2023-03-16 03:48:32 -07:00
parent 4e52d45423
commit 86a70287bb
No known key found for this signature in database

View File

@ -16,25 +16,24 @@
"build-full": "node build full"
},
"dependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-react-jsx": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-typescript": "^7.13.0",
"@babel/core": "^7.21.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"babel-plugin-remove-import-export": "^1.1.1",
"google-auth-library": "^3.1.0",
"image-size": "^0.7.2",
"output-file-sync": "^2.0.1"
"google-auth-library": "^3.1.2",
"image-size": "^0.7.5"
},
"devDependencies": {
"@types/jquery": "^3.5.3",
"@types/mocha": "^5.2.6",
"eslint": "^5.15.1",
"eslint": "^5.16.0",
"mocha": "^6.0.2",
"preact": "^8.3.1",
"tslint": "^5.13.0",
"typescript": "^4.3.2",
"source-map": "^0.7.3"
"source-map": "^0.7.3",
"tslint": "^5.20.1",
"typescript": "^4.9.5"
},
"private": true
}