v0.1.1-alpha.0

This commit is contained in:
Patrik Oldsberg
2020-03-25 19:13:14 +01:00
parent 3a0d8edcb5
commit 019032a7a3
6 changed files with 22 additions and 25 deletions
+5 -2
View File
@@ -1,6 +1,9 @@
{
"packages": ["packages/*", "plugins/*"],
"packages": [
"packages/*",
"plugins/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.1.0"
"version": "0.1.1-alpha.0"
}
+5 -5
View File
@@ -1,15 +1,15 @@
{
"name": "@backstage/app",
"version": "0.0.0",
"version": "0.1.1-alpha.0",
"private": true,
"dependencies": {
"@backstage/cli": "^0.1.1-alpha.0",
"@backstage/core": "^0.1.1-alpha.0",
"@backstage/plugin-home-page": "^0.1.1-alpha.0",
"@backstage/plugin-welcome": "^0.1.1-alpha.0",
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.45",
"@backstage/cli": "^0.1.0",
"@backstage/core": "^0.1.0",
"@backstage/plugin-home-page": "^0.1.0",
"@backstage/plugin-welcome": "^0.1.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
+1 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.1.0",
"version": "0.1.1-alpha.0",
"private": false,
"publishConfig": {
"access": "public"
@@ -24,9 +24,6 @@
"test": "backstage-cli test",
"start": "nodemon ."
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/fs-extra": "^8.1.0",
"@types/html-webpack-plugin": "^3.2.2",
+2 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core",
"description": "Core API used by Backstage plugins and apps",
"version": "0.1.0",
"version": "0.1.1-alpha.0",
"private": false,
"publishConfig": {
"access": "public"
@@ -23,9 +23,6 @@
"lint": "backstage-cli lint",
"test": "backstage-cli test"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",
@@ -42,7 +39,7 @@
"recompose": "0.30.0"
},
"devDependencies": {
"@backstage/cli": "^0.1.0",
"@backstage/cli": "^0.1.1-alpha.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
+6 -6
View File
@@ -1,12 +1,14 @@
{
"name": "@backstage/plugin-home-page",
"version": "0.1.0",
"version": "0.1.1-alpha.0",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"private": true,
"devDependencies": {
"@backstage/cli": "^0.1.0",
"@backstage/core": "^0.1.0",
"@backstage/cli": "^0.1.1-alpha.0",
"@backstage/core": "^0.1.1-alpha.0",
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
@@ -14,9 +16,7 @@
"@types/node": "^12.0.0",
"@types/testing-library__jest-dom": "5.0.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1"
"react-dom": "^16.12.0"
},
"scripts": {
"build": "backstage-cli plugin:build",
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-welcome",
"version": "0.1.0",
"version": "0.1.1-alpha.0",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"license": "Apache-2.0",
@@ -11,8 +11,8 @@
"test": "backstage-cli test"
},
"devDependencies": {
"@backstage/core": "^0.1.0",
"@backstage/cli": "^0.1.0",
"@backstage/cli": "^0.1.1-alpha.0",
"@backstage/core": "^0.1.1-alpha.0",
"@types/testing-library__jest-dom": "5.0.2"
},
"dependencies": {