Skip to content

Commit

Permalink
build: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed May 9, 2022
1 parent f260b01 commit a2ef107
Show file tree
Hide file tree
Showing 5 changed files with 3,240 additions and 2,682 deletions.
768 changes: 0 additions & 768 deletions .yarn/releases/yarn-3.1.1.cjs

This file was deleted.

785 changes: 785 additions & 0 deletions .yarn/releases/yarn-3.2.0.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
@@ -1 +1 @@
yarnPath: .yarn/releases/yarn-3.1.1.cjs
yarnPath: .yarn/releases/yarn-3.2.0.cjs
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,45 +41,45 @@
"ie 11"
],
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"@yarnpkg/sdks": "^2.5.1-rc.6",
"babel-loader": "^8.2.3",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.0",
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@yarnpkg/sdks": "^3.0.0-rc.5",
"babel-loader": "^8.2.5",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"html-webpack-plugin": "^5.5.0",
"pnp-webpack-plugin": "^1.7.0",
"prettier": "^2.5.1",
"react": "^16.8",
"release-it": "^14.11.8",
"prettier": "^2.6.2",
"react": "^18.1",
"release-it": "^15.0.0",
"rimraf": "^3.0.2",
"ts-loader": "^9.2.6",
"tslib": "^2.3.1",
"typescript": "^4.5.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
"ts-loader": "^9.3.0",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@types/react": "^16.8",
"@upsetjs/bundle": "~1.10.10",
"@upsetjs/react": "~1.10.10",
"@upsetjs/venn.js": "^1.4.1",
"@types/react": "^18.0",
"@upsetjs/bundle": "~1.11.0",
"@upsetjs/react": "~1.11.0",
"@upsetjs/venn.js": "^1.4.2",
"core-js": "^2",
"element-closest-polyfill": "^1.0.4",
"element-closest-polyfill": "^1.0.5",
"regenerator-runtime": "^0.13.9",
"use-resize-observer": "^8.0.0"
},
"peerDependencies": {
"react": "^16.8"
"react": "^18.1"
},
"packageManager": "yarn@3.1.1"
"packageManager": "yarn@3.2.0"
}
Loading

0 comments on commit a2ef107

Please sign in to comment.