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
1,690 changes: 886 additions & 804 deletions .pnp.js

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.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@
"cypress:firefox": "yarn workspace practical-react-components-ui-tests wait-on http-get://localhost:9009 -i 2000 -d 5000 && yarn workspace practical-react-components-ui-tests cypress run --browser firefox --headless"
},
"devDependencies": {
"@babel/cli": "7.12.13",
"@babel/core": "7.12.13",
"@babel/preset-env": "7.12.13",
"@babel/cli": "7.12.16",
"@babel/core": "7.12.16",
"@babel/preset-env": "7.12.16",
"@babel/preset-react": "7.12.13",
"@babel/preset-typescript": "7.12.13",
"@babel/preset-typescript": "7.12.16",
"@mdx-js/react": "1.6.22",
"@types/enzyme": "3.10.8",
"@types/enzyme-adapter-react-16": "1.0.6",
"@types/jest": "26.0.20",
"@types/react": "17.0.1",
"@types/react-dom": "17.0.0",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.1",
"@types/styled-components": "5.1.7",
"@typescript-eslint/eslint-plugin": "4.15.0",
"@typescript-eslint/parser": "4.15.0",
"@typescript-eslint/eslint-plugin": "4.15.1",
"@typescript-eslint/parser": "4.15.1",
"babel-plugin-styled-components": "1.12.0",
"eslint": "7.19.0",
"eslint-config-typescript-shareable": "0.31.0",
"eslint": "7.20.0",
"eslint-config-typescript-shareable": "0.32.0",
"eslint-plugin-cypress": "2.11.2",
"eslint-plugin-functional": "3.2.1",
"eslint-plugin-import": "2.22.1",
Expand All @@ -65,8 +65,8 @@
"react": "17.0.1",
"react-dom": "17.0.1",
"semver": "7.3.4",
"stylelint": "13.9.0",
"typescript": "4.1.3",
"stylelint": "13.10.0",
"typescript": "4.1.5",
"typescript-styled-plugin": "0.15.0"
},
"resolutions": {
Expand Down
18 changes: 9 additions & 9 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
"focus-trap-react": "8.4.2",
"no-scroll": "2.1.1",
"practical-react-components-icons": "0.9.0",
"react-hooks-shareable": "1.14.0"
"react-hooks-shareable": "1.15.0"
},
"devDependencies": {
"@babel/cli": "7.12.13",
"@babel/core": "7.12.13",
"@babel/preset-env": "7.12.13",
"@babel/cli": "7.12.16",
"@babel/core": "7.12.16",
"@babel/preset-env": "7.12.16",
"@babel/preset-react": "7.12.13",
"@babel/preset-typescript": "7.12.13",
"@babel/preset-typescript": "7.12.16",
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"@types/no-scroll": "2.1.0",
"@types/react": "17.0.1",
"@types/react-dom": "17.0.0",
"@types/react-test-renderer": "17.0.0",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.1",
"@types/react-test-renderer": "17.0.1",
"@types/react-transition-group": "4.4.0",
"@types/styled-components": "5.1.7",
"@types/yup": "0.29.11",
Expand All @@ -41,7 +41,7 @@
"react-transition-group": "4.4.1",
"styled-components": "5.2.1",
"typeface-open-sans": "1.1.13",
"typescript": "4.1.3",
"typescript": "4.1.5",
"yup": "0.32.8"
},
"peerDependencies": {
Expand Down
24 changes: 12 additions & 12 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.1.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hooks-shareable": "1.14.0",
"react-hooks-shareable": "1.15.0",
"react-is": "17.0.1",
"react-live": "2.2.3",
"react-router-dom": "5.2.0",
Expand All @@ -31,16 +31,16 @@
"typeface-open-sans": "1.1.13"
},
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/preset-env": "7.12.13",
"@babel/core": "7.12.16",
"@babel/preset-env": "7.12.16",
"@babel/preset-react": "7.12.13",
"@babel/preset-typescript": "7.12.13",
"@cypress/webpack-preprocessor": "5.5.0",
"@babel/preset-typescript": "7.12.16",
"@cypress/webpack-preprocessor": "5.6.0",
"@mdx-js/loader": "1.6.22",
"@types/mdx-js__react": "1.5.3",
"@types/node": "14.14.25",
"@types/react": "17.0.1",
"@types/react-dom": "17.0.0",
"@types/node": "14.14.28",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.1",
"@types/react-router-dom": "5.1.7",
"@types/regenerator-runtime": "0.13.0",
"@types/styled-components": "5.1.7",
Expand All @@ -53,16 +53,16 @@
"cross-env": "7.0.3",
"css-loader": "5.0.2",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.0.0",
"license-webpack-plugin": "2.3.11",
"html-webpack-plugin": "5.1.0",
"license-webpack-plugin": "2.3.13",
"react-docgen-typescript": "1.21.0",
"react-transition-group": "4.4.1",
"style-loader": "2.0.0",
"svg-url-loader": "7.1.1",
"ts-node": "9.1.1",
"tsconfig-paths": "3.9.0",
"typescript": "4.1.3",
"webpack": "5.21.2",
"typescript": "4.1.5",
"webpack": "5.22.0",
"webpack-cli": "4.5.0",
"webpack-dev-server": "3.11.2",
"yargs": "16.2.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/formik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
"practical-react-components-core": "0.9.0"
},
"devDependencies": {
"@babel/cli": "7.12.13",
"@babel/core": "7.12.13",
"@babel/preset-env": "7.12.13",
"@babel/cli": "7.12.16",
"@babel/core": "7.12.16",
"@babel/preset-env": "7.12.16",
"@babel/preset-react": "7.12.13",
"@babel/preset-typescript": "7.12.13",
"@babel/preset-typescript": "7.12.16",
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"@types/react": "17.0.1",
"@types/react-dom": "17.0.0",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.1",
"@types/styled-components": "5.1.7",
"core-js": "3.8.3",
"formik": "2.2.6",
"react": "17.0.1",
"react-is": "17.0.1",
"styled-components": "5.2.1",
"typescript": "4.1.3"
"typescript": "4.1.5"
},
"peerDependencies": {
"formik": "^2.1.4",
Expand Down
16 changes: 8 additions & 8 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
"__generated__"
],
"devDependencies": {
"@babel/cli": "7.12.13",
"@babel/core": "7.12.13",
"@babel/preset-env": "7.12.13",
"@babel/cli": "7.12.16",
"@babel/core": "7.12.16",
"@babel/preset-env": "7.12.16",
"@babel/preset-react": "7.12.13",
"@babel/preset-typescript": "7.12.13",
"@babel/preset-typescript": "7.12.16",
"@svgr/core": "5.5.0",
"@svgr/plugin-jsx": "5.5.0",
"@svgr/plugin-prettier": "5.5.0",
"@types/node": "14.14.25",
"@types/react": "17.0.1",
"@types/react-dom": "17.0.0",
"@types/node": "14.14.28",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.1",
"chalk": "4.1.0",
"core-js": "3.8.3",
"cross-env": "7.0.3",
"react": "17.0.1",
"react-dom": "17.0.1",
"ts-node": "9.1.1",
"typescript": "4.1.3"
"typescript": "4.1.5"
},
"peerDependencies": {
"react": "^17.0.1",
Expand Down
22 changes: 11 additions & 11 deletions packages/ui-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
"practical-react-components-icons": "0.9.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hooks-shareable": "1.14.0",
"react-hooks-shareable": "1.15.0",
"react-is": "17.0.1",
"react-router-dom": "5.2.0",
"regenerator-runtime": "0.13.7",
"styled-components": "5.2.1",
"styled-normalize": "8.0.7"
},
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/preset-env": "7.12.13",
"@babel/core": "7.12.16",
"@babel/preset-env": "7.12.16",
"@babel/preset-react": "7.12.13",
"@babel/preset-typescript": "7.12.13",
"@cypress/webpack-preprocessor": "5.5.0",
"@types/node": "14.14.25",
"@types/react": "17.0.1",
"@babel/preset-typescript": "7.12.16",
"@cypress/webpack-preprocessor": "5.6.0",
"@types/node": "14.14.28",
"@types/react": "17.0.2",
"@types/react-router-dom": "5.1.7",
"@types/regenerator-runtime": "0.13.0",
"@types/styled-components": "5.1.7",
Expand All @@ -39,14 +39,14 @@
"babel-plugin-styled-components": "1.12.0",
"chalk": "4.1.0",
"cross-env": "7.0.3",
"cypress": "6.4.0",
"cypress": "6.5.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.0.0",
"html-webpack-plugin": "5.1.0",
"ts-node": "9.1.1",
"tsconfig-paths": "3.9.0",
"typescript": "4.1.3",
"typescript": "4.1.5",
"wait-on": "5.2.1",
"webpack": "5.21.2",
"webpack": "5.22.0",
"webpack-cli": "4.5.0",
"webpack-dev-server": "3.11.2",
"yargs": "16.2.0"
Expand Down
Loading