Upgrade dependencies (#1243)

* upgrade dev deps

* upgrade deps

* upgrade codemirror

* upgrade escape-goat to 4

* patch sec advisories

* Revert "upgrade codemirror"

This reverts commit c6f393f5f3665dc69195e9ef1c3298f0051b3406.

* attempt to tweak CSS loading

* try with webpack 4

* Revert "upgrade escape-goat to 4"

This reverts commit ade8d4c5189470c3a3be324c579ab7bb81d54082.

* revert next.js v11
main
Michael Fix 3 years ago committed by GitHub
parent 63e85a9c55
commit e6f0fafec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,18 +17,19 @@ module.exports = withBundleAnalyzer(
include: /node_modules\/graphql-language-service-parser/,
use: [options.defaultLoaders.babel],
})
config.plugins.push(
new options.webpack.IgnorePlugin({
resourceRegExp: /\.html$/,
contextRegExp: /node_modules/,
})
)
config.plugins.push(
new options.webpack.IgnorePlugin({
resourceRegExp: /\.css$/,
contextRegExp: /node_modules/,
})
)
// Enable w/ Next.js 11
// config.plugins.push(
// new options.webpack.IgnorePlugin({
// resourceRegExp: /\.html$/,
// contextRegExp: /node_modules/,
// })
// )
// config.plugins.push(
// new options.webpack.IgnorePlugin({
// resourceRegExp: /\.css$/,
// contextRegExp: /node_modules\/codemirror\/mode/,
// })
// )
return config
},

@ -30,7 +30,7 @@
},
"dependencies": {
"@next/bundle-analyzer": "^11.1.0",
"@reach/visually-hidden": "^0.15.0",
"@reach/visually-hidden": "^0.16.0",
"actionsack": "^0.0.14",
"axios": "^0.21.1",
"cm-show-invisibles": "^3.1.0",
@ -38,22 +38,22 @@
"codemirror-graphql": "^1.0.1",
"codemirror-mode-elixir": "^1.1.2",
"codemirror-solidity": "^0.2.3",
"date-fns": "^2.21.3",
"date-fns": "^2.23.0",
"dom-to-image": "^2.6.0",
"downshift": "^6.1.3",
"downshift": "^6.1.7",
"dropperx": "^1.0.1",
"eitherx": "^1.0.3",
"email-validator": "^2.0.4",
"escape-goat": "^3.0.0",
"firebase": "^8.6.2",
"graphql": "^15.5.0",
"firebase": "^8.9.1",
"graphql": "^15.5.1",
"highlight.js": "^10.7.2",
"lodash.debounce": "^4.0.8",
"lodash.omitby": "^4.6.0",
"match-sorter": "^6.3.0",
"morphmorph": "^0.1.3",
"ms": "^2.1.3",
"next": "^11.1.0",
"next": "^10.2.2",
"next-offline": "^5.0.5",
"prettier": "^2.3.2",
"react": "^17.0.2",
@ -67,27 +67,29 @@
"use-climate-change-reminder": "^0.0.7"
},
"devDependencies": {
"@applitools/eyes-cypress": "^3.21.1",
"@applitools/eyes-cypress": "^3.22.2",
"all-contributors-cli": "^6.20.0",
"babel-eslint": "^10.1.0",
"cypress": "^7.3.0",
"cypress": "^8.2.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^4.3.8",
"lint-staged": "^11.0.0",
"lint-staged": "^11.1.2",
"now": "^21.0.1",
"now-release": "^0.0.2",
"wait-on": "^5.3.0"
"wait-on": "^6.0.0"
},
"resolutions": {
"@grpc/grpc-js": "^1.3.2",
"@grpc/grpc-js": "^1.3.7",
"acorn": "^7.1.1",
"glob-parent": "^5.1.2",
"kind-of": "^6.0.3",
"lodash": "^4.17.2",
"serialize-javascript": "^5.0.1",
"sharp": "^0.28.2"
"serialize-javascript": "^6.0.0",
"sharp": "^0.28.3"
},
"lint-staged": {
"*.js": [

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save