diff --git a/package.json b/package.json index db04ba85..95a701c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lemmy-ui", - "version": "0.19.0-rc.7", + "version": "0.19.0-rc.8", "description": "An isomorphic UI for lemmy", "repository": "https://github.com/LemmyNet/lemmy-ui", "license": "AGPL-3.0", @@ -35,6 +35,7 @@ ] }, "dependencies": { + "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-decorators": "^7.21.5", "@babel/plugin-transform-runtime": "^7.21.5", "@babel/plugin-transform-typescript": "^7.21.5", @@ -97,7 +98,6 @@ "tributejs": "^5.1.3", "webpack": "^5.89.0", "webpack-cli": "^5.1.4", - "@babel/plugin-proposal-class-properties": "^7.18.6", "webpack-node-externals": "^3.0.0" }, "devDependencies": {