From 6e960a9a934bf08fc23720e79ad90fce0bbbd03d Mon Sep 17 00:00:00 2001 From: Bart Riepe Date: Thu, 24 Nov 2022 10:49:20 +0900 Subject: [PATCH] fix: update setup-node to version 3 to remove warnings --- .github/workflows/publish.yml | 2 +- package-lock.json | 64 +++++++++++++++++------------------ package.json | 4 +-- src/StoreActions.tsx | 3 +- 4 files changed, 36 insertions(+), 37 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b8691a6..6b38087 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: node-version: "lts/*" diff --git a/package-lock.json b/package-lock.json index 1a8c727..3ded7c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-development", "license": "ISC", "dependencies": { - "@compiled/react": "^0.10.2", + "@compiled/react": "^0.11.1", "immutable": "^4.0.0", "jsondiffpatch": "^0.4.1", "localforage": "^1.10.0", @@ -23,7 +23,7 @@ "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7", "@babel/preset-typescript": "^7.16.7", - "@compiled/babel-plugin": "^0.12.1", + "@compiled/babel-plugin": "^0.16.5", "@types/react": "^17.0.2", "react": "^17.0.2", "redux": "4.0.1", @@ -1848,23 +1848,23 @@ } }, "node_modules/@compiled/babel-plugin": { - "version": "0.12.1", - "resolved": "https://registry.npmjs.org/@compiled/babel-plugin/-/babel-plugin-0.12.1.tgz", - "integrity": "sha512-H/GbAIDLCsSsRuNJICCX0q0Tezfi85q1EGVEvfXQFoBRDACz5+ESrHCnwD4LjfbSVeuKO4t2w//CERtHbfvW9g==", + "version": "0.16.5", + "resolved": "https://registry.npmjs.org/@compiled/babel-plugin/-/babel-plugin-0.16.5.tgz", + "integrity": "sha512-mDYK66AKakn0ezd8mJr6Ep0W0Mor1jPBjOeq3jpb8+t+dM5R6alPiPuleMgev3C1k/KmpXHUZVpGYH91h81dWg==", "dev": true, "dependencies": { - "@babel/core": "^7.17.2", - "@babel/generator": "^7.17.0", + "@babel/core": "^7.17.10", + "@babel/generator": "^7.17.10", "@babel/helper-plugin-utils": "^7.16.7", - "@babel/parser": "^7.17.0", + "@babel/parser": "^7.17.10", "@babel/plugin-syntax-jsx": "^7.16.7", "@babel/plugin-transform-flow-strip-types": "^7.16.7", "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.0", - "@babel/types": "^7.17.0", - "@compiled/css": "^0.8.1", - "@compiled/utils": "^0.6.14", - "@emotion/is-prop-valid": "^1.1.1", + "@babel/traverse": "^7.17.10", + "@babel/types": "^7.17.10", + "@compiled/css": "^0.8.5", + "@compiled/utils": "^0.6.16", + "@emotion/is-prop-valid": "^1.2.0", "resolve": "^1.22.0" } }, @@ -1886,11 +1886,11 @@ } }, "node_modules/@compiled/react": { - "version": "0.10.4", - "resolved": "https://registry.npmjs.org/@compiled/react/-/react-0.10.4.tgz", - "integrity": "sha512-kp+ZhxYAOYbHMCd4R1h995aC7y5fsRLxEoyYboj0IjLDk/WfvdHlJJNYjVeVHnLn2Og4Dnt5Paf7DLSe+7AS3Q==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@compiled/react/-/react-0.11.1.tgz", + "integrity": "sha512-R719Jtaze+j8oQsMm+xEBT533DOIAPeEIdZvea/WZFnkbuXzggOrS2Gmch/K6Uc7Bjs4pOB96+QZttRJKcZiwg==", "dependencies": { - "csstype": "^3.0.11" + "csstype": "^3.1.0" }, "peerDependencies": { "react": ">= 16.12.0" @@ -11782,23 +11782,23 @@ "optional": true }, "@compiled/babel-plugin": { - "version": "0.12.1", - "resolved": "https://registry.npmjs.org/@compiled/babel-plugin/-/babel-plugin-0.12.1.tgz", - "integrity": "sha512-H/GbAIDLCsSsRuNJICCX0q0Tezfi85q1EGVEvfXQFoBRDACz5+ESrHCnwD4LjfbSVeuKO4t2w//CERtHbfvW9g==", + "version": "0.16.5", + "resolved": "https://registry.npmjs.org/@compiled/babel-plugin/-/babel-plugin-0.16.5.tgz", + "integrity": "sha512-mDYK66AKakn0ezd8mJr6Ep0W0Mor1jPBjOeq3jpb8+t+dM5R6alPiPuleMgev3C1k/KmpXHUZVpGYH91h81dWg==", "dev": true, "requires": { - "@babel/core": "^7.17.2", - "@babel/generator": "^7.17.0", + "@babel/core": "^7.17.10", + "@babel/generator": "^7.17.10", "@babel/helper-plugin-utils": "^7.16.7", - "@babel/parser": "^7.17.0", + "@babel/parser": "^7.17.10", "@babel/plugin-syntax-jsx": "^7.16.7", "@babel/plugin-transform-flow-strip-types": "^7.16.7", "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.0", - "@babel/types": "^7.17.0", - "@compiled/css": "^0.8.1", - "@compiled/utils": "^0.6.14", - "@emotion/is-prop-valid": "^1.1.1", + "@babel/traverse": "^7.17.10", + "@babel/types": "^7.17.10", + "@compiled/css": "^0.8.5", + "@compiled/utils": "^0.6.16", + "@emotion/is-prop-valid": "^1.2.0", "resolve": "^1.22.0" } }, @@ -11820,11 +11820,11 @@ } }, "@compiled/react": { - "version": "0.10.4", - "resolved": "https://registry.npmjs.org/@compiled/react/-/react-0.10.4.tgz", - "integrity": "sha512-kp+ZhxYAOYbHMCd4R1h995aC7y5fsRLxEoyYboj0IjLDk/WfvdHlJJNYjVeVHnLn2Og4Dnt5Paf7DLSe+7AS3Q==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@compiled/react/-/react-0.11.1.tgz", + "integrity": "sha512-R719Jtaze+j8oQsMm+xEBT533DOIAPeEIdZvea/WZFnkbuXzggOrS2Gmch/K6Uc7Bjs4pOB96+QZttRJKcZiwg==", "requires": { - "csstype": "^3.0.11" + "csstype": "^3.1.0" } }, "@compiled/utils": { diff --git a/package.json b/package.json index 83e02b4..0faf1a2 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "license": "ISC", "dependencies": { - "@compiled/react": "^0.10.2", + "@compiled/react": "^0.11.1", "immutable": "^4.0.0", "jsondiffpatch": "^0.4.1", "localforage": "^1.10.0", @@ -40,7 +40,7 @@ "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7", "@babel/preset-typescript": "^7.16.7", - "@compiled/babel-plugin": "^0.12.1", + "@compiled/babel-plugin": "^0.16.5", "@types/react": "^17.0.2", "react": "^17.0.2", "redux": "4.0.1", diff --git a/src/StoreActions.tsx b/src/StoreActions.tsx index 2b22f3a..5d1d648 100644 --- a/src/StoreActions.tsx +++ b/src/StoreActions.tsx @@ -17,8 +17,7 @@ const Popup = styled.div` background-color: white; display: flex; contain: content; - flex-direction: column; -`; + flex-direction: column;`; const Header = styled.div` padding: 4px;