File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @hcengineering/platform-rig" ,
3- "version" : " 0.7.1 " ,
3+ "version" : " 0.7.2 " ,
44 "scripts" : {
55 "build" : " echo 'Not required'" ,
66 "format" : " echo 'Not required'"
99 "./bin/*" : " ./bin/*" ,
1010 "./profiles/*" : " ./profiles/*"
1111 },
12- "devDependencies" : {},
13- "dependencies" : {
12+ "devDependencies" : {
1413 "eslint-config-standard-with-typescript" : " ^40.0.0" ,
1514 "svelte-eslint-parser" : " ^0.33.1" ,
1615 "esbuild" : " ^0.24.2" ,
1716 "esbuild-svelte" : " ^0.9.0" ,
1817 "esbuild-plugin-copy" : " ~2.1.1" ,
1918 "typescript" : " ^5.8.3"
2019 },
20+ "dependencies" : {},
2121 "bin" : {
2222 "format" : " ./bin/format.js" ,
2323 "compile" : " ./bin/compile.js" ,
2424 "do-svelte-check" : " ./bin/do-svelte-check.js" ,
2525 "bump-package-version" : " ./bin/bump-package-version.js"
2626 },
2727 "peerDependencies" : {
28- "@typescript-eslint/parser" : " ^6.11.0" ,
29- "eslint" : " ^8.54.0"
28+ "@typescript-eslint/parser" : " >=6.0 <10" ,
29+ "eslint" : " >=8 <10" ,
30+ "typescript" : " >=4.3 <6" ,
31+ "prettier" : " >=2.0 <4" ,
32+ "esbuild" : " >=0.14 <1"
3033 },
3134 "publishConfig" : {
3235 "access" : " public"
You can’t perform that action at this time.
0 commit comments