Skip to content

Commit 7349c2d

Browse files
committed
Reupdate dependencies and recreate lock file
1 parent d328943 commit 7349c2d

6 files changed

Lines changed: 183 additions & 183 deletions

File tree

examples/jest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"@examples/symbol-plugin": "workspace:^",
1010
"@stackbuilders/assertive-ts": "workspace:^",
1111
"@types/jest": "^29.5.2",
12-
"@types/node": "^20.3.1",
12+
"@types/node": "^20.3.2",
1313
"jest": "^29.5.0",
1414
"ts-jest": "^29.1.0",
1515
"ts-node": "^10.9.1",
16-
"typescript": "^5.1.3"
16+
"typescript": "^5.1.6"
1717
}
1818
}

examples/mocha/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"@examples/symbol-plugin": "workspace:^",
1010
"@stackbuilders/assertive-ts": "workspace:^",
1111
"@types/mocha": "^10.0.1",
12-
"@types/node": "^20.3.1",
12+
"@types/node": "^20.3.2",
1313
"mocha": "^10.2.0",
1414
"ts-node": "^10.9.1",
15-
"typescript": "^5.1.3"
15+
"typescript": "^5.1.6"
1616
}
1717
}

examples/symbolPlugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@stackbuilders/assertive-ts": "workspace:^",
12-
"typescript": "^5.1.3"
12+
"typescript": "^5.1.6"
1313
},
1414
"peerDependencies": {
1515
"@stackbuilders/assertive-ts": "*"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"test": "turbo run test"
2424
},
2525
"devDependencies": {
26-
"@typescript-eslint/eslint-plugin": "^5.60.0",
27-
"@typescript-eslint/parser": "^5.60.0",
26+
"@typescript-eslint/eslint-plugin": "^5.60.1",
27+
"@typescript-eslint/parser": "^5.60.1",
2828
"eslint": "^8.43.0",
2929
"eslint-import-resolver-typescript": "^3.5.5",
3030
"eslint-plugin-etc": "^2.0.3",
3131
"eslint-plugin-import": "^2.27.5",
32-
"eslint-plugin-jsdoc": "^46.2.6",
32+
"eslint-plugin-jsdoc": "^46.4.2",
3333
"eslint-plugin-sonarjs": "^0.19.0",
34-
"turbo": "^1.10.4",
35-
"typescript": "^5.1.3"
34+
"turbo": "^1.10.6",
35+
"typescript": "^5.1.6"
3636
}
3737
}

package/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@
3434
},
3535
"devDependencies": {
3636
"@types/mocha": "^10.0.1",
37-
"@types/node": "^20.3.1",
37+
"@types/node": "^20.3.2",
3838
"@types/sinon": "^10.0.15",
3939
"all-contributors-cli": "^6.26.0",
4040
"cross-env": "^7.0.3",
4141
"mocha": "^10.2.0",
42-
"semantic-release": "^21.0.5",
42+
"semantic-release": "^21.0.6",
4343
"sinon": "^15.2.0",
4444
"ts-node": "^10.9.1",
4545
"typedoc": "^0.24.8",
4646
"typedoc-plugin-markdown": "^3.15.3",
4747
"typedoc-plugin-merge-modules": "^5.0.1",
48-
"typescript": "^5.1.3"
48+
"typescript": "^5.1.6"
4949
}
5050
}

0 commit comments

Comments
 (0)