1
0
Fork 0

chore: Dependency updates. See #1736

This commit is contained in:
Joost De Cock 2022-01-27 09:34:41 +01:00
parent 34be92f5df
commit 95690205a5
2 changed files with 24 additions and 24 deletions

View file

@ -15,20 +15,20 @@ _types:
'@freesewing/plugin-buttons': *freesewing
'@freesewing/plugin-flip': *freesewing
'@freesewing/utils': *freesewing
'react-scripts': '^4.0.3'
'webpack': '^5.37.0'
'rollup': '^2.50.6'
'react-scripts': '^5.0.0'
'webpack': '^5.67.0'
'rollup': '^2.66.1'
'@rollup/plugin-babel': '^5.3.0'
'@rollup/plugin-commonjs': '^20.0.0'
'@rollup/plugin-commonjs': '^21.0.1'
'@rollup/plugin-json': '^4.1.0'
'@rollup/plugin-node-resolve': '^13.0.0'
'@rollup/plugin-node-resolve': '^13.1.3'
'rollup-plugin-peer-deps-external': '^2.2.4'
'@material-ui/core': &matui-core '^4.11.4'
'@material-ui/core': &matui-core '^4.12.3'
'@material-ui/icons': &matui-icons '^4.11.2'
'@material-ui/lab': &matui-lab '^v4.0.0-alpha.57'
'axios': &axios '0.21.2'
'react-intl': &react-intl '^5.17.6'
'prop-types': '^15.7.2'
'@material-ui/lab': &matui-lab '^v4.0.0-alpha.60'
'axios': &axios '^0.25.0'
'react-intl': &react-intl '^5.24.4'
'prop-types': '^15.8.1'
'mocha': &mocha '^9.1.1'
'chai': &chai '^4.2.0'
'@babel/register': &babelregister '^7.10.5'

View file

@ -32,28 +32,28 @@
"@freesewing/plugin-debug": "latest",
"@freesewing/plugin-flip": "latest",
"@freesewing/utils": "latest",
"react-scripts": "^4.0.3",
"webpack": "^5.37.0",
"rollup": "^2.50.6",
"react-scripts": "^5.0.0",
"webpack": "^5.67.0",
"rollup": "^2.66.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-url": "^6.0.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-url": "^6.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-yaml": "^3.0.0",
"@material-ui/core": "^4.11.4",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-yaml": "^3.1.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"axios": "0.21.2",
"react-intl": "5.17.6",
"prop-types": "15.7.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"axios": "^0.25.0",
"react-intl": "^5.24.4",
"prop-types": "^15.8.1",
"file-saver": "^2.0.5",
"eslint": "^7.27.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0"
"eslint-plugin-promise": "^5.2.0"
}
}