This commit is contained in:
Anthony Dumas 2022-06-27 23:44:54 +02:00
parent 5e361660f0
commit bb219cb5e2
3 changed files with 10 additions and 10 deletions

File diff suppressed because one or more lines are too long

14
package-lock.json generated
View File

@ -11,7 +11,7 @@
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.5.0",
"bulma": "^0.9.3",
"bulma": "^0.9.4",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-intl": "^5.10.9",
@ -4838,9 +4838,9 @@
"integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug="
},
"node_modules/bulma": {
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.3.tgz",
"integrity": "sha512-0d7GNW1PY4ud8TWxdNcP6Cc8Bu7MxcntD/RRLGWuiw/s0a9P+XlH/6QoOIrmbj6o8WWJzJYhytiu9nFjTszk1g=="
"version": "0.9.4",
"resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz",
"integrity": "sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ=="
},
"node_modules/bytes": {
"version": "3.0.0",
@ -24851,9 +24851,9 @@
"integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug="
},
"bulma": {
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.3.tgz",
"integrity": "sha512-0d7GNW1PY4ud8TWxdNcP6Cc8Bu7MxcntD/RRLGWuiw/s0a9P+XlH/6QoOIrmbj6o8WWJzJYhytiu9nFjTszk1g=="
"version": "0.9.4",
"resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz",
"integrity": "sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ=="
},
"bytes": {
"version": "3.0.0",

View File

@ -6,7 +6,7 @@
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.5.0",
"bulma": "^0.9.3",
"bulma": "^0.9.4",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-intl": "^5.10.9",
@ -20,7 +20,7 @@
"test": "react-scripts test",
"eject": "react-scripts eject",
"prod": "forever start $(which npx) serve -l 80 -s build",
"jetstart" : "rm -r node_* && npm i && clear && npm run start"
"jetstart": "rm -r node_* && npm i && clear && npm run start"
},
"eslintConfig": {
"extends": [