Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rosczja committed Oct 23, 2024
1 parent ac214d1 commit 3dfe34d
Show file tree
Hide file tree
Showing 11 changed files with 3,227 additions and 3,172 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20'
node-version: '22'
- run: yarn install
- run: yarn pretest
- run: yarn test
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.1.1.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ nmMode: classic

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
893 changes: 0 additions & 893 deletions example/.yarn/releases/yarn-4.1.1.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions example/.yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
30 changes: 15 additions & 15 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,29 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/core": "^7.25.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-proposal-do-expressions": "^7.24.1",
"@babel/plugin-proposal-export-default-from": "^7.24.1",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-proposal-do-expressions": "^7.25.9",
"@babel/plugin-proposal-export-default-from": "^7.25.9",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-function-bind": "^7.24.1",
"@babel/plugin-proposal-function-sent": "^7.24.1",
"@babel/plugin-proposal-function-bind": "^7.25.9",
"@babel/plugin-proposal-function-sent": "^7.25.9",
"@babel/plugin-proposal-json-strings": "^7.18.6",
"@babel/plugin-proposal-logical-assignment-operators": "^7.20.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-proposal-pipeline-operator": "^7.24.1",
"@babel/plugin-proposal-throw-expressions": "^7.24.1",
"@babel/plugin-proposal-pipeline-operator": "^7.25.9",
"@babel/plugin-proposal-throw-expressions": "^7.25.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@babel/preset-env": "^7.25.9",
"@babel/preset-react": "^7.25.9",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.2",
"html-webpack-plugin": "^5.6.0",
"babel-loader": "^9.2.1",
"html-webpack-plugin": "^5.6.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
},
Expand All @@ -41,8 +41,8 @@
"format-util": "^1.0.5",
"jest-puppeteer-react": "file:.yalc/jest-puppeteer-react",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.5.1"
}
1,927 changes: 932 additions & 995 deletions example/yarn.lock

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"jestPuppeteerReactDebug": "./bin/debug.js"
},
"engines": {
"node": ">= 16.1.0"
"node": ">= 20.1.0"
},
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.5.1",
"scripts": {
"pretest": "yalc publish && cd example && yalc add jest-puppeteer-react && yarn install",
"test": "cd example && yarn test",
Expand Down Expand Up @@ -43,16 +43,16 @@
},
"homepage": "https://github.com/hapag-lloyd/jest-puppeteer-react#readme",
"dependencies": {
"debug": "^4.3.4",
"debug": "^4.3.7",
"docker-cli-js": "^2.10.0",
"expect-puppeteer": "^10.0.0",
"expect-puppeteer": "^10.1.3",
"format-util": "^1.0.5",
"glob": "^10.3.12",
"glob": "^10.4.5",
"jest-each": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-environment-puppeteer": "^10.0.1",
"jest-environment-puppeteer": "^10.1.3",
"jest-image-snapshot": "^6.4.0",
"jest-puppeteer": "^10.0.1",
"jest-puppeteer": "^10.1.3",
"lodash": "^4.17.21",
"ora": "5.4.1",
"pretty-format": "^29.7.0"
Expand All @@ -66,15 +66,15 @@
"webpack-dev-server": "4.x"
},
"devDependencies": {
"husky": "^9.0.11",
"husky": "^9.1.6",
"mkdirp": "^3.0.1",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"puppeteer": "^22.6.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webpack": "^5.91.0",
"webpack-dev-server": "^5.0.4",
"puppeteer": "^23.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"webpack": "^5.95.0",
"webpack-dev-server": "^5.1.0",
"yalc": "^1.0.0-pre.53"
},
"prettier": {
Expand Down
Loading

0 comments on commit 3dfe34d

Please sign in to comment.