Skip to content

Commit

Permalink
Merge pull request #591 from navikt/slette-gamle-dependencies
Browse files Browse the repository at this point in the history
Sletter unødvendige/gamle dependencies. scroll-behavior: smooth har s…
  • Loading branch information
gunnsteingarmo authored Oct 7, 2024
2 parents ae0ca2a + 11e15db commit 9fbb497
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 91 deletions.
83 changes: 0 additions & 83 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,12 @@
"@types/marked": "^6.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/smoothscroll-polyfill": "^0.3.4",
"amplitude-js": "^8.21.9",
"express": "^4.21.0",
"jsdom": "^25.0.0",
"marked": "^14.1.2",
"react": "^18.3.1",
"react-app-polyfill": "^3.0.0",
"react-dom": "^18.3.1",
"smoothscroll-polyfill": "^0.4.4",
"styled-components": "^6.1.11",
"typescript": "^5.6.2"
},
Expand Down
5 changes: 0 additions & 5 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
import 'react-app-polyfill/ie11';
import 'react-app-polyfill/stable';
import App from './App';
import smoothscroll from 'smoothscroll-polyfill';
import '@navikt/ds-css';
import { createRoot } from 'react-dom/client';

smoothscroll.polyfill();

const container = document.getElementById('root');
const root = createRoot(container!);
root.render(<App />);

0 comments on commit 9fbb497

Please sign in to comment.