Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
c3ee9cb
update ejs package
michael-odonovan May 13, 2023
32ed0c4
update moment package
michael-odonovan May 13, 2023
9292083
update react-responsive package
michael-odonovan May 13, 2023
3b16ed4
update react-uid package
michael-odonovan May 13, 2023
c29fa61
update @babel/cli package
michael-odonovan May 13, 2023
ca33612
update youtube-player package
michael-odonovan May 13, 2023
f8df23c
update react-modal package
michael-odonovan May 13, 2023
47bcb19
update react-currency-format package
michael-odonovan May 13, 2023
d7cbdf2
update react-canvas-confetti package
michael-odonovan May 13, 2023
2aa03d0
update prop-types package
michael-odonovan May 13, 2023
1d58674
update prettier package
michael-odonovan May 13, 2023
b9bce0e
update jest-styled-components package
michael-odonovan May 13, 2023
9f90c53
update eslint-plugin-import package
michael-odonovan May 13, 2023
52021a6
update eslint-plugin-jsx-a11y package
michael-odonovan May 13, 2023
d71324c
update eslint-plugin-react package
michael-odonovan May 13, 2023
ebd713d
update eslint-plugin-react-hooks package
michael-odonovan May 13, 2023
a7772b1
snapshots
michael-odonovan May 13, 2023
593de84
jest console errors, fix otherAmountValue undefined
michael-odonovan May 14, 2023
645da5c
add otherAmountValue default prop
michael-odonovan May 14, 2023
1cbed9a
fix lint errors, Input.js label, any => string
michael-odonovan May 14, 2023
c6b4391
fix lint errors, errormsg is not an attribute of vanilla input tag
michael-odonovan May 14, 2023
a90175b
snaps
michael-odonovan May 14, 2023
0efd4f8
fix lint errors, MarketingPreferencesDS missing proptypes for children
michael-odonovan May 14, 2023
25cfe33
fix lint errors, MarketingPreferencesDS, add disabled propType
michael-odonovan May 14, 2023
a6594aa
remove unused depcheck, ejs package crept back in
michael-odonovan May 17, 2023
000e664
fix: remove unused and failing value prop
michael-odonovan May 26, 2023
a7a8398
Empty commit to trigger build
michael-odonovan May 26, 2023
a0e42fe
Merge branch 'master' of https://github.com/comicrelief/component-lib…
michael-odonovan May 26, 2023
cdeb1f6
fix: remove unused husky package that has crept back in
michael-odonovan May 26, 2023
35dcfb6
refactor: upgrade packages that have updates even while upgrading
michael-odonovan May 26, 2023
c0f4666
update yup, jest tests pass
michael-odonovan May 26, 2023
579be3c
upgrade eslint, jest tests pass
michael-odonovan May 26, 2023
9f56231
remove eslint snakeCase rule in offending file
michael-odonovan Jun 5, 2023
aecf789
Empty commit to trigger build
michael-odonovan Jun 5, 2023
48aa004
Empty commit to trigger build
michael-odonovan Jun 5, 2023
01b3fdf
merge master
michael-odonovan Jun 6, 2023
8550713
yarn to pull in code from other work
michael-odonovan Jun 7, 2023
3509d39
remove extra one-liner for eslint camelcase
michael-odonovan Jun 7, 2023
c30863b
Empty commit to trigger build
michael-odonovan Jun 7, 2023
da896e6
upgrade react and react-dom, builds with errors
michael-odonovan Jun 9, 2023
b888be7
update react-styleguidist package
michael-odonovan Jun 12, 2023
df60887
upgrade react-scripts => FAIL
michael-odonovan Jun 14, 2023
605af43
Merge branch 'master' of https://github.com/comicrelief/component-lib…
michael-odonovan Jul 13, 2023
8226b7f
fix: webpack error, convert svg to jsx
michael-odonovan Jul 13, 2023
c7c3c0e
cache clean and reinstall node_modules to fix Loading PostCSS error
michael-odonovan Jul 13, 2023
ada0343
remove ejs config as we don't use ejs package
michael-odonovan Jul 14, 2023
6de4f3d
Empty commit to trigger build
michael-odonovan Jul 18, 2023
07349a5
chore: setup nvmrc
michael-odonovan Jul 19, 2023
9a321c4
Merge branch 'master' of https://github.com/comicrelief/component-lib…
michael-odonovan Jul 19, 2023
7c0a10e
fix: add error recommended plugin/patch/package
michael-odonovan Jul 19, 2023
c1eac58
update yarn.lock
michael-odonovan Aug 4, 2023
d1fe44f
upgrade jest
michael-odonovan Sep 6, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,21 @@
"lodash": "^4.17.11",
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react": "^18.2.0",
"react-canvas-confetti": "^1.4.0",
"react-currency-format": "^1.1.0",
"react-dom": "^17.0.2",
"react-dom": "^18.2.0",
"react-hook-form": "^6.3.0",
"react-modal": "^3.16.1",
"react-responsive": "^9.0.2",
"react-scripts": "4.0.3",
"react-scripts": "^5.0.1",
"react-spinners": "^0.11.0",
"react-styleguidist": "^11.1.7",
"react-styleguidist": "^13.1.1",
"react-test-renderer": "^17.0.2",
"react-uid": "^2.3.3",
"styled-components": "^5.3.11",
"youtube-player": "^5.6.0",
"yup": "^0.32.9"
},
"resolutions": {
"react-scripts/workbox-webpack-plugin/workbox-build/@surma/rollup-plugin-off-main-thread/ejs": "3.1.6"
"yup": "^1.2.0"
},
"scripts": {
"test": "yarn run jest",
Expand All @@ -74,15 +71,16 @@
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"cross-env": "^7.0.3",
"cypress": "^8.3.0",
"eslint": "^7.32.0",
"eslint": "^8.41.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^26.1.0",
"jest": "^29.6.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"semantic-release": "^17.4.6"
Expand Down
69 changes: 68 additions & 1 deletion src/components/Molecules/SingleMessage/assets/loader.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable camelcase */
import React from 'react';
import PropTypes from 'prop-types';
import { useWatch } from 'react-hook-form';
Expand Down Expand Up @@ -30,7 +31,6 @@ const MarketingPreferencesDS = ({
const smsChoice = useWatch({ control, name: 'mp_permissionSMS', defaultValue: null });

const {
// eslint-disable-next-line camelcase
mp_permissionEmail, mp_permissionSMS, mp_permissionPhone, mp_permissionPost
} = mpValidationOptions;

Expand Down
Loading