Skip to content

Commit

Permalink
fix: versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cha0s committed Jan 30, 2024
1 parent 74c1a85 commit 6abc4bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions packages/create-app/template/package.json.noconflict
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"start": "DEBUG=@flecks/*,-*:silly npm run dev"
},
"dependencies": {
"@flecks/core": "3.0.0",
"@flecks/server": "3.0.0"
"@flecks/core": "^3.0.0",
"@flecks/server": "^3.0.0"
},
"devDependencies": {
"@flecks/build": "3.0.0",
"@flecks/create-fleck": "3.0.0",
"lerna": "^3.22.1",
"@flecks/build": "^3.0.0",
"@flecks/create-fleck": "^3.0.0",
"lerna": "^8.0.2",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/create-fleck/template/package.json.noconflict
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"index.js"
],
"dependencies": {
"@flecks/core": "3.0.0"
"@flecks/core": "^3.0.0"
},
"devDependencies": {
"@flecks/build": "3.0.0",
"@flecks/fleck": "3.0.0"
"@flecks/build": "^3.0.0",
"@flecks/fleck": "^3.0.0"
}
}

0 comments on commit 6abc4bc

Please sign in to comment.