Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency upgrade #1299

Merged
merged 7 commits into from
May 5, 2021
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions apps/sensenet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,29 +38,29 @@
]
},
"devDependencies": {
"@cypress/code-coverage": "^3.9.3",
"@cypress/code-coverage": "^3.9.4",
"@relative-ci/agent": "^1.5.0",
"@types/autosuggest-highlight": "^3.1.1",
"@types/react": "^17.0.3",
"@types/react-autosuggest": "^10.1.3",
"@types/react-autosuggest": "^10.1.4",
"@types/react-dom": "^17.0.3",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.12",
"@types/react-router-dom": "^5.1.7",
"@types/react-virtualized": "^9.21.11",
"@types/uuid": "^8.0.1",
"clean-webpack-plugin": "^3.0.0",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"compression-webpack-plugin": "7.1.2",
"copy-webpack-plugin": "^8.1.0",
"css-loader": "^5.2.0",
"css-minimizer-webpack-plugin": "^1.3.0",
"cypress": "^6.8.0",
"cypress-file-upload": "^5.0.3",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^5.2.4",
"css-minimizer-webpack-plugin": "^2.0.0",
"cypress": "^7.1.0",
"cypress-file-upload": "^5.0.6",
"cypress-xpath": "^1.6.2",
"file-loader": "^6.1.1",
"fork-ts-checker-webpack-plugin": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.2.1",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.3.9",
"mini-css-extract-plugin": "^1.5.0",
"monaco-editor-webpack-plugin": "^3.0.1",
"nyc": "^15.1.0",
"nyc-config-tsx": "^0.1.0",
Expand All @@ -69,12 +69,12 @@
"source-map-support": "^0.5.19",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"ts-loader": "^8.0.18",
"ts-loader": "^9.0.0",
"ts-node": "^9.1.1",
"url-loader": "^4.1.1",
"webpack": "^5.28.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.5.0",
"webpack": "^5.34.0",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
},
Expand All @@ -95,13 +95,13 @@
"@sensenet/repository-events": "^2.1.0",
"autosuggest-highlight": "^3.1.1",
"clsx": "^1.1.1",
"date-fns": "^2.19.0",
"filesize": "^6.1.0",
"date-fns": "^2.21.1",
"filesize": "^6.2.6",
"react": "^16.13.0",
"react-autosuggest": "^10.1.0",
"react-day-picker": "^7.4.10",
"react-dom": "^16.13.0",
"react-markdown": "^5.0.3",
"react-markdown": "^6.0.0",
"react-monaco-editor": "0.43.0",
"react-responsive": "^8.2.0",
"react-virtualized": "^9.22.3",
Expand Down
44 changes: 22 additions & 22 deletions examples/sn-blog-gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,33 +23,33 @@
"dependencies": {
"@material-ui/core": "^4.11.3",
"@sensenet/universal-header-react": "^0.1.0",
"date-fns": "^2.19.0",
"gatsby": "^3.2.1",
"gatsby-plugin-material-ui": "^3.0.0",
"gatsby-plugin-react-helmet": "^4.2.0",
"gatsby-plugin-sharp": "^3.2.1",
"gatsby-plugin-typescript": "^3.2.0",
"gatsby-remark-copy-linked-files": "^3.2.0",
"gatsby-remark-prismjs": "^4.2.0",
"gatsby-remark-responsive-iframe": "^3.2.0",
"gatsby-remark-smartypants": "^3.2.0",
"gatsby-source-filesystem": "^3.2.0",
"gatsby-transformer-json": "^3.2.0",
"gatsby-transformer-remark": "^3.2.0",
"date-fns": "^2.21.1",
"gatsby": "^3.3.1",
"gatsby-plugin-material-ui": "^3.0.1",
"gatsby-plugin-react-helmet": "^4.3.0",
"gatsby-plugin-sharp": "^3.3.1",
"gatsby-plugin-typescript": "^3.3.0",
"gatsby-remark-copy-linked-files": "^4.0.0",
"gatsby-remark-prismjs": "^5.0.0",
"gatsby-remark-responsive-iframe": "^4.0.0",
"gatsby-remark-smartypants": "^4.0.0",
"gatsby-source-filesystem": "^3.3.0",
"gatsby-transformer-json": "^3.3.0",
"gatsby-transformer-remark": "^4.0.0",
"prism-themes": "^1.1.0",
"prismjs": "^1.23.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"typescript": "^3.5.2"
"react-helmet": "^6.1.0",
"typescript": "^4.2.4"
},
"devDependencies": {
"@types/node": "^12.0.10",
"@types/react": "^16.8.22",
"@types/react-dom": "^16.8.4",
"@types/react-helmet": "^5.0.8",
"eslint": "^6.6.0",
"gh-pages": "^2.0.1",
"rimraf": "^2.6.3"
"@types/node": "^14.14.41",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-helmet": "^6.1.1",
"eslint": "^7.24.0",
"gh-pages": "^3.1.0",
"rimraf": "^3.0.2"
}
}
2 changes: 1 addition & 1 deletion examples/sn-dms-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ A sensenet Document Management demo with React.
4. Install all of the dependencies with a simple **yarn** command (this will take a second or two)
5. Set the environment options, Repository path in index.tsx, etc... _(Since this app is for demo purposes it requires several demo content items (e.g. demo users, demo content types, demo templates, demo actions) that are NOT the part of the official sensenet packages. So please, please if you want to try out the examples of the sn-client package, do it with connecting to our fully prepared demo sensenet instance at [https://dev.demo.sensenet.com](https://dev.demo.sensenet.com). Note: we rebuild this service daily and sometimes more frequently. When a reset happens, expect short downtimes and losing any changes you made before.)_
6. Build all of the packages with the command **yarn build**
7. Run the application with **yarn workspace sn-dms-demo run start**
7. Navigate to the folder of the example: **cd examples/sn-dms-demo**, install dependencies **npm install** and run the application with **npm run start**
8. You should be able to login at https://localhost:3000
8 changes: 4 additions & 4 deletions examples/sn-dms-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@sensenet/redux": "^5.7.0",
"@sensenet/repository-events": "^2.1.0",
"@sensenet/search-react": "^2.1.0",
"date-fns": "^2.19.0",
"date-fns": "^2.21.1",
"history": "^5.0.0",
"lodash.groupby": "^4.6.0",
"object-assign": "4.1.1",
Expand All @@ -66,11 +66,11 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^5.6.0",
"@cypress/webpack-preprocessor": "^5.7.0",
"@types/chance": "^1.1.1",
"@types/jest": "^26.0.21",
"@types/lodash.groupby": "^4.6.6",
"@types/node": "^14.14.37",
"@types/node": "^14.14.41",
"@types/react": "^17.0.3",
"@types/react-custom-scrollbars": "^4.0.6",
"@types/react-dom": "^17.0.3",
Expand All @@ -81,7 +81,7 @@
"@types/uuid": "^8.0.1",
"chance": "^1.1.6",
"cross-env": "^7.0.3",
"cypress": "^6.8.0",
"cypress": "^7.1.0",
"path-to-regexp": "^6.2.0",
"prop-types": "^15.7.2",
"react-scripts": "4.0.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/sn-dms-demo/src/components/DmsViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const DocViewer: React.FunctionComponent<
10,
)
const closeViewer = useCallback(() => {
props.previousLocation ? props.history.push(props.previousLocation) : props.history.goBack()
props.previousLocation ? props.history.push(props.previousLocation) : props.history.go(-1)
}, [props.history, props.previousLocation])

useEffect(() => {
Expand Down
6 changes: 3 additions & 3 deletions examples/sn-react-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
},
"devDependencies": {
"@types/jest": "^26.0.21",
"@types/node": "^14.14.37",
"@types/node": "^14.14.41",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-router": "^5.1.12",
"@types/react-router-dom": "^5.1.7",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-scripts": "4.0.3",
"typescript": "^4.2.3"
"typescript": "^4.2.4"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
Expand All @@ -42,7 +42,7 @@
"@sensenet/hooks-react": "^1.5.0",
"@sensenet/list-controls-react": "^2.1.0",
"clsx": "^1.1.1",
"date-fns": "^2.19.0",
"date-fns": "^2.21.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/sn-react-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@types/jest": "^26.0.21",
"@types/lodash.orderby": "^4.6.6",
"@types/node": "^14.14.37",
"@types/node": "^14.14.41",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-router": "^5.1.12",
Expand All @@ -34,7 +34,7 @@
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"typescript": "^4.2.3"
"typescript": "^4.2.4"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
Expand All @@ -47,7 +47,7 @@
"@sensenet/query": "^2.1.0",
"@sensenet/repository-events": "^2.1.0",
"clsx": "^1.1.1",
"date-fns": "^2.19.0",
"date-fns": "^2.21.1",
"lodash.orderby": "^4.6.0",
"striptags": "^3.1.1",
"uuid": "^8.3.2"
Expand Down
26 changes: 13 additions & 13 deletions examples/sn-react-component-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,22 @@
"react-dom": "^16.13.0"
},
"devDependencies": {
"@babel/core": "^7.13.13",
"@storybook/addon-a11y": "^6.1.21",
"@storybook/addon-actions": "^6.1.21",
"@storybook/addon-events": "^6.1.21",
"@babel/core": "^7.13.15",
"@storybook/addon-a11y": "^6.2.8",
"@storybook/addon-actions": "^6.2.8",
"@storybook/addon-events": "^6.2.8",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-knobs": "^6.1.21",
"@storybook/addon-links": "^6.1.21",
"@storybook/addon-knobs": "^6.2.8",
"@storybook/addon-links": "^6.2.8",
"@storybook/addon-notes": "^5.3.21",
"@storybook/addon-options": "^5.3.21",
"@storybook/addon-storysource": "^6.1.21",
"@storybook/addon-viewport": "^6.1.21",
"@storybook/addons": "^6.1.21",
"@storybook/core": "^6.1.21",
"@storybook/react": "^6.1.21",
"@storybook/source-loader": "^6.1.21",
"@types/node": "^14.14.37",
"@storybook/addon-storysource": "^6.2.8",
"@storybook/addon-viewport": "^6.2.8",
"@storybook/addons": "^6.2.8",
"@storybook/core": "^6.2.8",
"@storybook/react": "^6.2.8",
"@storybook/source-loader": "^6.2.8",
"@types/node": "^14.14.41",
"@types/react": "^17.0.3",
"@types/uuid": "^8.0.1",
"babel-loader": "^8.2.2",
Expand Down
3 changes: 1 addition & 2 deletions examples/sn-react-component-docs/stories/Search.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ import {
import { ExampleApp } from '@sensenet/search-react/src/ExampleApp'
import FormControl from '@material-ui/core/FormControl'
import InputLabel from '@material-ui/core/InputLabel'
import { action } from '@storybook/addon-actions'
import { withActions } from '@storybook/addon-actions/dist/preview'
import { action, withActions } from '@storybook/addon-actions'
import { withKnobs } from '@storybook/addon-knobs'
import { storiesOf } from '@storybook/react'
import React from 'react'
Expand Down
5 changes: 3 additions & 2 deletions examples/sn-react-imagegallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/jest": "^26.0.21",
"@types/node": "^14.14.37",
"@types/node": "^14.14.41",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-image-gallery": "^1.0.2",
Expand All @@ -30,7 +30,7 @@
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"typescript": "^4.2.3"
"typescript": "^4.2.4"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
Expand All @@ -39,6 +39,7 @@
"@sensenet/authentication-oidc-react": "^2.2.0",
"@sensenet/client-core": "^3.10.0",
"@sensenet/default-content-types": "^4.1.0",
"@sensenet/hooks-react": "^1.5.0",
"@sensenet/universal-header-react": "^0.1.0",
"react-image-gallery": "^1.0.9"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/sn-react-memoapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@types/jest": "^26.0.21",
"@types/node": "^14.14.37",
"@types/node": "^14.14.41",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-router": "^5.1.12",
Expand All @@ -32,7 +32,7 @@
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"typescript": "^4.2.3"
"typescript": "^4.2.4"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
Expand All @@ -41,8 +41,8 @@
"@sensenet/client-core": "^3.10.0",
"@sensenet/default-content-types": "^4.1.0",
"@sensenet/hooks-react": "^1.5.0",
"date-fns": "^2.19.0",
"react-markdown": "^5.0.3"
"date-fns": "^2.21.1",
"react-markdown": "^6.0.0"
},
"browserslist": {
"production": [
Expand Down
7 changes: 3 additions & 4 deletions examples/sn-react-memoapp/src/components/memo-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,9 @@ export const MemoPanel: React.FunctionComponent = () => {
<AccordionDetails>
<Grid container>
<Grid item xs={12}>
<ReactMarkdown
source={memo.Description || ''}
className={editmode === memo.Id.toString() ? classes.hidden : ''}
/>
<ReactMarkdown className={editmode === memo.Id.toString() ? classes.hidden : ''}>
{memo.Description || ''}
</ReactMarkdown>
<TextField
style={{ width: '100%', display: editmode === memo.Id.toString() ? 'inline-flex' : 'none' }}
placeholder="Write a memo..."
Expand Down
4 changes: 2 additions & 2 deletions examples/sn-react-tasklist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/jest": "^26.0.21",
"@types/node": "^14.14.37",
"@types/node": "^14.14.41",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-router": "^5.1.12",
Expand All @@ -33,7 +33,7 @@
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"typescript": "^4.2.3"
"typescript": "^4.2.4"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/sn-react-typescript-boilerplate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Be sure that you have installed a GIT client, Node.JS (latest or LTS). You can u
1. Create a GIT repository with [this template](https://github.com/SenseNet/sn-react-typescript-boilerplate/generate)
1. Clone your repository with `git clone <enter-your-git-repo-url-here>`
1. cd into the cloned directory
1. Install the package dependencies with `npm install` or `yarn install`
1. Install the package dependencies with `npm install`

### Starting the dev server

Expand Down
8 changes: 4 additions & 4 deletions packages/sn-authentication-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"@sensenet/client-utils": "^2.1.0",
"@sensenet/default-content-types": "^4.1.0",
"semaphore-async-await": "^1.5.1",
"tslib": "^2.1.0"
"tslib": "^2.2.0"
},
"devDependencies": {
"@types/jest": "^26.0.21",
"@types/node": "^14.14.37",
"@types/node": "^14.14.41",
"jest": "^26.6.1",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
"ts-jest": "^26.5.5",
"typescript": "^4.2.4"
}
}
Loading