Skip to content

Commit

Permalink
chore: Update npm dependencies to version 0.2.0-canary.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukearch committed Jul 8, 2024
1 parent 383bead commit 43240a8
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.1.3-canary.0",
"version": "0.2.0-canary.0",
"packages": [
"packages/*",
"templates/*"
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asteroidejs/cli",
"version": "0.1.3-canary.0",
"version": "0.2.0-canary.0",
"description": "",
"bin": {
"asteroide": "dist/index.js"
Expand All @@ -26,7 +26,7 @@
"build": "npm run clean && ncc build src/index.ts -t -o dist --minify --no-cache --no-source-map-register"
},
"devDependencies": {
"@asteroidejs/common": "^0.1.3-canary.0",
"@asteroidejs/config": "^0.1.3-canary.0"
"@asteroidejs/common": "^0.2.0-canary.0",
"@asteroidejs/config": "^0.2.0-canary.0"
}
}
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asteroidejs/common",
"version": "0.1.3-canary.0",
"version": "0.2.0-canary.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asteroidejs/config",
"version": "0.1.3-canary.0",
"version": "0.2.0-canary.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -26,6 +26,6 @@
"build": "npm run clean && ncc build src/index.ts -t -o dist --minify --no-cache --no-source-map-register && npm run generate-types"
},
"devDependencies": {
"@asteroidejs/common": "^0.1.3-canary.0"
"@asteroidejs/common": "^0.2.0-canary.0"
}
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asteroidejs/core",
"version": "0.1.3-canary.0",
"version": "0.2.0-canary.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test:watch": "jest --runInBand --watch"
},
"devDependencies": {
"@asteroidejs/common": "^0.1.3-canary.0",
"@asteroidejs/config": "^0.1.3-canary.0"
"@asteroidejs/common": "^0.2.0-canary.0",
"@asteroidejs/config": "^0.2.0-canary.0"
}
}
4 changes: 2 additions & 2 deletions packages/create-asteroide-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-asteroide-app",
"version": "0.1.3-canary.0",
"version": "0.2.0-canary.0",
"description": "",
"bin": {
"create-asteroide-app": "dist/index.js"
Expand Down Expand Up @@ -29,6 +29,6 @@
"build": "npm run clean && ncc build src/index.ts -t -o dist --minify --no-cache --no-source-map-register && npm run copy-templates"
},
"devDependencies": {
"@asteroidejs/common": "^0.1.3-canary.0"
"@asteroidejs/common": "^0.2.0-canary.0"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-plugin-asteroide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-asteroide",
"version": "0.1.3-canary.0",
"version": "0.2.0-canary.0",
"description": "ESLint plugin for Asteroide.js",
"main": "dist/index.js",
"license": "MIT",
Expand All @@ -24,6 +24,6 @@
"access": "public"
},
"devDependencies": {
"@asteroidejs/common": "^0.1.3-canary.0"
"@asteroidejs/common": "^0.2.0-canary.0"
}
}
10 changes: 5 additions & 5 deletions templates/default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "default",
"version": "0.1.0",
"version": "0.2.0-canary.0",
"description": "A default template for Asteroide.js projects",
"private": true,
"scripts": {
Expand All @@ -13,10 +13,10 @@
"test:e2e": "npm run build && jest --config e2e/jest-e2e.config.js"
},
"dependencies": {
"@asteroidejs/cli": "^0.1.3-canary.0",
"@asteroidejs/common": "^0.1.3-canary.0",
"@asteroidejs/config": "^0.1.3-canary.0",
"@asteroidejs/core": "^0.1.3-canary.0"
"@asteroidejs/cli": "^0.2.0-canary.0",
"@asteroidejs/common": "^0.2.0-canary.0",
"@asteroidejs/config": "^0.2.0-canary.0",
"@asteroidejs/core": "^0.2.0-canary.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
Expand Down

0 comments on commit 43240a8

Please sign in to comment.