diff --git a/package.json b/package.json index ec4df91..cf1f446 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,7 @@ "postcss-simple-vars": "^5" }, "dependencies": { - "@babel/plugin-transform-flow-strip-types": "^7.16.7", - "@joepie91/express-react-views": "^1.0.1", + "@joepie91/express-react-views": "2.0.0", "@promistream/combine-sequential-streaming": "^0.1.0", "@promistream/decode-string": "^0.1.0", "@promistream/from-node-stream": "^0.1.3", diff --git a/yarn.lock b/yarn.lock index 6f7bb5a..a927468 100644 --- a/yarn.lock +++ b/yarn.lock @@ -992,10 +992,10 @@ resolved "https://registry.yarnpkg.com/@joepie91/eslint-config/-/eslint-config-1.1.0.tgz#9397e6ce0a010cb57dcf8aef8754d3a5ce0ae36a" integrity sha512-XliasRSUfOz1/bAvTBaUlCjWDbceCW4y1DnvFfW7Yw9p2FbNRR0w8WoPdTxTCjKuoZ7/OQMeBxIe2y9Qy6rbYw== -"@joepie91/express-react-views@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@joepie91/express-react-views/-/express-react-views-1.0.1.tgz#200742303eb2670444579003dfff1e6c12dc58c8" - integrity sha512-hEEIe+Hn0yJZgBoP5IOGSOVYVFMUscZj2zgmADpQKBOJf34leYrqMn8cRjJ6BiMFpCbO0PdXWwzr00IsBg1EqQ== +"@joepie91/express-react-views@2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@joepie91/express-react-views/-/express-react-views-2.0.0.tgz#994f028a12173ac0d1cfd194e22d2b5dafd3f511" + integrity sha512-cnCchNTT1LoXEhgm/RTkSB9uyVBgh8jzO7pN5lVLOf1QKFZ3j7w23aAi+xEfnxO4cmijXzQX8zP9/zlaGvb3og== dependencies: "@babel/core" "^7.0.0" "@babel/plugin-transform-flow-strip-types" "^7.0.0"