Skip to content

Commit

Permalink
Merge pull request #87 from trixtateam/update/packages_for_ci
Browse files Browse the repository at this point in the history
ci: fix package depencies for CI
  • Loading branch information
jacqueswho authored Dec 15, 2022
2 parents ffd6725 + ea3221b commit abf567d
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 1,905 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"react-test-renderer": "^16.14.0",
"rimraf": "^3.0.2",
"semantic-release": "^19.0.5",
"storybook-addon-toolbar-actions": "^0.4.8",
"typescript": "~4.1.5"
}
}
3 changes: 1 addition & 2 deletions packages/core/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ module.exports = {
'plugin:react-hooks/recommended',
'plugin:@typescript-eslint/recommended',
'plugin:jest/recommended',
'prettier',
'plugin:storybook/recommended',
'prettier'
],
settings: {
react: {
Expand Down
9 changes: 0 additions & 9 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,6 @@
"@semantic-release/github": "^8.0.6",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@storybook/addon-actions": "^6.5.10",
"@storybook/addon-docs": "^6.5.10",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-links": "^6.5.10",
"@storybook/addon-storysource": "^6.5.10",
"@storybook/addon-toolbars": "^6.5.10",
"@storybook/react": "^6.5.10",
"@storybook/storybook-deployer": "2.8.12",
"@testing-library/jest-dom": "^5.13.0",
"@testing-library/react": "^11.2.7",
"@testing-library/react-hooks": "^7.0.0",
Expand Down Expand Up @@ -205,7 +197,6 @@
"eslint-plugin-react": "7.20.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-redux-saga": "1.1.3",
"eslint-plugin-storybook": "^0.6.4",
"github-markdown-css": "~4.0.0",
"husky": "^8.0.0",
"jest": "26.6.3",
Expand Down
1 change: 0 additions & 1 deletion packages/rjsf/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = {
'plugin:@typescript-eslint/recommended',
'plugin:jest/recommended',
'prettier',
'plugin:storybook/recommended',
],
settings: {
react: {
Expand Down
18 changes: 2 additions & 16 deletions packages/rjsf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"@rjsf/core": ">=5.0.0-beta.13",
"@rjsf/utils":">=5.0.0-beta.13",
"@rjsf/validator-ajv6":">=5.0.0-beta.13",
"@trixtateam/trixta-js-core": ">=1.0.8-beta.0",
"@trixtateam/trixta-js-core": "1.0.9-beta.0",
"debug": "4.3.1",
"immer": ">=9.0.6",
"phoenix": "~1.5.9",
Expand All @@ -125,10 +125,6 @@
"dependencies": {
"depcheck": "^1.4.2",
"fast-deep-equal": "3.1.3",
"@trixtateam/trixta-js-core": ">=1.0.8-beta.0",
"@rjsf/core": ">=5.0.0-beta.13",
"@rjsf/utils":">=5.0.0-beta.13",
"@rjsf/validator-ajv6":">=5.0.0-beta.13",
"nanoid": "3.1.31",
"phoenix": "1.5.9"
},
Expand Down Expand Up @@ -162,19 +158,11 @@
"@semantic-release/github": "^8.0.6",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@storybook/addon-actions": "^6.5.10",
"@storybook/addon-docs": "^6.5.10",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-links": "^6.5.10",
"@storybook/addon-storysource": "^6.5.10",
"@storybook/addon-toolbars": "^6.5.10",
"@storybook/react": "^6.5.10",
"@storybook/storybook-deployer": "2.8.12",
"@testing-library/jest-dom": "^5.13.0",
"@testing-library/react": "^11.2.7",
"@testing-library/react-hooks": "^7.0.0",
"@trixtateam/phoenix-to-redux": "1.1.1",
"@trixtateam/trixta-js-core": ">=1.0.8-beta.0",
"@trixtateam/trixta-js-core": "1.0.9-beta.0",
"@types/debug": "4.1.5",
"@types/jest": "^26.0.20",
"@types/json-schema": "^7.0.4",
Expand Down Expand Up @@ -214,7 +202,6 @@
"eslint-plugin-react": "7.20.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-redux-saga": "1.1.3",
"eslint-plugin-storybook": "^0.6.4",
"github-markdown-css": "~4.0.0",
"husky": "^8.0.0",
"jest": "26.6.3",
Expand Down Expand Up @@ -242,7 +229,6 @@
"rollup": "^2.79.1",
"rollup-watch": "^4.3.1",
"semantic-release": "^19.0.5",
"storybook-addon-toolbar-actions": "^0.4.8",
"typescript": "~4.1.5"
},
"directories": {
Expand Down
Loading

0 comments on commit abf567d

Please sign in to comment.