Skip to content

Commit

Permalink
moved tslib to dependencies, updated tslib to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpospiech committed Oct 29, 2024
1 parent aa38eee commit d543aea
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 56 deletions.
4 changes: 2 additions & 2 deletions packages/uniforms-antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"classnames": "^2.0.0",
"invariant": "^2.0.0",
"lodash": "^4.0.0",
"warning": "^4.0.0"
"warning": "^4.0.0",
"tslib": "2.8.0"
},
"devDependencies": {
"@ant-design/icons": "^5.0.0",
Expand All @@ -51,7 +52,6 @@
"dayjs": "^1.11.13",
"simpl-schema": "1.13.1",
"rc-input-number": "^9.2.0",
"tslib": "2.2.0",
"typescript": "5.5.4",
"uniforms": "workspace:*",
"zod": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/uniforms-bootstrap4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"classnames": "^2.0.0",
"invariant": "^2.0.0",
"lodash": "^4.0.0",
"warning": "^4.0.0"
"warning": "^4.0.0",
"tslib": "2.8.0"
},
"devDependencies": {
"@types/invariant": "2.2.37",
"@types/lodash": "4.17.5",
"@types/react": "18.3.12",
"tslib": "2.2.0",
"typescript": "5.5.4",
"uniforms": "workspace:*",
"zod": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/uniforms-bootstrap5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"classnames": "^2.0.0",
"invariant": "^2.0.0",
"lodash": "^4.0.0",
"warning": "^4.0.0"
"warning": "^4.0.0",
"tslib": "2.8.0"
},
"devDependencies": {
"@types/invariant": "2.2.37",
"@types/lodash": "4.17.5",
"@types/react": "18.3.12",
"tslib": "2.2.0",
"typescript": "5.5.4",
"uniforms": "workspace:*",
"zod": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/uniforms-bridge-json-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
},
"dependencies": {
"invariant": "^2.0.0",
"lodash": "^4.0.0"
"lodash": "^4.0.0",
"tslib": "2.8.0"
},
"devDependencies": {
"@types/invariant": "2.2.37",
"@types/lodash": "4.17.5",
"tslib": "2.2.0",
"typescript": "5.5.4",
"uniforms": "workspace:*"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/uniforms-bridge-simple-schema-2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
],
"dependencies": {
"invariant": "^2.0.0",
"lodash": "^4.0.0"
"lodash": "^4.0.0",
"tslib": "2.8.0"
},
"peerDependencies": {
"simpl-schema": "^1.0.0 || ^0.0.4",
Expand All @@ -45,7 +46,6 @@
"@types/lodash": "4.17.5",
"@types/react": "18.3.12",
"@types/simpl-schema": "1.12.7",
"tslib": "2.2.0",
"typescript": "5.5.4",
"uniforms": "workspace:*"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/uniforms-bridge-zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
],
"dependencies": {
"invariant": "^2.0.0",
"lodash": "^4.0.0"
"lodash": "^4.0.0",
"tslib": "2.8.0"
},
"peerDependencies": {
"zod": "^3.0.0",
Expand All @@ -43,7 +44,6 @@
"devDependencies": {
"@types/invariant": "2.2.37",
"@types/lodash": "4.17.5",
"tslib": "2.2.0",
"typescript": "5.5.4",
"uniforms": "workspace:*"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/uniforms-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
},
"dependencies": {
"invariant": "^2.0.0",
"lodash": "^4.0.0"
"lodash": "^4.0.0",
"tslib": "2.8.0"
},
"devDependencies": {
"@emotion/react": "11.7.1",
"@emotion/styled": "11.6.0",
"@types/invariant": "2.2.37",
"@types/lodash": "4.17.5",
"@types/react": "18.3.12",
"tslib": "2.2.0",
"typescript": "5.5.4",
"uniforms": "workspace:*",
"zod": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/uniforms-semantic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"dependencies": {
"classnames": "^2.0.0",
"invariant": "^2.0.0",
"lodash": "^4.0.0"
"lodash": "^4.0.0",
"tslib": "2.8.0"
},
"devDependencies": {
"@types/invariant": "2.2.37",
"@types/lodash": "4.17.5",
"@types/react": "18.3.12",
"tslib": "2.2.0",
"typescript": "5.5.4",
"uniforms": "workspace:*",
"zod": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/uniforms-unstyled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
},
"dependencies": {
"invariant": "^2.0.0",
"lodash": "^4.0.0"
"lodash": "^4.0.0",
"tslib": "2.8.0"
},
"devDependencies": {
"@types/invariant": "2.2.37",
"@types/lodash": "4.17.5",
"@types/react": "18.3.12",
"tslib": "2.2.0",
"typescript": "5.5.4",
"uniforms": "workspace:*"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/uniforms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
},
"dependencies": {
"invariant": "^2.0.0",
"lodash": "^4.0.0"
"lodash": "^4.0.0",
"tslib": "2.8.0"
},
"devDependencies": {
"@types/invariant": "2.2.37",
Expand All @@ -47,7 +48,6 @@
"@types/simpl-schema": "1.12.8",
"moment": "2.30.1",
"simpl-schema": "1.13.1",
"tslib": "2.2.0",
"typescript": "5.5.4",
"zod": "^3.0.0"
},
Expand Down
67 changes: 31 additions & 36 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d543aea

Please sign in to comment.