Update versions of core

This commit is contained in:
Paulo Gustavo Veiga 2021-12-18 15:24:31 -08:00
parent b834f3e9e1
commit 40d5924e25
4 changed files with 2 additions and 4 deletions

View File

@ -23,7 +23,6 @@
}, },
"dependencies": { "dependencies": {
"@types/styled-components": "^5.1.4", "@types/styled-components": "^5.1.4",
"@wisemapping/core-js": "^0.0.1",
"react": "^17.0.1", "react": "^17.0.1",
"react-dom": "^17.0.1", "react-dom": "^17.0.1",
"styled-components": "^5.2.1" "styled-components": "^5.2.1"

View File

@ -30,7 +30,7 @@
"test": "yarn test:unit && yarn test:integration" "test": "yarn test:unit && yarn test:integration"
}, },
"dependencies": { "dependencies": {
"@wisemapping/core-js": "^0.0.1", "@wisemapping/core-js": "^0.4.0",
"@wisemapping/web2d": "^0.4.0", "@wisemapping/web2d": "^0.4.0",
"jest": "^27.4.3", "jest": "^27.4.3",
"jquery": "^3.6.0", "jquery": "^3.6.0",

View File

@ -50,7 +50,7 @@
"webpack-merge": "^5.8.0" "webpack-merge": "^5.8.0"
}, },
"dependencies": { "dependencies": {
"@wisemapping/core-js": "^0.0.1", "@wisemapping/core-js": "^0.4.0",
"jquery": "^3.6.0" "jquery": "^3.6.0"
} }
} }

View File

@ -56,7 +56,6 @@
"@material-ui/icons": "^4.11.2", "@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57", "@material-ui/lab": "^4.0.0-alpha.57",
"@reduxjs/toolkit": "^1.5.0", "@reduxjs/toolkit": "^1.5.0",
"@wisemapping/core-js": "^0.0.1",
"axios": "^0.21.0", "axios": "^0.21.0",
"dayjs": "^1.10.4", "dayjs": "^1.10.4",
"react": "^17.0.0", "react": "^17.0.0",