Skip to content

Commit

Permalink
Upgrade to jest-puppeteer-environment 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rosczja authored and rosczja committed May 30, 2023
1 parent 78ee12d commit 84ec44e
Show file tree
Hide file tree
Showing 9 changed files with 2,566 additions and 909 deletions.
560 changes: 280 additions & 280 deletions example/.yarn/releases/yarn-3.4.1.cjs → .yarn/releases/yarn-3.5.1.cjs

Large diffs are not rendered by default.

873 changes: 873 additions & 0 deletions example/.yarn/releases/yarn-3.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-3.4.1.cjs
yarnPath: .yarn/releases/yarn-3.5.1.cjs
2 changes: 1 addition & 1 deletion example/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = (api) => {
shippedProposals: true,
targets: {
node: 'current',
chrome: '72',
chrome: '110',
},
};

Expand Down
12 changes: 6 additions & 6 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/core": "^7.22.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.21.0",
"@babel/plugin-proposal-decorators": "^7.22.3",
"@babel/plugin-proposal-do-expressions": "^7.18.6",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
Expand All @@ -27,12 +27,12 @@
"@babel/plugin-proposal-throw-expressions": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.3",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^29.5.0",
"babel-loader": "^9.1.2",
"html-webpack-plugin": "^5.5.0",
"html-webpack-plugin": "^5.5.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0"
},
Expand All @@ -44,5 +44,5 @@
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"packageManager": "yarn@3.4.1"
"packageManager": "yarn@3.5.1"
}
Loading

0 comments on commit 84ec44e

Please sign in to comment.