Skip to content

Commit

Permalink
chore #249 - Bump react scripts and upgrade to React 17 (#250)
Browse files Browse the repository at this point in the history
Closes #249
  • Loading branch information
nancy-dassana authored Mar 8, 2021
1 parent 1ef711c commit 7a1c4f8
Show file tree
Hide file tree
Showing 23 changed files with 9,615 additions and 13,733 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module.exports = {
'@typescript-eslint/no-unused-vars-experimental': 'warn',
'comma-dangle': ['warn', 'never'],
'comma-spacing': ['warn', { after: true, before: false }],
'import/no-anonymous-default-export': 'off',
'key-spacing': [
'warn',
{
Expand Down
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module.exports = {
collectCoverageFrom: ['lib/**/*.{ts,tsx,js,jsx}'],
coverageDirectory: 'coverage',
preset: 'ts-jest',
resetMocks: true,
resetMocks: false,
testEnvironment: 'node'
}
22,471 changes: 9,140 additions & 13,331 deletions package-lock.json

Large diffs are not rendered by default.

71 changes: 37 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dassana-io/web-components",
"version": "0.9.6",
"version": "0.10.0",
"publishConfig": {
"registry": "https://npm.pkg.github.com/dassana-io"
},
Expand All @@ -11,24 +11,23 @@
},
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@dassana-io/web-utils": "^0.7.10",
"@dassana-io/web-utils": "^0.8.0",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.14",
"antd": "^4.6.5",
"antd": "~4.12.3",
"bytes": "^3.1.0",
"classnames": "^2.2.6",
"color": "^3.1.3",
"framer-motion": "^2.9.5",
"fuse.js": "^6.4.2",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hook-form": "^6.5.0",
"react-jss": "^10.4.0",
"react-scripts": "^3.4.4",
"typescript": "^3.9.7",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hook-form": "^6.15.4",
"react-jss": "^10.5.1",
"react-scripts": "^4.0.3",
"uuid": "^8.3.2"
},
"scripts": {
Expand All @@ -53,7 +52,8 @@
"fixtures/*",
"types.ts",
"components/index.ts"
]
],
"resetMocks": false
},
"browserslist": {
"production": [
Expand All @@ -68,20 +68,21 @@
]
},
"devDependencies": {
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-image": "^2.0.6",
"@rollup/plugin-node-resolve": "^9.0.0",
"@storybook/addon-actions": "^6.1.15",
"@storybook/addon-cssresources": "^6.1.18",
"@storybook/addon-essentials": "^6.1.15",
"@storybook/addon-links": "^6.1.15",
"@storybook/addon-storyshots": "^6.1.15",
"@storybook/addons": "^6.1.15",
"@storybook/preset-create-react-app": "^3.1.5",
"@storybook/react": "^6.1.15",
"@storybook/theming": "^6.1.15",
"@svgr/rollup": "^5.4.0",
"@testing-library/react-hooks": "^5.0.3",
"@rollup/plugin-node-resolve": "^11.2.0",
"@storybook/addon-actions": "^6.1.21",
"@storybook/addon-cssresources": "^6.1.21",
"@storybook/addon-essentials": "^6.1.21",
"@storybook/addon-links": "^6.1.21",
"@storybook/addon-storyshots": "^6.1.21",
"@storybook/addons": "^6.1.21",
"@storybook/preset-create-react-app": "^3.1.6",
"@storybook/react": "^6.1.21",
"@storybook/theming": "^6.1.21",
"@svgr/rollup": "^5.5.0",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^5.1.0",
"@types/bytes": "^3.1.0",
"@types/classnames": "^2.2.10",
"@types/color": "^3.0.1",
Expand All @@ -90,24 +91,26 @@
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.162",
"@types/node": "^14.14.2",
"@types/react": "^16.14.4",
"@types/react-dom": "^16.9.8",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
"chromatic": "^5.6.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react": "^7.22.0",
"normalize.css": "^8.0.1",
"react-test-renderer": "^16.14.0",
"rollup": "^2.32.1",
"react-test-renderer": "^17.0.1",
"rollup": "^2.40.0",
"rollup-plugin-styles": "^3.11.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.28.0"
"rollup-plugin-typescript2": "^0.30.0",
"tslib": "^2.1.0",
"typescript": "^4.2.3"
},
"peerDependencies": {
"react": ">=16.13",
"react-dom": ">=16.13"
"react": ">=16.13 || ^17",
"react-dom": ">=16.13 || ^17"
}
}
Loading

0 comments on commit 7a1c4f8

Please sign in to comment.