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,792 changes: 1,024 additions & 768 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.
6 changes: 6 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ packageExtensions:
dependencies:
react: '*'
react-dom: '*'
eslint-config-typescript-shareable@*:
dependencies:
stylelint: '*'
stylelint-config-recommended: '*'
stylelint-config-styled-components: '*'
stylelint-processor-styled-components: '*'

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"lint:css": "stylelint \"./**/*.tsx\"",
"commitlint": "sbin/commitlint.py",
"prettier:check": "prettier --check -u '**/*'",
"prettier:fix": "prettier --write -u '**/*'",
"test": "jest",
"build": "yarn workspaces foreach --topological run build",
"prettier:fix": "prettier --write -u '**/*'",
"release": "yarn --immutable --immutable-cache && yarn build:libs && yarn lint && yarn test && sbin/release.py",
"dev": "yarn workspaces foreach -i --parallel --exclude practical-react-components-ui-tests run dev",
"cypress:ui-tests": "yarn workspace practical-react-components-ui-tests dev",
Expand All @@ -39,25 +39,25 @@
"devDependencies": {
"@babel/cli": "7.14.3",
"@babel/core": "7.14.3",
"@babel/preset-env": "7.14.2",
"@babel/preset-env": "7.14.4",
"@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.23",
"@types/react": "17.0.6",
"@types/react-dom": "17.0.5",
"@types/react": "17.0.9",
"@types/react-dom": "17.0.6",
"@types/styled-components": "5.1.9",
"@typescript-eslint/eslint-plugin": "4.25.0",
"@typescript-eslint/parser": "4.25.0",
"@typescript-eslint/eslint-plugin": "4.26.0",
"@typescript-eslint/parser": "4.26.0",
"babel-plugin-styled-components": "1.12.0",
"eslint": "7.27.0",
"eslint-config-typescript-shareable": "0.43.0",
"eslint-config-typescript-shareable": "1.0.0",
"eslint-plugin-cypress": "2.11.3",
"eslint-plugin-functional": "3.2.1",
"eslint-plugin-import": "2.23.3",
"eslint-plugin-react": "7.23.2",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
"jest": "26.6.3",
"jest-styled-components": "7.0.4",
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,32 @@
"focus-trap-react": "8.5.0",
"no-scroll": "2.1.1",
"practical-react-components-icons": "workspace:*",
"react-hooks-shareable": "1.27.0"
"react-hooks-shareable": "1.28.0"
},
"devDependencies": {
"@babel/cli": "7.14.3",
"@babel/core": "7.14.3",
"@babel/preset-env": "7.14.2",
"@babel/preset-env": "7.14.4",
"@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.6",
"@types/react-dom": "17.0.5",
"@types/react": "17.0.9",
"@types/react-dom": "17.0.6",
"@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.12.1",
"core-js": "3.13.1",
"jest-styled-components": "7.0.4",
"pepjs": "0.5.3",
"prop-types": "15.7.2",
"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",
"react-transition-group": "4.4.2",
"styled-components": "5.3.0",
"typeface-open-sans": "1.1.13",
"typescript": "4.2.4",
Expand Down
22 changes: 11 additions & 11 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,34 +13,34 @@
"dependencies": {
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"core-js": "3.12.1",
"core-js": "3.13.1",
"formik": "2.2.8",
"practical-react-components-core": "workspace:*",
"practical-react-components-formik": "workspace:*",
"practical-react-components-icons": "workspace:*",
"prism-react-renderer": "1.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hooks-shareable": "1.27.0",
"react-hooks-shareable": "1.28.0",
"react-is": "17.0.2",
"react-live": "2.2.3",
"react-router-dom": "5.2.0",
"regenerator-runtime": "0.13.8",
"regenerator-runtime": "0.13.7",
"styled-components": "5.3.0",
"styled-normalize": "8.0.7",
"typeface-open-sans": "1.1.13"
},
"devDependencies": {
"@babel/core": "7.14.3",
"@babel/preset-env": "7.14.2",
"@babel/preset-env": "7.14.4",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "7.13.0",
"@cypress/webpack-preprocessor": "5.8.0",
"@cypress/webpack-preprocessor": "5.9.0",
"@mdx-js/loader": "1.6.22",
"@types/mdx-js__react": "1.5.3",
"@types/node": "15.6.1",
"@types/react": "17.0.6",
"@types/react-dom": "17.0.5",
"@types/node": "15.6.2",
"@types/react": "17.0.9",
"@types/react-dom": "17.0.6",
"@types/react-router-dom": "5.1.7",
"@types/regenerator-runtime": "0.13.0",
"@types/styled-components": "5.1.9",
Expand All @@ -54,15 +54,15 @@
"css-loader": "5.2.6",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.3.1",
"license-webpack-plugin": "2.3.18",
"license-webpack-plugin": "2.3.19",
"react-docgen-typescript": "1.22.0",
"react-transition-group": "4.4.1",
"react-transition-group": "4.4.2",
"style-loader": "2.0.0",
"svg-url-loader": "7.1.1",
"ts-node": "10.0.0",
"tsconfig-paths": "3.9.0",
"typescript": "4.2.4",
"webpack": "5.37.1",
"webpack": "5.38.1",
"webpack-cli": "4.7.0",
"webpack-dev-server": "3.11.2",
"yargs": "17.0.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/formik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"devDependencies": {
"@babel/cli": "7.14.3",
"@babel/core": "7.14.3",
"@babel/preset-env": "7.14.2",
"@babel/preset-env": "7.14.4",
"@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.6",
"@types/react-dom": "17.0.5",
"@types/react": "17.0.9",
"@types/react-dom": "17.0.6",
"@types/styled-components": "5.1.9",
"core-js": "3.12.1",
"core-js": "3.13.1",
"formik": "2.2.8",
"react": "17.0.2",
"react-is": "17.0.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"devDependencies": {
"@babel/cli": "7.14.3",
"@babel/core": "7.14.3",
"@babel/preset-env": "7.14.2",
"@babel/preset-env": "7.14.4",
"@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": "15.6.1",
"@types/react": "17.0.6",
"@types/react-dom": "17.0.5",
"@types/node": "15.6.2",
"@types/react": "17.0.9",
"@types/react-dom": "17.0.6",
"chalk": "4.1.1",
"core-js": "3.12.1",
"core-js": "3.13.1",
"cross-env": "7.0.3",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
16 changes: 8 additions & 8 deletions packages/ui-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@
"dev": "yarn build:ts webpack serve"
},
"dependencies": {
"core-js": "3.12.1",
"core-js": "3.13.1",
"practical-react-components-core": "workspace:*",
"practical-react-components-icons": "workspace:*",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hooks-shareable": "1.27.0",
"react-hooks-shareable": "1.28.0",
"react-is": "17.0.2",
"react-router-dom": "5.2.0",
"regenerator-runtime": "0.13.8",
"regenerator-runtime": "0.13.7",
"styled-components": "5.3.0",
"styled-normalize": "8.0.7"
},
"devDependencies": {
"@babel/core": "7.14.3",
"@babel/preset-env": "7.14.2",
"@babel/preset-env": "7.14.4",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "7.13.0",
"@cypress/webpack-preprocessor": "5.8.0",
"@types/node": "15.6.1",
"@types/react": "17.0.6",
"@cypress/webpack-preprocessor": "5.9.0",
"@types/node": "15.6.2",
"@types/react": "17.0.9",
"@types/react-router-dom": "5.1.7",
"@types/regenerator-runtime": "0.13.0",
"@types/styled-components": "5.1.9",
Expand All @@ -46,7 +46,7 @@
"tsconfig-paths": "3.9.0",
"typescript": "4.2.4",
"wait-on": "5.3.0",
"webpack": "5.37.1",
"webpack": "5.38.1",
"webpack-cli": "4.7.0",
"webpack-dev-server": "3.11.2",
"yargs": "17.0.1"
Expand Down
Loading