Skip to content

Commit

Permalink
Fjerne unødvendige pakker (#1231)
Browse files Browse the repository at this point in the history
  • Loading branch information
frodehansen2 authored Oct 9, 2023
1 parent 74ff3b7 commit f4130c0
Show file tree
Hide file tree
Showing 5 changed files with 193 additions and 1,734 deletions.
1 change: 0 additions & 1 deletion apps/endringsmelding-pleiepenger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
"postcss": "8.4.31",
"postcss-import": "15.1.0",
"postcss-loader": "7.3.3",
"prettier": "3.0.3",
"pretty-quick": "3.1.3",
"react-scripts": "5.0.1",
"regenerator-runtime": "0.14.0",
Expand Down
1 change: 1 addition & 0 deletions apps/omsorgsdager-aleneomsorg-dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"less-loader": "11.1.3",
"mini-css-extract-plugin": "2.7.6",
"npm-run-all": "4.1.5",
"react-scripts": "5.0.1",
"rimraf": "5.0.5",
"source-map-loader": "4.0.1",
"start-server-and-test": "2.0.1",
Expand Down
1 change: 0 additions & 1 deletion apps/pleiepenger-sykt-barn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
"less": "4.2.0",
"less-loader": "11.1.3",
"npm-run-all": "4.1.5",
"prettier": "3.0.3",
"react-dom": "18.2.0",
"react-intl": "6.4.7",
"react-scripts": "5.0.1",
Expand Down
28 changes: 1 addition & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,40 +10,14 @@
},
"devDependencies": {
"@changesets/cli": "2.26.2",
"@navikt/ds-tailwind": "5.6.3",
"@storybook/builder-webpack5": "7.4.6",
"@storybook/manager-webpack5": "6.5.16",
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "6.1.3",
"@testing-library/react": "14.0.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.5.1",
"check-peer-dependencies": "^4.2.0",
"esbuild": "0.19.4",
"esbuild-jest": "0.5.0",
"eslint": "8.51.0",
"eslint-plugin-prettier": "5.0.0",
"husky": "8.0.3",
"jest-environment-jsdom": "29.7.0",
"jsdom": "22.1.0",
"lint-staged": "14.0.1",
"nodemon": "3.0.1",
"npm-run-all": "4.1.5",
"npm-watch": "0.11.0",
"postcss": "8.4.31",
"postcss-cli": "10.1.0",
"postcss-loader": "7.3.3",
"postcss-nested": "6.0.1",
"prettier": "3.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts": "5.0.1",
"react-syntax-highlighter": "15.5.0",
"storybook": "7.4.6",
"turbo": "1.10.15",
"typescript": "5.2.2",
"webpack": "5.88.2",
"yarn-audit-fix": "10.0.1"
"webpack": "5.88.2"
},
"lint-staged": {
"apps/**/*.{ts,tsx}": [
Expand Down
Loading

0 comments on commit f4130c0

Please sign in to comment.