mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-14 11:17:57 +01:00
Update packages
This commit is contained in:
parent
8cf2016028
commit
5c5915a3d5
541
.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
vendored
Normal file
541
.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -1,3 +1,7 @@
|
||||
nodeLinker: node-modules
|
||||
|
||||
plugins:
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
||||
spec: "@yarnpkg/plugin-interactive-tools"
|
||||
|
||||
yarnPath: .yarn/releases/yarn-3.3.1.cjs
|
||||
|
28
package.json
28
package.json
@ -57,12 +57,12 @@
|
||||
"@babel/preset-env": "^7.14.7",
|
||||
"@babel/preset-typescript": "^7.16.5",
|
||||
"@babel/register": "^7.16.0",
|
||||
"@formatjs/cli": "^6.0.4",
|
||||
"@types/jest": "^29.0.5",
|
||||
"@formatjs/cli": "^6.2.7",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.0",
|
||||
"@typescript-eslint/parser": "^5.48.0",
|
||||
"babel-loader": "^9.1.2",
|
||||
"copy-webpack-plugin": "^10.2.4",
|
||||
"copy-webpack-plugin": "^12.0.2",
|
||||
"css-loader": "^6.7.3",
|
||||
"eslint": "^8.4.1",
|
||||
"eslint-config-airbnb-base": "^14.2.1",
|
||||
@ -73,25 +73,25 @@
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-react": "^7.31.10",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"html-webpack-plugin": "^5.3.2",
|
||||
"husky": "^8.0.0",
|
||||
"jest": "^29.3.1",
|
||||
"jest-diff": "^29.3.1",
|
||||
"jest-environment-jsdom": "^29.3.1",
|
||||
"html-webpack-plugin": "^5.6.0",
|
||||
"husky": "^9.0.10",
|
||||
"jest": "^29.7.0",
|
||||
"jest-diff": "^29.7.0",
|
||||
"jest-environment-jsdom": "^29.7.0",
|
||||
"jest-webpack": "^0.5.1",
|
||||
"lerna": "^7.1.0",
|
||||
"lint-staged": "^10.5.4",
|
||||
"prettier": "^2.7.1",
|
||||
"start-server-and-test": "^1.15.4",
|
||||
"start-server-and-test": "^2.0.3",
|
||||
"style-loader": "^3.3.1",
|
||||
"ts-jest": "^29.0.5",
|
||||
"ts-loader": "^9.4.2",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4",
|
||||
"webpack": "^5.75.0",
|
||||
"webpack-bundle-analyzer": "^4.5.0",
|
||||
"webpack-cli": "^5.0.1",
|
||||
"webpack-dev-server": "^4.11.1"
|
||||
"typescript": "^4.9.5",
|
||||
"webpack": "^5.90.1",
|
||||
"webpack-bundle-analyzer": "^4.10.1",
|
||||
"webpack-cli": "^5.1.4",
|
||||
"webpack-dev-server": "^4.15.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
|
@ -21,28 +21,28 @@
|
||||
"test:unit": "jest ./test/unit/* --detectOpenHandles"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.10.5",
|
||||
"@emotion/styled": "^11.10.5",
|
||||
"@mui/icons-material": "^5.9.3",
|
||||
"@mui/material": "^5.10.11",
|
||||
"@emotion/react": "^11.11.3",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@mui/icons-material": "^5.15.9",
|
||||
"@mui/material": "^5.15.9",
|
||||
"@wisemapping/mindplot": "workspace:*",
|
||||
"emoji-picker-react": "4.5.2",
|
||||
"emoji-picker-react": "4.7.14",
|
||||
"react-color": "^2.19.3",
|
||||
"react-intl": "^6.2.1",
|
||||
"react-loader-spinner": "^5.3.4",
|
||||
"react-intl": "^6.6.2",
|
||||
"react-loader-spinner": "^6.1.6",
|
||||
"styled-components": "^5.3.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@formatjs/cli": "^6.0.4",
|
||||
"@formatjs/cli": "^6.2.7",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@types/cypress-image-snapshot": "^3.1.6",
|
||||
"@types/cypress-image-snapshot": "^3.1.9",
|
||||
"babel-polyfill": "^6.26.0",
|
||||
"cypress": "^13.6.4",
|
||||
"cypress-image-snapshot": "^4.0.1",
|
||||
"jest-transform-stub": "^2.0.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"start-server-and-test": "^2.0.0"
|
||||
"start-server-and-test": "^2.0.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^18.2.0",
|
||||
|
@ -31,11 +31,11 @@
|
||||
"test:unit": "jest ./test/unit/export/*.ts ./test/unit/import/*.ts --verbose --silent --detectOpenHandles"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/jquery": "^3.5.11",
|
||||
"@types/jquery": "^3.5.29",
|
||||
"@wisemapping/core-js": "workspace:*",
|
||||
"@wisemapping/web2d": "workspace:*",
|
||||
"emoji-picker-react": "^4.4.3",
|
||||
"jquery": "3.6.0",
|
||||
"emoji-picker-react": "^4.7.14",
|
||||
"jquery": "3.7.1",
|
||||
"lodash": "^4.17.21",
|
||||
"xml-formatter": "^2.6.1"
|
||||
},
|
||||
@ -53,9 +53,9 @@
|
||||
"@storybook/testing-library": "^0.0.13",
|
||||
"babel-loader": "^8.3.0",
|
||||
"blob-polyfill": "^6.0.20211015",
|
||||
"cypress": "^12.3.0",
|
||||
"cypress": "^13.6.4",
|
||||
"cypress-image-snapshot": "^4.0.1",
|
||||
"jest": "^29.4.1",
|
||||
"jest": "^29.7.0",
|
||||
"mocha": "^9.1.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
@ -34,7 +34,7 @@
|
||||
"@storybook/html": "^6.5.15",
|
||||
"@storybook/manager-webpack5": "^6.5.15",
|
||||
"@storybook/testing-library": "^0.0.13",
|
||||
"cypress": "12.17.2",
|
||||
"cypress": "13.6.4",
|
||||
"cypress-image-snapshot": "^4.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user