Skip to content

Commit

Permalink
Oppgraderer rollup og fjerner hack-config
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeofnorway committed Jul 27, 2023
1 parent 5a025c0 commit b8e8b68
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 69 deletions.
142 changes: 103 additions & 39 deletions package-lock.json

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

54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,36 +49,36 @@
"react-scripts": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-typescript": "^7.22.5",
"@rollup/plugin-image": "^2.1.1",
"@svgr/rollup": "^6.5.1",
"@babel/core": "7.22.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-typescript": "7.22.5",
"@rollup/plugin-image": "3.0.2",
"@svgr/rollup": "6.5.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@types/fetch-mock": "^7.3.5",
"@types/jest": "^29.5.3",
"@types/fetch-mock": "7.3.5",
"@types/jest": "29.5.3",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"gh-pages": "^4.0.0",
"less": "^4.1.3",
"less-plugin-npm-import": "^2.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"rollup": "^2.79.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.34.1",
"rollup-plugin-url": "^3.0.1",
"typescript": "^4.9.5"
"@types/react-dom": "18.2.7",
"@types/react-router-dom": "5.3.3",
"babel-polyfill": "6.26.0",
"babel-runtime": "6.26.0",
"gh-pages": "4.0.0",
"less": "4.1.3",
"less-plugin-npm-import": "2.1.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.8",
"rollup": "2.79.1",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-typescript2": "0.34.1",
"rollup-plugin-url": "3.0.1",
"typescript": "4.9.5"
},
"files": [
"dist"
Expand Down
4 changes: 1 addition & 3 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ export default {
browser: true,
modulesOnly: true,
}),
typescript({
objectHashIgnoreUnknownHack: true,
}),
typescript(),
commonjs(),
json(),
babel({
Expand Down

0 comments on commit b8e8b68

Please sign in to comment.