Skip to content

Commit

Permalink
fix: upgrade typescript to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan Bansal committed Jan 24, 2025
1 parent d3cc2ff commit bfb07c5
Show file tree
Hide file tree
Showing 17 changed files with 278 additions and 276 deletions.
2 changes: 1 addition & 1 deletion aform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"eslint": "^8.40.0",
"jsdom": "^25.0.0",
"stonecrop-rig": "workspace:*",
"typescript": "~5.6.3",
"typescript": "^5.7.3",
"vite-plugin-lib-inject-css": "^2.1.1",
"vite": "^5.4.5",
"vitest": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion atable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"eslint": "^8.40.0",
"jsdom": "^25.0.0",
"stonecrop-rig": "workspace:*",
"typescript": "~5.6.3",
"typescript": "^5.7.3",
"vite-plugin-lib-inject-css": "^2.1.1",
"vite": "^5.4.5",
"vitest": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion beam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"eslint-plugin-vue": "^9.11.1",
"sass": "^1.75.0",
"stonecrop-rig": "workspace:*",
"typescript": "~5.6.3",
"typescript": "^5.7.3",
"vite-plugin-lib-inject-css": "^2.1.1",
"vite": "^5.4.5",
"vitest": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion code_editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.11.1",
"stonecrop-rig": "workspace:*",
"typescript": "~5.6.3",
"typescript": "^5.7.3",
"vite": "^5.4.5",
"vue-router": "^4.4.0"
},
Expand Down
Loading

0 comments on commit bfb07c5

Please sign in to comment.