Skip to content

Commit

Permalink
update other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
devbydaniel committed Nov 20, 2023
1 parent f78e988 commit 8005e62
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions packages/material-renderers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
},
"dependencies": {
"@date-io/dayjs": "1.3.13",
"dayjs": "1.10.6",
"dayjs": "1.10.7",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand All @@ -93,52 +93,52 @@
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@jsonforms/core": "workspace:*",
"@jsonforms/react": "workspace:*",
"@mui/icons-material": "^5.11.16",
"@mui/material": "~5.13.0",
"@mui/x-date-pickers": "^6.5.0",
"@rollup/plugin-commonjs": "^23.0.3",
"@mui/icons-material": "^5.14.18",
"@mui/material": "~5.13.7",
"@mui/x-date-pickers": "^6.18.1",
"@rollup/plugin-commonjs": "^23.0.7",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1",
"@types/enzyme": "^3.10.3",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@types/enzyme": "^3.10.16",
"@types/react": "^17.0.70",
"@types/react-dom": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
"copy-webpack-plugin": "^5.0.5",
"copy-webpack-plugin": "^5.1.2",
"enzyme": "^3.11.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.27.5",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.33.2",
"jest": "^27.5.1",
"jsdom": "^22.0.0",
"jsdom": "^22.1.0",
"jsdom-global": "^3.0.2",
"nyc": "^15.1.0",
"prettier": "^2.8.4",
"prettier": "^2.8.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"rollup": "^2.78.0",
"rollup": "^2.79.1",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-import-css": "^3.3.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-import-css": "^3.3.5",
"rollup-plugin-typescript2": "^0.34.1",
"rollup-plugin-visualizer": "^5.4.1",
"rollup-plugin-visualizer": "^5.9.2",
"source-map-loader": "^0.2.4",
"ts-jest": "^27.1.4",
"ts-loader": "^6.2.1",
"tslib": "^2.5.0",
"typedoc": "~0.21.9",
"ts-jest": "^27.1.5",
"ts-loader": "^6.2.2",
"tslib": "^2.6.2",
"typedoc": "~0.21.10",
"typescript": "4.2.3",
"webpack": "^4.41.2",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.9.0"
"webpack": "^4.47.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3"
}
}

0 comments on commit 8005e62

Please sign in to comment.