wip: Auto-updated dependencies
This commit is contained in:
parent
9d7bacef77
commit
85cf29bcc7
116 changed files with 1085 additions and 1317 deletions
|
@ -4,9 +4,9 @@
|
|||
"version": "",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@fontsource/permanent-marker": "^4.1.0",
|
||||
"@fontsource/roboto-mono": "^4.1.0",
|
||||
"@fontsource/ubuntu": "^4.1.0",
|
||||
"@fontsource/permanent-marker": "latest",
|
||||
"@fontsource/roboto-mono": "latest",
|
||||
"@fontsource/ubuntu": "latest",
|
||||
"@freesewing/components": "latest",
|
||||
"@freesewing/core": "latest",
|
||||
"@freesewing/css-theme": "latest",
|
||||
|
@ -19,16 +19,16 @@
|
|||
"@freesewing/plugin-i18n": "latest",
|
||||
"@freesewing/plugin-svgattr": "latest",
|
||||
"@freesewing/utils": "latest",
|
||||
"@material-ui/core": "^4.11.2",
|
||||
"@material-ui/core": "^4.11.4",
|
||||
"@material-ui/icons": "^4.11.2",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.57",
|
||||
"pattern": "link:..",
|
||||
"prismjs": "1.22.0",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
"react-scripts": "^3.4.4",
|
||||
"pattern": "./..",
|
||||
"prismjs": "1.23.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-scripts": "^4.0.3",
|
||||
"file-saver": "^2.0.5",
|
||||
"react-markdown": "5.0.3"
|
||||
"react-markdown": "6.0.2"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
|
|
|
@ -39,13 +39,9 @@
|
|||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^7.6.0",
|
||||
"babel-jest": "^26.2.2",
|
||||
"jest": "26.2.2",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
||||
"@freesewing/components": "^2.15.4",
|
||||
"@freesewing/css-theme": "^2.15.4",
|
||||
"@freesewing/i18n": "^2.15.4",
|
||||
|
@ -54,22 +50,20 @@
|
|||
"@freesewing/plugin-buttons": "^2.15.4",
|
||||
"@freesewing/plugin-flip": "^2.15.4",
|
||||
"@freesewing/utils": "^2.15.4",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"cross-env": "^7.0.2",
|
||||
"react-scripts": "^3.4.1",
|
||||
"webpack": "^4.44.1",
|
||||
"rollup": "^2.23.0",
|
||||
"@rollup/plugin-babel": "^5.1.0",
|
||||
"rollup-plugin-terser": "^6.1.0",
|
||||
"@rollup/plugin-commonjs": "^14.0.0",
|
||||
"react-scripts": "^4.0.3",
|
||||
"webpack": "^5.37.0",
|
||||
"rollup": "^2.48.0",
|
||||
"@rollup/plugin-babel": "^5.3.0",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"@rollup/plugin-commonjs": "^19.0.0",
|
||||
"@rollup/plugin-json": "^4.1.0",
|
||||
"@rollup/plugin-node-resolve": "^8.4.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.3",
|
||||
"@material-ui/core": "^4.11.0",
|
||||
"@material-ui/icons": "4.9.1",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.58",
|
||||
"@rollup/plugin-node-resolve": "^13.0.0",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
||||
"@material-ui/core": "^4.11.4",
|
||||
"@material-ui/icons": "^4.11.2",
|
||||
"@material-ui/lab": "^v4.0.0-alpha.57",
|
||||
"axios": "0.21.1",
|
||||
"react-intl": "^5.4.5",
|
||||
"react-intl": "^5.17.6",
|
||||
"prop-types": "^15.7.2",
|
||||
"mocha": "^8.1.0",
|
||||
"chai": "^4.2.0",
|
||||
|
@ -83,7 +77,7 @@
|
|||
],
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"tag": "latest"
|
||||
"tag": "next"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue