From e92585f7fce68c106728fb8f708dd95b8f7e8b8a Mon Sep 17 00:00:00 2001 From: Annika L Date: Sun, 6 Nov 2022 15:25:51 -0800 Subject: [PATCH] Update main dependencies --- package.json | 49 ++++++++++++++++++++++++------------------------- 1 file changed, 24 insertions(+), 25 deletions(-) diff --git a/package.json b/package.json index ae5fc54c4..0d2aab008 100644 --- a/package.json +++ b/package.json @@ -4,36 +4,35 @@ "repository": "github:smogon/damage-calc", "license": "MIT", "dependencies": { - "@smogon/calc": "^0.6.0", - "calc": "file:calc" + "@smogon/calc": "file:calc" }, "devDependencies": { - "eslint": "^8.4.1", - "express": "^4.17.1", + "eslint": "^8.27.0", + "express": "^4.18.2", "subpkg": "^4.1.0" }, "optionalDependencies": { - "@babel/core": "^7.16.5", - "@babel/plugin-proposal-class-properties": "^7.16.5", - "@babel/plugin-proposal-object-rest-spread": "^7.16.5", - "@babel/plugin-proposal-optional-catch-binding": "^7.16.5", - "@babel/plugin-proposal-optional-chaining": "^7.16.5", - "@babel/plugin-transform-arrow-functions": "^7.16.5", - "@babel/plugin-transform-block-scoping": "^7.16.5", - "@babel/plugin-transform-classes": "^7.16.5", - "@babel/plugin-transform-computed-properties": "^7.16.5", - "@babel/plugin-transform-destructuring": "^7.16.5", - "@babel/plugin-transform-for-of": "^7.16.5", - "@babel/plugin-transform-literals": "^7.16.5", - "@babel/plugin-transform-member-expression-literals": "^7.16.5", - "@babel/plugin-transform-parameters": "^7.16.5", - "@babel/plugin-transform-property-literals": "^7.16.5", - "@babel/plugin-transform-shorthand-properties": "^7.16.5", - "@babel/plugin-transform-spread": "^7.16.5", - "@babel/plugin-transform-template-literals": "^7.16.5", - "@babel/plugin-transform-typescript": "^7.16.1", - "@babel/preset-env": "^7.16.5", - "terser": "^5.10.0" + "@babel/core": "^7.20.2", + "@babel/plugin-proposal-class-properties": "^7.18.6", + "@babel/plugin-proposal-object-rest-spread": "^7.20.2", + "@babel/plugin-proposal-optional-catch-binding": "^7.18.6", + "@babel/plugin-proposal-optional-chaining": "^7.18.9", + "@babel/plugin-transform-arrow-functions": "^7.18.6", + "@babel/plugin-transform-block-scoping": "^7.20.2", + "@babel/plugin-transform-classes": "^7.20.2", + "@babel/plugin-transform-computed-properties": "^7.18.9", + "@babel/plugin-transform-destructuring": "^7.20.2", + "@babel/plugin-transform-for-of": "^7.18.8", + "@babel/plugin-transform-literals": "^7.18.9", + "@babel/plugin-transform-member-expression-literals": "^7.18.6", + "@babel/plugin-transform-parameters": "^7.20.1", + "@babel/plugin-transform-property-literals": "^7.18.6", + "@babel/plugin-transform-shorthand-properties": "^7.18.6", + "@babel/plugin-transform-spread": "^7.19.0", + "@babel/plugin-transform-template-literals": "^7.18.9", + "@babel/plugin-transform-typescript": "^7.20.2", + "@babel/preset-env": "^7.20.2", + "terser": "^5.15.1" }, "scripts": { "lint": "subpkg run lint && eslint --cache src --ext js",