Skip to content

Commit

Permalink
pinned versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lusito committed Jun 7, 2024
1 parent c6460a7 commit 92a76fd
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 47 deletions.
4 changes: 2 additions & 2 deletions demos/tsx-dom-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
]
},
"dependencies": {
"esbuild": "^0.21.4",
"tsx-dom": "^3.0.0"
"esbuild": "0.21.4",
"tsx-dom": "3.0.0"
}
}
22 changes: 11 additions & 11 deletions demos/tsx-dom-ssr-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
]
},
"dependencies": {
"@fastify/static": "^7.0.4",
"@lusito/require-libs": "^0.14.0",
"dom-helmet": "^1.0.0",
"esbuild": "^0.21.4",
"esbuild-register": "^3.5.0",
"fastify": "^4.27.0",
"happy-dom": "^14.12.0",
"node-cache": "^5.1.2",
"pirates": "^4.0.6",
"scatman": "^0.10.0",
"tsx-dom-ssr": "^1.0.0"
"@fastify/static": "7.0.4",
"@lusito/require-libs": "0.14.0",
"dom-helmet": "1.0.0",
"esbuild": "0.21.4",
"esbuild-register": "3.5.0",
"fastify": "4.27.0",
"happy-dom": "14.12.0",
"node-cache": "5.1.2",
"pirates": "4.0.6",
"scatman": "0.10.0",
"tsx-dom-ssr": "1.0.0"
}
}
70 changes: 44 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
},
"dependencies": {
"@lusito/eslint-config": "3.1.3",
"@lusito/mono": "^0.19.2",
"@lusito/mono-docs": "^0.18.4",
"@lusito/mono": "0.19.2",
"@lusito/mono-docs": "0.18.4",
"@lusito/prettier-config": "3.1.0",
"@lusito/stylelint-config": "3.0.0",
"@lusito/tsconfig": "^1.0.5",
"@lusito/tsconfig": "1.0.5",
"@types/jest": "29.5.12",
"@types/node": "20.14.1",
"@types/prompts": "^2.4.9",
"@types/prompts": "2.4.9",
"jest": "29.7.0",
"nodemon": "^3.1.3",
"nodemon": "3.1.3",
"sort-package-json": "2.10.0",
"ts-jest": "29.1.4",
"typescript": "5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/dom-helmet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"test": "jest"
},
"devDependencies": {
"happy-dom": "^14.12.0"
"happy-dom": "14.12.0"
}
}
2 changes: 1 addition & 1 deletion packages/tsx-dom-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"build": "rimraf dist && tsc -p tsconfig.build.json"
},
"dependencies": {
"tsx-dom-types": "^2.0.0"
"tsx-dom-types": "2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/tsx-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"test": "jest"
},
"dependencies": {
"tsx-dom-types": "^2.0.0"
"tsx-dom-types": "2.0.0"
}
}

0 comments on commit 92a76fd

Please sign in to comment.