Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Remove webn-vitals and react-scripts packages
Browse files Browse the repository at this point in the history
They were added when the project was initialized with Create React app 
but they do not seem to be used actively.

Now we are getting updates from Dependabot which we do not really want
to deal with so remove them.
  • Loading branch information
kasperg committed Oct 20, 2023
1 parent 006f191 commit d0ecf76
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 4,373 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
"react": "^17.0.2",
"react-docgen-typescript": "^2.1.0",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"sass": "^1.69.3",
"skeleton-screen-css": "^1.1.0",
"storybook-addon-designs": "^6.2.1",
Expand All @@ -87,8 +86,7 @@
"stylelint-config-recommended-scss": "^8.0.0",
"stylelint-prettier": "^2.0.0",
"stylelint-scss": "^5.2.1",
"typescript": "^4.7.4",
"web-vitals": "^1.0.1"
"typescript": "^4.7.4"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down
Loading

0 comments on commit d0ecf76

Please sign in to comment.