Skip to content

Commit 6e960a9

Browse files
committed
fix: update setup-node to version 3 to remove warnings
1 parent 81bbf84 commit 6e960a9

File tree

4 files changed

+36
-37
lines changed

4 files changed

+36
-37
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v3
2020

21-
- uses: actions/setup-node@v2
21+
- uses: actions/setup-node@v3
2222
with:
2323
node-version: "lts/*"
2424

package-lock.json

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"license": "ISC",
2828
"dependencies": {
29-
"@compiled/react": "^0.10.2",
29+
"@compiled/react": "^0.11.1",
3030
"immutable": "^4.0.0",
3131
"jsondiffpatch": "^0.4.1",
3232
"localforage": "^1.10.0",
@@ -40,7 +40,7 @@
4040
"@babel/preset-env": "^7.16.11",
4141
"@babel/preset-react": "^7.16.7",
4242
"@babel/preset-typescript": "^7.16.7",
43-
"@compiled/babel-plugin": "^0.12.1",
43+
"@compiled/babel-plugin": "^0.16.5",
4444
"@types/react": "^17.0.2",
4545
"react": "^17.0.2",
4646
"redux": "4.0.1",

src/StoreActions.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ const Popup = styled.div`
1717
background-color: white;
1818
display: flex;
1919
contain: content;
20-
flex-direction: column;
21-
`;
20+
flex-direction: column;`;
2221

2322
const Header = styled.div`
2423
padding: 4px;

0 commit comments

Comments
 (0)