Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Bump thoth-core to v0.0.60 and target latest release in thoth-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoth CI committed Nov 11, 2021
1 parent acf8785 commit 5b29b72
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 21 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"install:canary": "yarn add @latitudegames/thoth-core@canary"
},
"dependencies": {
"@latitudegames/thoth-core": "^0.0.58",
"@latitudegames/thoth-core": "^0.0.59",
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"@monaco-editor/react": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latitudegames/thoth-core",
"version": "0.0.59",
"version": "0.0.60",
"description": "core shared code for thoth",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
27 changes: 8 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1476,25 +1476,6 @@
"@types/yargs" "^16.0.0"
chalk "^4.0.0"

"@latitudegames/thoth-core@^0.0.56":
version "0.0.56"
resolved "https://npm.pkg.github.com/download/@latitudegames/thoth-core/0.0.56/8915222d885de595fe729d0b704f43a1ff73c45d5b5f48a8d99cd1850c36ba5b#5c5045049b2ba90e14a0b631c87f546b16952bc3"
integrity sha512-69ttIbdBNPGaqfO5hl3et9RppxjAUneZ3AnkDyiT+H9XYpuC6iTzYMbUYxi663/rCka1HnfgI1mKyci3JmeyPw==
dependencies:
deep-equal "^2.0.5"
handlebars "^4.7.7"
jsdom "^17.0.0"
path "^0.12.7"
react "^17.0.2"
regenerator-runtime "^0.13.9"
rete "https://github.com/latitudegames/rete.git#master"
rete-area-plugin "^0.2.1"
rete-connection-plugin "^0.9.0"
rete-context-menu-plugin "^0.6.0-rc.1"
rete-module-plugin "^0.4.1"
rete-react-render-plugin "^0.2.1"
uuid "^8.3.2"

"@lerna/[email protected]":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@lerna/add/-/add-4.0.0.tgz#c36f57d132502a57b9e7058d1548b7a565ef183f"
Expand Down Expand Up @@ -12394,6 +12375,14 @@ rete-react-render-plugin@^0.2.1:
resolved "https://registry.yarnpkg.com/rete-react-render-plugin/-/rete-react-render-plugin-0.2.1.tgz#71a6d73f18f850b85262563f678b40080a7b0e32"
integrity sha512-2ZMXUP0v+EiejHVMqdrOmUwyDBHC2UDOJ/pFkElaZL1Kn/E40JZA5yzdBXi6ajYZI2DCzoW5ZBcA2Ihjtur8MQ==

"rete@git+https://github.com/latitudegames/rete.git#master":
version "1.4.5"
uid "24565a81a2bbcdd4cd73b0a725977550cc8ff988"
resolved "git+https://github.com/latitudegames/rete.git#24565a81a2bbcdd4cd73b0a725977550cc8ff988"
dependencies:
lodash "^4.17.21"
watch "^1.0.2"

"rete@https://github.com/latitudegames/rete.git#master":
version "1.4.5"
resolved "https://github.com/latitudegames/rete.git#24565a81a2bbcdd4cd73b0a725977550cc8ff988"
Expand Down

0 comments on commit 5b29b72

Please sign in to comment.