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