Skip to content

Commit

Permalink
Updated typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Feb 7, 2024
1 parent 54a23fa commit 36add19
Show file tree
Hide file tree
Showing 8 changed files with 84 additions and 83 deletions.
2 changes: 1 addition & 1 deletion addons/Dexie.Observable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"eslint": "^7.27.0",
"just-build": "^0.9.24",
"qunit": "^2.9.2",
"typescript": "4.9.4",
"typescript": "^5.3.3",
"uglify-js": "^3.5.6"
}
}
2 changes: 1 addition & 1 deletion addons/Dexie.Syncable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"eslint": "^5.16.0",
"just-build": "^0.9.24",
"qunit": "^2.9.2",
"typescript": "4.9.4",
"typescript": "^5.3.3",
"uglify-js": "^3.5.6"
}
}
2 changes: 1 addition & 1 deletion addons/dexie-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"rollup": "^4.1.4",
"terser": "^5.20.0",
"tslib": "*",
"typescript": "^4.9.4"
"typescript": "^5.3.3"
},
"dependencies": {
"dexie-cloud-common": "^1.0.31",
Expand Down
2 changes: 1 addition & 1 deletion addons/dexie-export-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"clarinet": "dfahlander/clarinet",
"just-build": "^0.9.24",
"rollup-plugin-alias": "^2.2.0",
"typescript": "4.9.4",
"typescript": "^5.3.3",
"typeson": "^5.8.2",
"typeson-registry": "^1.0.0-alpha.21"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/dexie-cloud-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^18.11.18",
"typescript": "4.9.4"
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion libs/dexie-react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"ts-loader": "^8.0.17",
"typescript": "4.9.4",
"typescript": "^5.3.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"sorted-json": "^0.2.6",
"terser": "^5.3.1",
"tslib": "^2.1.0",
"typescript": "^5.0.4",
"typescript": "^5.3.3",
"uglify-js": "^3.9.2"
}
}

0 comments on commit 36add19

Please sign in to comment.