Skip to content

Commit

Permalink
build: update packages (#374)
Browse files Browse the repository at this point in the history
Updates a bunch of packages minor versions.

The snapshot updates are from puppeteer, it looks text or line height is being calculated slightly differently. I don't think this will effect the outputted code.
  • Loading branch information
kellyjosephprice authored Dec 6, 2021
1 parent 657bfa8 commit 623a505
Show file tree
Hide file tree
Showing 16 changed files with 6,694 additions and 9,004 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bundlewatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
with:
node-version: 14.x

- name: Update npm
run: npm i -g npm@7

- name: Install dependencies
run: npm ci

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Update npm
run: npm i -g npm@7

- name: Install dependencies
run: |
npm ci
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}

- name: Update npm
run: npm i -g npm@7

- name: Install dependencies
run: |
npm ci
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15,622 changes: 6,651 additions & 8,971 deletions package-lock.json

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
"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": "^6.0.0",
"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",
Expand Down

0 comments on commit 623a505

Please sign in to comment.