Skip to content

Commit 882ea53

Browse files
committed
pkg
1 parent f25cc41 commit 882ea53

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@
1515
"devDependencies": {
1616
"@types/jest": "^29.5.11",
1717
"@types/jest-in-case": "^1.0.2",
18-
"@types/node": "^20.12.7",
1918
"@types/mkdirp": "1.0.2",
19+
"@types/node": "^20.12.7",
2020
"@typescript-eslint/eslint-plugin": "^6.18.1",
2121
"@typescript-eslint/parser": "^6.18.1",
2222
"copyfiles": "^2.4.1",
2323
"del-cli": "^5.1.0",
24+
"eslint": "^8.56.0",
2425
"eslint-config-prettier": "^9.1.0",
2526
"eslint-plugin-simple-import-sort": "^10.0.0",
2627
"eslint-plugin-unused-imports": "^3.0.0",
27-
"eslint": "^8.56.0",
2828
"glob": "8.0.3",
29-
"jest-in-case": "^1.0.2",
3029
"jest": "^29.6.2",
30+
"jest-in-case": "^1.0.2",
3131
"lerna": "^6",
3232
"mkdirp": "1.0.2",
3333
"prettier": "^3.0.2",
3434
"strip-ansi": "^6",
35-
"symlink-workspace": "^1.1.0",
35+
"symlink-workspace": "^1.9.0",
3636
"ts-jest": "^29.1.1",
3737
"ts-node": "^10.9.2",
3838
"typescript": "^5.1.6"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7169,10 +7169,10 @@ symbol-observable@^2.0.3:
71697169
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-2.0.3.tgz#5b521d3d07a43c351055fa43b8355b62d33fd16a"
71707170
integrity sha512-sQV7phh2WCYAn81oAkakC5qjq2Ml0g8ozqz03wOGnx9dDlG1de6yrF+0RAzSJD8fPUow3PTSMf2SAbOGxb93BA==
71717171

7172-
symlink-workspace@^1.1.0:
7173-
version "1.1.0"
7174-
resolved "https://registry.yarnpkg.com/symlink-workspace/-/symlink-workspace-1.1.0.tgz#476811e1fb5a00c529e44c8b37765dbefff77e19"
7175-
integrity sha512-7kF6g/7bpDRCi7KdJNPnMrXURehpb6Sd5yHePSnHT+8pD2uec5Se3KPHwyUFFK/vEYhgKX6qabtr1Qmrtzjr8g==
7172+
symlink-workspace@^1.9.0:
7173+
version "1.9.0"
7174+
resolved "https://registry.yarnpkg.com/symlink-workspace/-/symlink-workspace-1.9.0.tgz#df4c5ce48bd55e54580e813126c643a86e29e759"
7175+
integrity sha512-eKSISj/3r5gLU4NCY5Ir16PLPavHYb2s2DMN7wGheaZAMlUGEuq8qUhlmbBMR8J32Yq9PCtcA+yritgHpwUDfw==
71767176
dependencies:
71777177
chalk "4.1.2"
71787178
glob "8.1.0"

0 commit comments

Comments
 (0)