Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
598 changes: 284 additions & 314 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
440 changes: 220 additions & 220 deletions .yarn/releases/yarn-3.0.0.cjs → .yarn/releases/yarn-3.0.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 @@ -85,4 +85,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: '@yarnpkg/plugin-version'

yarnPath: .yarn/releases/yarn-3.0.0.cjs
yarnPath: .yarn/releases/yarn-3.0.1.cjs
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@
"@types/enzyme": "3.10.9",
"@types/enzyme-adapter-react-16": "1.0.6",
"@types/jest": "26.0.24",
"@types/react": "17.0.16",
"@types/react": "17.0.18",
"@types/react-dom": "17.0.9",
"@types/styled-components": "5.1.12",
"@typescript-eslint/eslint-plugin": "4.29.1",
"@typescript-eslint/parser": "4.29.1",
"@typescript-eslint/eslint-plugin": "4.29.2",
"@typescript-eslint/parser": "4.29.2",
"babel-plugin-styled-components": "1.13.2",
"eslint": "7.32.0",
"eslint-config-typescript-shareable": "1.3.0",
"eslint-plugin-cypress": "2.11.3",
"eslint-plugin-functional": "3.5.0",
"eslint-plugin-functional": "3.6.0",
"eslint-plugin-import": "2.24.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
Expand All @@ -73,5 +73,6 @@
"resolutions": {
"fsevents": "2.1.3",
"node-fetch": "2.6.1"
}
},
"packageManager": "yarn@3.0.1"
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
],
"dependencies": {
"@juggle/resize-observer": "3.3.1",
"focus-trap-react": "8.7.0",
"focus-trap-react": "8.7.1",
"no-scroll": "2.1.1",
"practical-react-components-icons": "workspace:*",
"react-hooks-shareable": "1.37.0"
"react-hooks-shareable": "1.38.0"
},
"devDependencies": {
"@babel/cli": "7.14.8",
Expand All @@ -24,7 +24,7 @@
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"@types/no-scroll": "2.1.0",
"@types/react": "17.0.16",
"@types/react": "17.0.18",
"@types/react-dom": "17.0.9",
"@types/react-test-renderer": "17.0.1",
"@types/react-transition-group": "4.4.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prism-react-renderer": "1.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hooks-shareable": "1.37.0",
"react-hooks-shareable": "1.38.0",
"react-is": "17.0.2",
"react-live": "2.2.3",
"react-router-dom": "5.2.0",
Expand All @@ -38,8 +38,8 @@
"@cypress/webpack-preprocessor": "5.9.1",
"@mdx-js/loader": "1.6.22",
"@types/mdx-js__react": "1.5.4",
"@types/node": "16.4.13",
"@types/react": "17.0.16",
"@types/node": "16.6.1",
"@types/react": "17.0.18",
"@types/react-dom": "17.0.9",
"@types/react-router-dom": "5.1.8",
"@types/regenerator-runtime": "0.13.1",
Expand All @@ -62,9 +62,9 @@
"ts-node": "10.2.0",
"tsconfig-paths": "3.10.1",
"typescript": "4.3.5",
"webpack": "5.49.0",
"webpack-cli": "4.7.2",
"webpack": "5.50.0",
"webpack-cli": "4.8.0",
"webpack-dev-server": "3.11.2",
"yargs": "17.1.0"
"yargs": "17.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/formik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@babel/preset-typescript": "7.15.0",
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"@types/react": "17.0.16",
"@types/react": "17.0.18",
"@types/react-dom": "17.0.9",
"@types/styled-components": "5.1.12",
"core-js": "3.16.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@svgr/core": "5.5.0",
"@svgr/plugin-jsx": "5.5.0",
"@svgr/plugin-prettier": "5.5.0",
"@types/node": "16.4.13",
"@types/react": "17.0.16",
"@types/node": "16.6.1",
"@types/react": "17.0.18",
"@types/react-dom": "17.0.9",
"chalk": "4.1.2",
"core-js": "3.16.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/ui-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"practical-react-components-icons": "workspace:*",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hooks-shareable": "1.37.0",
"react-hooks-shareable": "1.38.0",
"react-is": "17.0.2",
"react-router-dom": "5.2.0",
"regenerator-runtime": "0.13.9",
Expand All @@ -27,8 +27,8 @@
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@cypress/webpack-preprocessor": "5.9.1",
"@types/node": "16.4.13",
"@types/react": "17.0.16",
"@types/node": "16.6.1",
"@types/react": "17.0.18",
"@types/react-router-dom": "5.1.8",
"@types/regenerator-runtime": "0.13.1",
"@types/styled-components": "5.1.12",
Expand All @@ -46,9 +46,9 @@
"tsconfig-paths": "3.10.1",
"typescript": "4.3.5",
"wait-on": "6.0.0",
"webpack": "5.49.0",
"webpack-cli": "4.7.2",
"webpack": "5.50.0",
"webpack-cli": "4.8.0",
"webpack-dev-server": "3.11.2",
"yargs": "17.1.0"
"yargs": "17.1.1"
}
}
Loading