Skip to content

Commit daaeca0

Browse files
fix(deps): update dependency typescript to v6.0.3 (#2204)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4dea5f2 commit daaeca0

3 files changed

Lines changed: 83 additions & 83 deletions

File tree

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-abac-example",
3-
"version": "0.1.584",
3+
"version": "0.1.585",
44
"private": true,
55
"homepage": ".",
66
"dependencies": {
@@ -14,7 +14,7 @@
1414
"react-dom": "19.2.5",
1515
"react-scripts": "5.0.1",
1616
"react-syntax-highlighter": "16.1.1",
17-
"typescript": "6.0.2"
17+
"typescript": "6.0.3"
1818
},
1919
"scripts": {
2020
"start": "react-scripts start",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-abac",
3-
"version": "0.1.511",
3+
"version": "0.1.512",
44
"description": "Attribute Based Access Control and Role Based Access Control for React",
55
"keywords": [
66
"abac",
@@ -203,7 +203,7 @@
203203
"ts-node": "10.9.2",
204204
"tsc-watch": "7.2.0",
205205
"tslib": "2.8.1",
206-
"typescript": "6.0.2"
206+
"typescript": "6.0.3"
207207
},
208208
"peerDependencies": {
209209
"react": "^16.8.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"

0 commit comments

Comments
 (0)