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,656 changes: 950 additions & 706 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.
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.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,35 +37,35 @@
"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.13.10",
"@babel/core": "7.13.10",
"@babel/cli": "7.13.14",
"@babel/core": "7.13.14",
"@babel/preset-env": "7.13.12",
"@babel/preset-react": "7.12.13",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "7.13.0",
"@mdx-js/react": "1.6.22",
"@types/enzyme": "3.10.8",
"@types/enzyme-adapter-react-16": "1.0.6",
"@types/jest": "26.0.21",
"@types/jest": "26.0.22",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.2",
"@types/react-dom": "17.0.3",
"@types/styled-components": "5.1.9",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"@typescript-eslint/eslint-plugin": "4.21.0",
"@typescript-eslint/parser": "4.21.0",
"babel-plugin-styled-components": "1.12.0",
"eslint": "7.22.0",
"eslint-config-typescript-shareable": "0.38.0",
"eslint": "7.23.0",
"eslint-config-typescript-shareable": "0.39.0",
"eslint-plugin-cypress": "2.11.2",
"eslint-plugin-functional": "3.2.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react": "7.23.1",
"eslint-plugin-react-hooks": "4.2.0",
"jest": "26.6.3",
"jest-styled-components": "7.0.3",
"pepjs": "0.5.3",
"prettier": "2.2.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"semver": "7.3.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"semver": "7.3.5",
"stylelint": "13.12.0",
"typescript": "4.2.3",
"typescript-styled-plugin": "0.15.0"
Expand Down
22 changes: 11 additions & 11 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,33 +13,33 @@
"focus-trap-react": "8.4.2",
"no-scroll": "2.1.1",
"practical-react-components-icons": "0.19.0",
"react-hooks-shareable": "1.22.0"
"react-hooks-shareable": "1.23.0"
},
"devDependencies": {
"@babel/cli": "7.13.10",
"@babel/core": "7.13.10",
"@babel/cli": "7.13.14",
"@babel/core": "7.13.14",
"@babel/preset-env": "7.13.12",
"@babel/preset-react": "7.12.13",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "7.13.0",
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"@types/no-scroll": "2.1.0",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.2",
"@types/react-dom": "17.0.3",
"@types/react-test-renderer": "17.0.1",
"@types/react-transition-group": "4.4.1",
"@types/styled-components": "5.1.9",
"@types/yup": "0.29.11",
"core-js": "3.9.1",
"core-js": "3.10.0",
"jest-styled-components": "7.0.3",
"pepjs": "0.5.3",
"prop-types": "15.7.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-is": "17.0.1",
"react-test-renderer": "17.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"react-transition-group": "4.4.1",
"styled-components": "5.2.1",
"styled-components": "5.2.3",
"typeface-open-sans": "1.1.13",
"typescript": "4.2.3",
"yup": "0.32.9"
Expand Down
38 changes: 19 additions & 19 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,57 +13,57 @@
"dependencies": {
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"core-js": "3.9.1",
"core-js": "3.10.0",
"formik": "2.2.6",
"practical-react-components-core": "0.19.0",
"practical-react-components-formik": "0.19.0",
"practical-react-components-icons": "0.19.0",
"prism-react-renderer": "1.2.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hooks-shareable": "1.22.0",
"react-is": "17.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hooks-shareable": "1.23.0",
"react-is": "17.0.2",
"react-live": "2.2.3",
"react-router-dom": "5.2.0",
"regenerator-runtime": "0.13.7",
"styled-components": "5.2.1",
"regenerator-runtime": "0.13.8",
"styled-components": "5.2.3",
"styled-normalize": "8.0.7",
"typeface-open-sans": "1.1.13"
},
"devDependencies": {
"@babel/core": "7.13.10",
"@babel/core": "7.13.14",
"@babel/preset-env": "7.13.12",
"@babel/preset-react": "7.12.13",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "7.13.0",
"@cypress/webpack-preprocessor": "5.6.0",
"@cypress/webpack-preprocessor": "5.7.0",
"@mdx-js/loader": "1.6.22",
"@types/mdx-js__react": "1.5.3",
"@types/node": "14.14.35",
"@types/node": "14.14.37",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.2",
"@types/react-dom": "17.0.3",
"@types/react-router-dom": "5.1.7",
"@types/regenerator-runtime": "0.13.0",
"@types/styled-components": "5.1.9",
"@types/webpack": "4.41.26",
"@types/webpack": "5.28.0",
"@types/webpack-env": "1.16.0",
"@types/yargs": "16.0.0",
"@types/yargs": "16.0.1",
"babel-loader": "8.2.2",
"babel-plugin-styled-components": "1.12.0",
"chalk": "4.1.0",
"cross-env": "7.0.3",
"css-loader": "5.1.3",
"css-loader": "5.2.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.3.1",
"license-webpack-plugin": "2.3.15",
"react-docgen-typescript": "1.21.0",
"license-webpack-plugin": "2.3.16",
"react-docgen-typescript": "1.22.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.2.3",
"webpack": "5.27.2",
"webpack-cli": "4.5.0",
"webpack": "5.30.0",
"webpack-cli": "4.6.0",
"webpack-dev-server": "3.11.2",
"yargs": "16.2.0"
}
Expand Down
16 changes: 8 additions & 8 deletions packages/formik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"practical-react-components-core": "0.19.0"
},
"devDependencies": {
"@babel/cli": "7.13.10",
"@babel/core": "7.13.10",
"@babel/cli": "7.13.14",
"@babel/core": "7.13.14",
"@babel/preset-env": "7.13.12",
"@babel/preset-react": "7.12.13",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "7.13.0",
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.2",
"@types/react-dom": "17.0.3",
"@types/styled-components": "5.1.9",
"core-js": "3.9.1",
"core-js": "3.10.0",
"formik": "2.2.6",
"react": "17.0.1",
"react-is": "17.0.1",
"styled-components": "5.2.1",
"react": "17.0.2",
"react-is": "17.0.2",
"styled-components": "5.2.3",
"typescript": "4.2.3"
},
"peerDependencies": {
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,22 +10,22 @@
"__generated__"
],
"devDependencies": {
"@babel/cli": "7.13.10",
"@babel/core": "7.13.10",
"@babel/cli": "7.13.14",
"@babel/core": "7.13.14",
"@babel/preset-env": "7.13.12",
"@babel/preset-react": "7.12.13",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "7.13.0",
"@svgr/core": "5.5.0",
"@svgr/plugin-jsx": "5.5.0",
"@svgr/plugin-prettier": "5.5.0",
"@types/node": "14.14.35",
"@types/node": "14.14.37",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.2",
"@types/react-dom": "17.0.3",
"chalk": "4.1.0",
"core-js": "3.9.1",
"core-js": "3.10.0",
"cross-env": "7.0.3",
"react": "17.0.1",
"react-dom": "17.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"ts-node": "9.1.1",
"typescript": "4.2.3"
},
Expand Down
30 changes: 15 additions & 15 deletions packages/ui-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,32 @@
"dev": "yarn build:ts webpack serve"
},
"dependencies": {
"core-js": "3.9.1",
"core-js": "3.10.0",
"practical-react-components-core": "0.19.0",
"practical-react-components-icons": "0.19.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hooks-shareable": "1.22.0",
"react-is": "17.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hooks-shareable": "1.23.0",
"react-is": "17.0.2",
"react-router-dom": "5.2.0",
"regenerator-runtime": "0.13.7",
"styled-components": "5.2.1",
"regenerator-runtime": "0.13.8",
"styled-components": "5.2.3",
"styled-normalize": "8.0.7"
},
"devDependencies": {
"@babel/core": "7.13.10",
"@babel/core": "7.13.14",
"@babel/preset-env": "7.13.12",
"@babel/preset-react": "7.12.13",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "7.13.0",
"@cypress/webpack-preprocessor": "5.6.0",
"@types/node": "14.14.35",
"@cypress/webpack-preprocessor": "5.7.0",
"@types/node": "14.14.37",
"@types/react": "17.0.3",
"@types/react-router-dom": "5.1.7",
"@types/regenerator-runtime": "0.13.0",
"@types/styled-components": "5.1.9",
"@types/webpack": "4.41.26",
"@types/webpack": "5.28.0",
"@types/webpack-env": "1.16.0",
"@types/yargs": "16.0.0",
"@types/yargs": "16.0.1",
"babel-loader": "8.2.2",
"babel-plugin-styled-components": "1.12.0",
"chalk": "4.1.0",
Expand All @@ -46,8 +46,8 @@
"tsconfig-paths": "3.9.0",
"typescript": "4.2.3",
"wait-on": "5.3.0",
"webpack": "5.27.2",
"webpack-cli": "4.5.0",
"webpack": "5.30.0",
"webpack-cli": "4.6.0",
"webpack-dev-server": "3.11.2",
"yargs": "16.2.0"
}
Expand Down
Loading