-
Notifications
You must be signed in to change notification settings - Fork 9
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
build: update packages #374
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
}, | ||
"dependencies": { | ||
"@readme/emojis": "^4.0.0", | ||
"@readme/syntax-highlighter": "^10.13.0", | ||
"@readme/syntax-highlighter": "^10.13.2", | ||
"copy-to-clipboard": "^3.3.1", | ||
"hast-util-sanitize": "^4.0.0", | ||
"hast-util-to-string": "^1.0.4", | ||
|
@@ -60,51 +60,51 @@ | |
"react-dom": "^16.14.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.15.5", | ||
"@babel/eslint-parser": "^7.15.7", | ||
"@babel/plugin-proposal-class-properties": "^7.14.5", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.15.6", | ||
"@babel/plugin-proposal-optional-chaining": "^7.14.5", | ||
"@babel/plugin-transform-runtime": "^7.15.0", | ||
"@babel/preset-env": "^7.15.6", | ||
"@babel/preset-react": "^7.14.5", | ||
"@commitlint/cli": "^13.1.0", | ||
"@commitlint/config-angular": "^13.1.0", | ||
"@commitlint/config-conventional": "^13.1.0", | ||
"@babel/core": "^7.16.0", | ||
"@babel/eslint-parser": "^7.16.3", | ||
"@babel/plugin-proposal-class-properties": "^7.16.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.16.0", | ||
"@babel/plugin-proposal-optional-chaining": "^7.16.0", | ||
"@babel/plugin-transform-runtime": "^7.16.4", | ||
"@babel/preset-env": "^7.16.4", | ||
"@babel/preset-react": "^7.16.0", | ||
"@commitlint/cli": "^15.0.0", | ||
"@commitlint/config-angular": "^15.0.0", | ||
"@commitlint/config-conventional": "^15.0.0", | ||
"@hot-loader/react-dom": "^16.14.0", | ||
"@readme/eslint-config": "^8.0.2", | ||
"@readme/variable": "^13.5.4", | ||
"@semantic-release/changelog": "^5.0.1", | ||
"@semantic-release/git": "^9.0.1", | ||
"babel-jest": "^27.2.1", | ||
"babel-loader": "^8.2.2", | ||
"codemirror": "^5.63.0", | ||
"core-js": "^3.18.0", | ||
"css-loader": "^6.3.0", | ||
"@semantic-release/changelog": "^6.0.1", | ||
"@semantic-release/git": "^10.0.1", | ||
"babel-jest": "^27.4.0", | ||
"babel-loader": "^8.2.3", | ||
"codemirror": "^5.64.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This one might also cause problems, but hopefully not. |
||
"core-js": "^3.19.2", | ||
"css-loader": "^6.5.1", | ||
"enzyme": "^3.11.0", | ||
"enzyme-adapter-react-16": "^1.15.6", | ||
"eslint": "^8.2.0", | ||
"husky": "^7.0.2", | ||
"eslint": "^8.3.0", | ||
"husky": "^7.0.4", | ||
"identity-obj-proxy": "^3.0.0", | ||
"jest": "^27.2.1", | ||
"jest": "^27.4.0", | ||
"jest-image-snapshot": "^4.5.1", | ||
"jest-puppeteer": "^5.0.4", | ||
"mini-css-extract-plugin": "^2.3.0", | ||
"jest-puppeteer": "^6.0.2", | ||
"mini-css-extract-plugin": "^2.4.5", | ||
"node-sass": "^6.0.1", | ||
"prettier": "^2.4.1", | ||
"puppeteer": "^10.1.0", | ||
"rdme": "^5.1.4", | ||
"prettier": "^2.5.0", | ||
"puppeteer": "^12.0.1", | ||
"rdme": "^5.2.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There's a v6 out now if you want to update this again. |
||
"react": "^16.14.0", | ||
"react-dom": "^16.14.0", | ||
"react-hot-loader": "^4.13.0", | ||
"regenerator-runtime": "^0.13.9", | ||
"sass-loader": "^12.1.0", | ||
"semantic-release": "^17.4.7", | ||
"sass-loader": "^12.3.0", | ||
"semantic-release": "^18.0.1", | ||
"string.prototype.trimend": "^1.0.4", | ||
"terser-webpack-plugin": "^5.2.4", | ||
"webpack": "^5.53.0", | ||
"webpack-cli": "^4.8.0", | ||
"webpack-dev-server": "^4.2.1", | ||
"terser-webpack-plugin": "^5.2.5", | ||
"webpack": "^5.64.4", | ||
"webpack-cli": "^4.9.1", | ||
"webpack-dev-server": "^4.6.0", | ||
"webpack-merge": "^5.8.0" | ||
}, | ||
"license": "MIT", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might have that codemirror problem again with this one when you pull it over into the site, I'm not sure. Hopefully not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh yea, totally forgot about that.