Skip to content

Commit

Permalink
Update npm non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 11, 2023
1 parent 7601e92 commit 98481a2
Show file tree
Hide file tree
Showing 2 changed files with 581 additions and 571 deletions.
42 changes: 21 additions & 21 deletions package.json
Expand Up @@ -38,9 +38,9 @@
"cy:test:all:headless": "yarn run cy:delete:reports && cypress run -s 'test/e2e/integration/*/*.ts'"
},
"devDependencies": {
"@babel/core": "7.21.3",
"@babel/core": "7.21.4",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "7.20.2",
"@babel/preset-env": "7.21.4",
"@babel/preset-react": "7.18.6",
"@babel/runtime": "^7.21.0",
"@babel/runtime-corejs3": "^7.21.0",
Expand All @@ -49,19 +49,19 @@
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/dompurify": "3.0.0",
"@types/dompurify": "3.0.1",
"@types/dot-object": "2.1.2",
"@types/jest": "29.5.0",
"@types/marked": "4.0.8",
"@types/mime": "3.0.1",
"@types/react": "18.0.28",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"@types/react-redux": "7.1.25",
"@types/react-router-dom": "5.3.3",
"@types/redux-mock-store": "1.0.3",
"@types/uuid": "9.0.1",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"axe-core": "4.6.3",
"babel-jest": "29.5.0",
"babel-loader": "9.1.2",
Expand All @@ -76,9 +76,9 @@
"cypress-plugin-tab": "1.0.5",
"cypress-wait-until": "^1.7.2",
"dotenv": "16.0.3",
"eslint": "8.36.0",
"eslint-config-prettier": "8.7.0",
"eslint-plugin-cypress": "2.12.1",
"eslint": "8.38.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-cypress": "2.13.2",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-no-relative-import-paths": "1.5.2",
Expand All @@ -92,7 +92,7 @@
"execa": "7.1.1",
"fork-ts-checker-notifier-webpack-plugin": "6.0.0",
"fork-ts-checker-webpack-plugin": "8.0.0",
"html-react-parser": "3.0.12",
"html-react-parser": "3.0.15",
"http-server": "^14.1.1",
"husky": "8.0.3",
"identity-obj-proxy": "3.0.0",
Expand All @@ -101,27 +101,27 @@
"jest-junit": "15.0.0",
"jest-mock-axios": "4.7.1",
"jsdom": "21.1.1",
"lint-staged": "13.2.0",
"lint-staged": "13.2.1",
"mime": "3.0.0",
"mini-css-extract-plugin": "2.7.5",
"prettier": "2.8.5",
"prettier": "2.8.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-refresh": "0.14.0",
"react-refresh-typescript": "2.0.8",
"redux-mock-store": "1.5.4",
"redux-saga-test-plan": "4.0.6",
"resize-observer-polyfill": "1.5.1",
"rimraf": "4.4.0",
"rimraf": "4.4.1",
"source-map-loader": "4.0.1",
"style-loader": "3.3.2",
"terser-webpack-plugin": "5.3.7",
"ts-jest": "29.0.5",
"ts-jest": "29.1.0",
"ts-loader": "9.4.2",
"utility-types": "3.10.0",
"webpack": "5.76.2",
"webpack": "5.78.0",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.13.1"
"webpack-dev-server": "4.13.2"
},
"dependencies": {
"@altinn/altinn-design-system": "0.27.6",
Expand All @@ -135,14 +135,14 @@
"@reduxjs/toolkit": "1.9.3",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
"axios": "1.3.4",
"axios": "1.3.5",
"classnames": "2.3.2",
"dompurify": "3.0.1",
"dot-object": "2.1.4",
"eslint-plugin-preferred-import-path": "^1.1.0",
"html-react-parser": "3.0.12",
"html-react-parser": "3.0.15",
"jsonpointer": "5.0.1",
"marked": "4.2.12",
"marked": "4.3.0",
"moment": "2.29.4",
"node-polyfill-webpack-plugin": "^2.0.1",
"react": "18.2.0",
Expand All @@ -151,8 +151,8 @@
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
"react-redux": "8.0.5",
"react-router-dom": "6.9.0",
"react-select": "5.7.0",
"react-router-dom": "6.10.0",
"react-select": "5.7.2",
"redux": "4.2.1",
"redux-saga": "1.2.3",
"reselect": "4.1.7",
Expand Down

0 comments on commit 98481a2

Please sign in to comment.