Skip to content

Commit

Permalink
build: make compatible with minor versions of most deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jlopezcur committed Jan 15, 2024
1 parent d8abf53 commit a8fcbfb
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 77 deletions.
78 changes: 39 additions & 39 deletions package-lock.json

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

11 changes: 5 additions & 6 deletions packages/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@
"stryker": "npx stryker run"
},
"peerDependencies": {
"@devoinc/genesys-brand-devo": "^6.1.1",
"@devoinc/genesys-brand-devo": "6.x.x",
"@devoinc/genesys-ui": "^3.0.1",
"ahooks": "^3.7.8",
"monaco-editor-core": "^0.24.0",
"react": ">=16.13.1",
"react-dom": ">=16.13.1",
"styled-components": "^5.3.3"
"ahooks": "3.x.x",
"monaco-editor-core": "0.x.x",
"react": "16.x || 17.x || 18.x",
"styled-components": "5.x.x"
},
"author": "",
"license": "MIT",
Expand Down
3 changes: 1 addition & 2 deletions packages/code/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ export default defineConfig({
'@devoinc/genesys-ui',
'monaco-editor-core',
'react',
'react-dom',
'styled-components',
'react/jsx-runtime',
'styled-components',
],
},
},
Expand Down
27 changes: 14 additions & 13 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,22 @@
"stryker": "npx stryker run"
},
"peerDependencies": {
"@devoinc/genesys-icons": "^3.5.1",
"@devoinc/genesys-tokens-types": "^6.1.1",
"@dnd-kit/core": "^6.0.6",
"@dnd-kit/sortable": "^7.0.1",
"@popperjs/core": "^2.11.8",
"lodash": "^4.17.21",
"polished": "^4.2.2",
"@devoinc/genesys-icons": "3.x.x",
"@devoinc/genesys-tokens-types": "6.x.x",
"@dnd-kit/core": "6.x.x",
"@dnd-kit/sortable": "7.x.x",
"@popperjs/core": "2.x.x",
"lodash": "4.x.x",
"polished": "4.x.x",
"react": "16.x || 17.x || 18.x",
"react-dock": "^0.6.0",
"react-grid-system": "^8.1.6",
"react-popper": "^2.3.0",
"react-select": "^5.7.4",
"react-toastify": "^9.1.3",
"react-dom": "16.x || 17.x || 18.x",
"react-dock": "0.x.x",
"react-grid-system": "8.x.x",
"react-popper": "2.x.x",
"react-select": "5.x.x",
"react-toastify": "9.x.x",
"react-windowed-select": "5.1.0",
"styled-components": "^5.3.10"
"styled-components": "5.x.x"
},
"author": "",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions packages/datetime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"@devoinc/genesys-icons": "^3.5.1",
"@devoinc/genesys-icons": "3.x.x",
"@devoinc/genesys-ui": "^3.0.1",
"date-fns": "^2.30.0",
"date-fns": "2.x.x",
"react": "16.x || 17.x || 18.x",
"react-popper": "^2.3.0",
"styled-components": "^5.3.10"
"react-popper": "2.x.x",
"styled-components": "5.x.x"
},
"engine": {
"node": ">=16",
Expand Down
18 changes: 9 additions & 9 deletions packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"@devoinc/genesys-icons": "^3.5.1",
"@devoinc/genesys-icons": "3.x.x",
"@devoinc/genesys-ui": "^3.0.1",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-preview": "^4.6.11",
"lodash": "^4.17.21",
"polished": "^4.2.2",
"filepond-plugin-file-validate-size": "2.x.x",
"filepond-plugin-file-validate-type": "1.x.x",
"filepond-plugin-image-preview": "4.x.x",
"lodash": "4.x.x",
"polished": "4.x.x",
"react": "16.x || 17.x || 18.x",
"react-color": "^2.19.3",
"react-filepond": "^7.1.2",
"styled-components": "^5.3.10"
"react-color": "2.x.x",
"react-filepond": "7.x.x",
"styled-components": "5.x.x"
},
"engine": {
"node": ">=16",
Expand Down
8 changes: 4 additions & 4 deletions packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"@devoinc/genesys-icons": "^3.6.0",
"@devoinc/genesys-icons": "3.x.x",
"@devoinc/genesys-ui": "^3.0.1",
"@devoinc/genesys-ui-datetime": "^3.0.1",
"@devoinc/genesys-ui-form": "^3.0.1",
"@tanstack/react-virtual": "^3.0.1",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"@tanstack/react-virtual": "3.x.x",
"date-fns": "2.x.x",
"date-fns-tz": "2.x.x",
"react": "16.x || 17.x || 18.x"
},
"engine": {
Expand Down

0 comments on commit a8fcbfb

Please sign in to comment.