Skip to content

Commit

Permalink
eslint and minor upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleshike committed May 3, 2024
1 parent 61f7375 commit 6e84fde
Show file tree
Hide file tree
Showing 3 changed files with 976 additions and 271 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"@tiptap/pm": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/suggestion": "^2.1.13",
"react-bootstrap": "^2.5.0",
"react-currency-input-field": "^3.6.10",
"react-loading-skeleton": "^3.1.0",
"react-router-dom": "^5.2.0",
"react-select": "^5.0.0",
"react-bootstrap": "^2.10.2",
"react-currency-input-field": "^3.8.0",
"react-loading-skeleton": "^3.4.0",
"react-router-dom": "^5.3.4",
"react-select": "^5.8.0",
"react-toggle": "^4.1.3",
"react-transition-group": "^4.3.0",
"sanitize-html": "^2.12.1",
"react-transition-group": "^4.4.5",
"sanitize-html": "^2.13.0",
"tippy.js": "^6.3.7",
"uuid": "^7.0.2"
"uuid": "^7.0.3"
},
"scripts": {
"build": "NODE_ENV=production babel src --out-dir lib --copy-files --extensions '.js,.jsx,.ts,.tsx' && tsc",
Expand Down Expand Up @@ -114,45 +114,45 @@
"@types/react-dom": "^18.3.0",
"@types/react-toggle": "^4",
"@types/testing-library__jest-dom": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.21",
"@typescript-eslint/parser": "^6.21",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-preset-react": "^6.24.1",
"bootstrap": "5.1",
"chromatic": "^6.7.0",
"classnames": "^2.2.5",
"css-loader": "^6.8.1",
"bootstrap": "5.1.3",
"chromatic": "^6.24.1",
"classnames": "^2.5.1",
"css-loader": "^6.11.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-utils": "^1.4.3",
"file-loader": "^6.2.0",
"jest": "^29.7.0",
"jest-css-modules-transform": "^4.4.2",
"jest-environment-jsdom": "^29.7.0",
"node-sass": "^9.0.0",
"nodemon": "^3.0.1",
"prop-types": "^15.6.1",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.0.2",
"nodemon": "^3.1.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-modal": "^3.12.1",
"react-popper": "^2.2.3",
"react-test-renderer": "^18.0.2",
"react-tracking": "^9.3",
"react-modal": "^3.16.1",
"react-popper": "^2.3.0",
"react-test-renderer": "^18.3.1",
"react-tracking": "^9.3.2",
"sass-loader": "^14.2.1",
"storybook": "^8.0.9",
"storybook-addon-designs": "6.3.1",
"style-loader": "^1.1.3",
"style-loader": "^1.3.0",
"typescript": "^4.9.5",
"webpack": "^5.91.0",
"yalc": "^1.0.0-pre.53"
Expand Down
4 changes: 4 additions & 0 deletions src/Tabs/__snapshots__/Tabs.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ exports[`Tabs controlled tabs renders the expected snapshot 1`] = `
<div>
<ul
class="nav nav-tabs"
id="tabID"
role="tablist"
>
<li
Expand Down Expand Up @@ -95,6 +96,7 @@ exports[`Tabs controlled tabs renders the expected snapshot 1`] = `
"container": <div>
<ul
class="nav nav-tabs"
id="tabID"
role="tablist"
>
<li
Expand Down Expand Up @@ -240,6 +242,7 @@ exports[`Tabs uncontrolled tabs renders the expected snapshot 1`] = `
<div>
<ul
class="nav nav-tabs"
id="tabID"
role="tablist"
>
<li
Expand Down Expand Up @@ -328,6 +331,7 @@ exports[`Tabs uncontrolled tabs renders the expected snapshot 1`] = `
"container": <div>
<ul
class="nav nav-tabs"
id="tabID"
role="tablist"
>
<li
Expand Down
Loading

0 comments on commit 6e84fde

Please sign in to comment.