mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 06:37:56 +01:00
Update version
This commit is contained in:
parent
d00a81a799
commit
c1d81cd074
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@wisemapping/core-js",
|
"name": "@wisemapping/core-js",
|
||||||
"version": "0.4.1",
|
"version": "0.5.20",
|
||||||
"description": "WiseMapping - Core Common Libraries",
|
"description": "WiseMapping - Core Common Libraries",
|
||||||
"homepage": "http://www.wisemapping.org/",
|
"homepage": "http://www.wisemapping.org/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,7 +9,7 @@
|
|||||||
"src"
|
"src"
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.yarnpkg.com"
|
"registry": "https://registry.npmjs.com"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@wisemapping/editor",
|
"name": "@wisemapping/editor",
|
||||||
"version": "0.4.2",
|
"version": "0.5.20",
|
||||||
"main": "dist/editor.bundle.js",
|
"main": "dist/editor.bundle.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"bootstrap": "yalc publish;yalc add @wisemapping/mindplot",
|
"bootstrap": "yalc publish;yalc add @wisemapping/mindplot",
|
||||||
@ -28,7 +28,7 @@
|
|||||||
"react": "^18.2.0"
|
"react": "^18.2.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@wisemapping/mindplot": "^5.0.15",
|
"@wisemapping/mindplot": "^5.0.20",
|
||||||
"emoji-picker-react": "^4.4.7",
|
"emoji-picker-react": "^4.4.7",
|
||||||
"react-color": "^2.19.3",
|
"react-color": "^2.19.3",
|
||||||
"react-loader-spinner": "^5.3.4"
|
"react-loader-spinner": "^5.3.4"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@wisemapping/mindplot",
|
"name": "@wisemapping/mindplot",
|
||||||
"version": "5.0.19",
|
"version": "5.0.20",
|
||||||
"description": "WiseMapping - Mindplot Canvas Library",
|
"description": "WiseMapping - Mindplot Canvas Library",
|
||||||
"homepage": "http://www.wisemapping.org/",
|
"homepage": "http://www.wisemapping.org/",
|
||||||
"directories": {
|
"directories": {
|
||||||
@ -13,7 +13,7 @@
|
|||||||
"assets"
|
"assets"
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.yarnpkg.com"
|
"registry": "https://registry.npmjs.com"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -34,8 +34,8 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/jquery": "^3.5.11",
|
"@types/jquery": "^3.5.11",
|
||||||
"@wisemapping/core-js": "^0.4.0",
|
"@wisemapping/core-js": "^0.5.20",
|
||||||
"@wisemapping/web2d": "^0.4.0",
|
"@wisemapping/web2d": "^0.5.20",
|
||||||
"emoji-picker-react": "^4.4.3",
|
"emoji-picker-react": "^4.4.3",
|
||||||
"jquery": "3.6.0",
|
"jquery": "3.6.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@wisemapping/web2d",
|
"name": "@wisemapping/web2d",
|
||||||
"version": "0.4.6",
|
"version": "0.5.20",
|
||||||
"description": "WiseMapping - Web2D Render Library",
|
"description": "WiseMapping - Web2D Render Library",
|
||||||
"homepage": "http://www.wisemapping.org/",
|
"homepage": "http://www.wisemapping.org/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,7 +9,7 @@
|
|||||||
"src"
|
"src"
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.yarnpkg.com"
|
"registry": "https://registry.npmjs.com"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -43,7 +43,7 @@
|
|||||||
"start-server-and-test": "^1.15.2"
|
"start-server-and-test": "^1.15.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@wisemapping/core-js": "^0.4.0",
|
"@wisemapping/core-js": "^0.5.20",
|
||||||
"jquery": "^3.6.0"
|
"jquery": "^3.6.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@wisemapping/webapp",
|
"name": "@wisemapping/webapp",
|
||||||
"version": "5.0.19",
|
"version": "5.0.20",
|
||||||
"main": "app.jsx",
|
"main": "app.jsx",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"bootstrap": "yalc publish;yalc add @wisemapping/editor",
|
"bootstrap": "yalc publish;yalc add @wisemapping/editor",
|
||||||
@ -19,6 +19,9 @@
|
|||||||
"src",
|
"src",
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
|
"publishConfig": {
|
||||||
|
"registry": "https://registry.npmjs.com"
|
||||||
|
},
|
||||||
"repository": "http://www.wisemapping.com",
|
"repository": "http://www.wisemapping.com",
|
||||||
"author": "Paulo Veiga <pveiga@gmail.com>, Ezequiel Bergamaschi <ezequielbergamaschi@gmail.com>",
|
"author": "Paulo Veiga <pveiga@gmail.com>, Ezequiel Bergamaschi <ezequielbergamaschi@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -36,7 +39,7 @@
|
|||||||
"@mui/lab": "^5.0.0-alpha.98",
|
"@mui/lab": "^5.0.0-alpha.98",
|
||||||
"@mui/material": "^5.10.11",
|
"@mui/material": "^5.10.11",
|
||||||
"@reduxjs/toolkit": "^1.5.0",
|
"@reduxjs/toolkit": "^1.5.0",
|
||||||
"@wisemapping/editor": "^0.4.0",
|
"@wisemapping/editor": "^0.5.20",
|
||||||
"axios": "^0.27.2",
|
"axios": "^0.27.2",
|
||||||
"dayjs": "^1.10.7",
|
"dayjs": "^1.10.7",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
|
18
yarn.lock
18
yarn.lock
@ -6400,19 +6400,19 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@wisemapping/core-js@^0.4.0, @wisemapping/core-js@workspace:packages/core-js":
|
"@wisemapping/core-js@^0.5.20, @wisemapping/core-js@workspace:packages/core-js":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@wisemapping/core-js@workspace:packages/core-js"
|
resolution: "@wisemapping/core-js@workspace:packages/core-js"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@wisemapping/editor@^0.4.0, @wisemapping/editor@workspace:packages/editor":
|
"@wisemapping/editor@^0.5.20, @wisemapping/editor@workspace:packages/editor":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@wisemapping/editor@workspace:packages/editor"
|
resolution: "@wisemapping/editor@workspace:packages/editor"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@testing-library/react": ^13.4.0
|
"@testing-library/react": ^13.4.0
|
||||||
"@types/cypress-image-snapshot": ^3.1.6
|
"@types/cypress-image-snapshot": ^3.1.6
|
||||||
"@wisemapping/mindplot": ^5.0.15
|
"@wisemapping/mindplot": ^5.0.20
|
||||||
babel-polyfill: ^6.26.0
|
babel-polyfill: ^6.26.0
|
||||||
cypress: ^12.3.0
|
cypress: ^12.3.0
|
||||||
cypress-image-snapshot: ^4.0.1
|
cypress-image-snapshot: ^4.0.1
|
||||||
@ -6433,7 +6433,7 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@wisemapping/mindplot@^5.0.15, @wisemapping/mindplot@workspace:packages/mindplot":
|
"@wisemapping/mindplot@^5.0.20, @wisemapping/mindplot@workspace:packages/mindplot":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@wisemapping/mindplot@workspace:packages/mindplot"
|
resolution: "@wisemapping/mindplot@workspace:packages/mindplot"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -6449,8 +6449,8 @@ __metadata:
|
|||||||
"@storybook/manager-webpack4": ^6.5.16
|
"@storybook/manager-webpack4": ^6.5.16
|
||||||
"@storybook/testing-library": ^0.0.13
|
"@storybook/testing-library": ^0.0.13
|
||||||
"@types/jquery": ^3.5.11
|
"@types/jquery": ^3.5.11
|
||||||
"@wisemapping/core-js": ^0.4.0
|
"@wisemapping/core-js": ^0.5.20
|
||||||
"@wisemapping/web2d": ^0.4.0
|
"@wisemapping/web2d": ^0.5.20
|
||||||
babel-loader: ^8.3.0
|
babel-loader: ^8.3.0
|
||||||
blob-polyfill: ^6.0.20211015
|
blob-polyfill: ^6.0.20211015
|
||||||
cypress: ^12.3.0
|
cypress: ^12.3.0
|
||||||
@ -6465,7 +6465,7 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@wisemapping/web2d@^0.4.0, @wisemapping/web2d@workspace:packages/web2d":
|
"@wisemapping/web2d@^0.5.20, @wisemapping/web2d@workspace:packages/web2d":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@wisemapping/web2d@workspace:packages/web2d"
|
resolution: "@wisemapping/web2d@workspace:packages/web2d"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -6479,7 +6479,7 @@ __metadata:
|
|||||||
"@storybook/html": ^6.5.15
|
"@storybook/html": ^6.5.15
|
||||||
"@storybook/manager-webpack5": ^6.5.15
|
"@storybook/manager-webpack5": ^6.5.15
|
||||||
"@storybook/testing-library": ^0.0.13
|
"@storybook/testing-library": ^0.0.13
|
||||||
"@wisemapping/core-js": ^0.4.0
|
"@wisemapping/core-js": ^0.5.20
|
||||||
cypress: 12.3.0
|
cypress: 12.3.0
|
||||||
cypress-image-snapshot: ^4.0.1
|
cypress-image-snapshot: ^4.0.1
|
||||||
jquery: ^3.6.0
|
jquery: ^3.6.0
|
||||||
@ -6503,7 +6503,7 @@ __metadata:
|
|||||||
"@testing-library/cypress": ^8.0.3
|
"@testing-library/cypress": ^8.0.3
|
||||||
"@types/testing-library__cypress": ^5.0.8
|
"@types/testing-library__cypress": ^5.0.8
|
||||||
"@welldone-software/why-did-you-render": ^7.0.1
|
"@welldone-software/why-did-you-render": ^7.0.1
|
||||||
"@wisemapping/editor": ^0.4.0
|
"@wisemapping/editor": ^0.5.20
|
||||||
axios: ^0.27.2
|
axios: ^0.27.2
|
||||||
cypress: ^12.3.0
|
cypress: ^12.3.0
|
||||||
cypress-image-snapshot: ^4.0.1
|
cypress-image-snapshot: ^4.0.1
|
||||||
|
Loading…
Reference in New Issue
Block a user