Skip to content

Commit ce13c8e

Browse files
committed
Make devcontainer plugins publishable
Also made them 0.0.0 for development.
1 parent f94fb60 commit ce13c8e

File tree

5 files changed

+15
-24
lines changed

5 files changed

+15
-24
lines changed

packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@backstage/plugin-techdocs-react": "^1.1.15",
4040
"@backstage/plugin-user-settings": "^0.8.0",
4141
"@backstage/theme": "^0.5.0",
42-
"@coder/backstage-plugin-coder": "^0.0.1",
43-
"@coder/backstage-plugin-devcontainers-react": "^0.1.0",
42+
"@coder/backstage-plugin-coder": "0.0.0",
43+
"@coder/backstage-plugin-devcontainers-react": "0.0.0",
4444
"@material-ui/core": "^4.12.2",
4545
"@material-ui/icons": "^4.9.1",
4646
"history": "^5.0.0",

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@backstage/plugin-search-backend-module-techdocs": "^0.1.13",
3838
"@backstage/plugin-search-backend-node": "^1.2.13",
3939
"@backstage/plugin-techdocs-backend": "^1.9.2",
40-
"@coder/backstage-plugin-devcontainers-backend": "^0.1.0",
40+
"@coder/backstage-plugin-devcontainers-backend": "0.0.0",
4141
"app": "link:../app",
4242
"better-sqlite3": "^9.0.0",
4343
"dockerode": "^3.3.1",

plugins/backstage-plugin-devcontainers-backend/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"name": "@coder/backstage-plugin-devcontainers-backend",
3-
"version": "0.1.0",
3+
"version": "0.0.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
7-
"private": true,
87
"publishConfig": {
98
"access": "public",
109
"main": "dist/index.cjs.js",

plugins/backstage-plugin-devcontainers-react/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"name": "@coder/backstage-plugin-devcontainers-react",
3-
"version": "0.1.0",
3+
"version": "0.0.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
7-
"private": true,
87
"publishConfig": {
98
"access": "public",
109
"main": "dist/index.esm.js",

yarn.lock

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8990,20 +8990,13 @@
89908990
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.7.tgz#50ae4353eaaddc04044279812f52c8c65857dbcb"
89918991
integrity sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==
89928992

8993-
"@types/react-dom@*", "@types/react-dom@^18.0.0":
8994-
version "18.2.19"
8995-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.19.tgz#b84b7c30c635a6c26c6a6dfbb599b2da9788be58"
8996-
integrity sha512-aZvQL6uUbIJpjZk4U8JZGbau9KDeAwMfmhyWorxgBkqDIEf6ROjRozcmPIicqsUwPUjbkDfHKgGee1Lq65APcA==
8993+
"@types/react-dom@*", "@types/react-dom@<18.0.0", "@types/react-dom@^18", "@types/react-dom@^18.0.0":
8994+
version "18.2.21"
8995+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.21.tgz#b8c81715cebdebb2994378616a8d54ace54f043a"
8996+
integrity sha512-gnvBA/21SA4xxqNXEwNiVcP0xSGHh/gi1VhWv9Bl46a0ItbTT5nFY+G9VSQpaG/8N/qdJpJ+vftQ4zflTtnjLw==
89978997
dependencies:
89988998
"@types/react" "*"
89998999

9000-
"@types/react-dom@<18.0.0":
9001-
version "17.0.25"
9002-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.25.tgz#e0e5b3571e1069625b3a3da2b279379aa33a0cb5"
9003-
integrity sha512-urx7A7UxkZQmThYA4So0NelOVjx3V4rNFVJwp0WZlbIK5eM4rNJDiN3R/E9ix0MBh6kAEojk/9YL+Te6D9zHNA==
9004-
dependencies:
9005-
"@types/react" "^17"
9006-
90079000
"@types/react-redux@^7.1.20":
90089001
version "7.1.33"
90099002
resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.33.tgz#53c5564f03f1ded90904e3c90f77e4bd4dc20b15"
@@ -9035,10 +9028,10 @@
90359028
dependencies:
90369029
"@types/react" "*"
90379030

9038-
"@types/react@*", "@types/react@^16.13.1 || ^17.0.0 || ^18.0.0":
9039-
version "18.2.62"
9040-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.62.tgz#2527a7a54749b1a99c87a4aa8b83e26846face38"
9041-
integrity sha512-l3f57BbaEKP0xcFzf+5qRG8/PXykZiuVM6eEoPtqBPCp6dxO3HhDkLIgIyXPhPKNAeXn3KO2pEaNgzaEo/asaw==
9031+
"@types/react@*", "@types/react@^16.13.1 || ^17.0.0", "@types/react@^16.13.1 || ^17.0.0 || ^18.0.0", "@types/react@^18":
9032+
version "18.2.64"
9033+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.64.tgz#3700fbb6b2fa60a6868ec1323ae4cbd446a2197d"
9034+
integrity sha512-MlmPvHgjj2p3vZaxbQgFUQFvD8QiZwACfGqEdDSWou5yISWxDQ4/74nCAwsUiX7UFLKZz3BbVSPj+YxeoGGCfg==
90429035
dependencies:
90439036
"@types/prop-types" "*"
90449037
"@types/scheduler" "*"
@@ -9865,8 +9858,8 @@ anymatch@^3.0.3, anymatch@~3.1.2:
98659858
"@backstage/plugin-techdocs-react" "^1.1.15"
98669859
"@backstage/plugin-user-settings" "^0.8.0"
98679860
"@backstage/theme" "^0.5.0"
9868-
"@coder/backstage-plugin-coder" "^0.0.0"
9869-
"@coder/backstage-plugin-devcontainers-react" "^0.1.0"
9861+
"@coder/backstage-plugin-coder" "0.0.0"
9862+
"@coder/backstage-plugin-devcontainers-react" "0.0.0"
98709863
"@material-ui/core" "^4.12.2"
98719864
"@material-ui/icons" "^4.9.1"
98729865
history "^5.0.0"

0 commit comments

Comments
 (0)