Skip to content

Commit 3b2ff9d

Browse files
chore: fix package.json sorting order
1 parent 2fceae3 commit 3b2ff9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"type-fest": "2.17.0"
5555
},
5656
"devDependencies": {
57-
"@types/styled-components": "5.1.36",
5857
"@nrwl/cli": "^14.5.1",
5958
"@nrwl/workspace": "^14.5.1",
6059
"@percy/cli": "1.7.0",
@@ -82,6 +81,7 @@
8281
"@types/react-dom": "18.2.18",
8382
"@types/react-is": "17.0.3",
8483
"@types/react-test-renderer": "18.0.7",
84+
"@types/styled-components": "5.1.36",
8585
"@typescript-eslint/eslint-plugin": "^6.0.0",
8686
"@typescript-eslint/parser": "^6.0.0",
8787
"axios": "0.24.0",
@@ -138,4 +138,4 @@
138138
"node": ">=12.0.0",
139139
"npm": ">=6.9.0"
140140
}
141-
}
141+
}

sync-github.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"latestCommitSHA": "11323eba75a80e15f876eb4a27bbfbe7830a7048"
2+
"latestCommitSHA": "5b4f1347a679330f70454ac7a31e15208b6d9661"
33
}

0 commit comments

Comments
 (0)