round-core 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/cli.js +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "round-core",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "A lightweight frontend framework for SPA with signals and fine grained reactivity",
5
5
  "workspaces": [
6
6
  "packages/*"
package/src/cli.js CHANGED
@@ -252,11 +252,11 @@ async function runInit({ name }) {
252
252
  },
253
253
  dependencies: {
254
254
  'round-core': '^' + getRoundVersion(),
255
- '@round-core/shared': '^1.0.0'
255
+ '@round-core/shared': 'latest'
256
256
  },
257
257
  devDependencies: {
258
- '@round-core/lint': '^0.1.0',
259
- '@round-core/prettier': '^0.1.0',
258
+ '@round-core/lint': 'latest',
259
+ '@round-core/prettier': 'latest',
260
260
  'eslint': '^9.39.2',
261
261
  'espree': '^10.0.0',
262
262
  'globals': '^17.0.0',