isomorphic-react icon indicating copy to clipboard operation
isomorphic-react copied to clipboard

A simple but powerful React application built on a standards-compliant back-end

Results 24 isomorphic-react issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.5.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

dependencies

I've cloned this repo and followed the README.md: npm install nmp run postinstall npm run start-dev During install there are a few warnings about deprecating dependencies breaking on node v14+...

Error: Cannot find module 'uglifyjs-webpack-plugin' Warning: Please use `require("history").createMemoryHistory` instead of `require("history/createMemoryHistory")`. Support for the latter will be removed in the next major release. node:internal/modules/cjs/loader:936

Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

#1: webpack.config.dev.babel.js module.exports = { /** * The scripts in entry are combined in order to create our bundle */ mode: 'development', entry: [ 'webpack-hot-middleware/client?reload=true', 'babel-regenerator-runtime', path.resolve(__dirname, 'src') ], output:...

Error: Invariant failed: You should not use Link outside a Router at invariant (/Users/karnadeeprana/Documents/ReactWorkspace/isomorphic-react/node_modules/tiny-invariant/dist/tiny-invariant.cjs.js:13:11) at Object.children (/Users/karnadeeprana/Documents/ReactWorkspace/isomorphic-react/node_modules/react-router-dom/modules/Link.js:89:11) at ReactDOMServerRenderer.render (/Users/karnadeeprana/Documents/ReactWorkspace/isomorphic-react/node_modules/react-dom/cjs/react-dom-server.node.development.js:3635:55) at ReactDOMServerRenderer.read (/Users/karnadeeprana/Documents/ReactWorkspace/isomorphic-react/node_modules/react-dom/cjs/react-dom-server.node.development.js:3373:29) at renderToString (/Users/karnadeeprana/Documents/ReactWorkspace/isomorphic-react/node_modules/react-dom/cjs/react-dom-server.node.development.js:3988:27) at /Users/karnadeeprana/Documents/ReactWorkspace/isomorphic-react/server/index.jsx:88:29 at Generator.next...

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies