Skip to content

Commit

Permalink
fix: update nuxt typescript dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan Bansal committed Jan 21, 2025
1 parent 352d1e2 commit 05f495b
Show file tree
Hide file tree
Showing 29 changed files with 1,650 additions and 706 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.6.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.6.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.6.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.6.3",
"vite": "^5.4.5",
"vue-router": "^4.4.0"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@stonecrop/aform",
"comment": "lock typescript dependency",
"type": "patch"
}
],
"packageName": "@stonecrop/aform"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@stonecrop/atable",
"comment": "lock typescript dependency",
"type": "patch"
}
],
"packageName": "@stonecrop/atable"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@stonecrop/beam",
"comment": "lock typescript dependency",
"type": "patch"
}
],
"packageName": "@stonecrop/beam"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@stonecrop/code-editor",
"comment": "lock typescript dependency",
"type": "patch"
}
],
"packageName": "@stonecrop/code-editor"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@stonecrop/desktop",
"comment": "lock typescript dependency",
"type": "patch"
}
],
"packageName": "@stonecrop/desktop"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@stonecrop/graphql-client",
"comment": "lock typescript dependency",
"type": "patch"
}
],
"packageName": "@stonecrop/graphql-client"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@stonecrop/node-editor",
"comment": "lock typescript dependency",
"type": "patch"
}
],
"packageName": "@stonecrop/node-editor"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@stonecrop/nuxt",
"comment": "update typescript dependency",
"type": "patch"
}
],
"packageName": "@stonecrop/nuxt"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@stonecrop/nuxt",
"comment": "lock typescript dependency",
"type": "patch"
}
],
"packageName": "@stonecrop/nuxt"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@stonecrop/stonecrop",
"comment": "lock typescript dependency",
"type": "patch"
}
],
"packageName": "@stonecrop/stonecrop"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@stonecrop/utilities",
"comment": "lock typescript dependency",
"type": "patch"
}
],
"packageName": "@stonecrop/utilities"
}
Loading

0 comments on commit 05f495b

Please sign in to comment.