Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
callmekatootie committed Apr 21, 2023
1 parent 00a7bd6 commit e0b3fc8
Show file tree
Hide file tree
Showing 5 changed files with 574 additions and 20 deletions.
550 changes: 550 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

Large diffs are not rendered by default.

Empty file added .yarn/versions/0c28262f.yml
Empty file.
4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-block-template",
"version": "0.0.0",
"name": "openapi-viewer-block",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"start": "blocks start",
Expand Down
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2480,24 +2480,6 @@ __metadata:
languageName: node
linkType: hard

"custom-block-template@workspace:.":
version: 0.0.0-use.local
resolution: "custom-block-template@workspace:."
dependencies:
"@githubnext/blocks": ^2.3.5
"@primer/react": ^35.25.0
"@types/swagger-ui-react": ^4.18.0
core-js: ^3.30.1
mobx: ^6.9.0
prettier: ^2.8.7
react: ^18.1.0
react-dom: ^18.1.0
redoc: ^2.0.0
styled-components: ^5.3.9
swagger-ui-react: ^4.18.2
languageName: unknown
linkType: soft

"debug@npm:2.6.9":
version: 2.6.9
resolution: "debug@npm:2.6.9"
Expand Down Expand Up @@ -4658,6 +4640,24 @@ __metadata:
languageName: node
linkType: hard

"openapi-viewer-block@workspace:.":
version: 0.0.0-use.local
resolution: "openapi-viewer-block@workspace:."
dependencies:
"@githubnext/blocks": ^2.3.5
"@primer/react": ^35.25.0
"@types/swagger-ui-react": ^4.18.0
core-js: ^3.30.1
mobx: ^6.9.0
prettier: ^2.8.7
react: ^18.1.0
react-dom: ^18.1.0
redoc: ^2.0.0
styled-components: ^5.3.9
swagger-ui-react: ^4.18.2
languageName: unknown
linkType: soft

"os-tmpdir@npm:~1.0.2":
version: 1.0.2
resolution: "os-tmpdir@npm:1.0.2"
Expand Down

0 comments on commit e0b3fc8

Please sign in to comment.