Skip to content

Commit

Permalink
Merge pull request #793 from danskernesdigitalebibliotek/release/2024…
Browse files Browse the repository at this point in the history
…-2-0

Release/2024-2-0
  • Loading branch information
kasperg authored Jan 9, 2024
2 parents 14fb643 + 3eadfa9 commit 1939b7e
Show file tree
Hide file tree
Showing 2 changed files with 370 additions and 382 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
"post-process-generated-graphql": "ts-node ./scripts/post-process-generated-graphql.ts"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/core": "^7.23.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.23.7",
"@babel/preset-env": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@csstools/postcss-sass": "^5.1.1",
"@csstools/postcss-sass": "^5.0.1",
"@cypress/browserify-preprocessor": "^3.0.2",
"@cypress/code-coverage": "^3.12.17",
"@cypress/code-coverage": "^3.12.14",
"@graphql-codegen/add": "^3.1.1",
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/introspection": "^2.1.1",
Expand All @@ -63,7 +63,7 @@
"@graphql-codegen/typescript-react-query": "^3.5.12",
"@graphql-typed-document-node/core": "^3.1.1",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@namics/stylelint-bem": "^10.0.0",
"@namics/stylelint-bem": "^9.0.0",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-queryparams": "^6.2.9",
Expand All @@ -75,24 +75,24 @@
"@testing-library/react": "^14.1.2",
"@testing-library/react-hooks": "^8.0.1",
"@tsconfig/create-react-app": "^1.0.2",
"@types/node": "^20.10.7",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@types/react-redux": "^7.1.24",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^6.18.0",
"@vitest/coverage-istanbul": "^1.1.3",
"@typescript-eslint/parser": "^6.14.0",
"@vitest/coverage-istanbul": "^1.0.4",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"caniuse-lite": "^1.0.30001576",
"caniuse-lite": "^1.0.30001570",
"chokidar-cli": "^3.0.0",
"concurrently": "^8.2.2",
"core-js": "^3.35.0",
"core-js": "^3.34.0",
"css-loader": "^6.8.1",
"cssnano": "^6.0.3",
"cssnano": "^6.0.1",
"cypress": "^9.6.1",
"dotenv": "^16.3.1",
"eslint": "^8.56.0",
Expand All @@ -101,7 +101,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-prettier": "^4.0.0",
Expand All @@ -115,13 +115,13 @@
"mutationobserver-shim": "^0.3.7",
"nyc": "^15.1.0",
"orval": "^6.8.1",
"postcss": "^8.4.33",
"postcss": "^8.4.32",
"postcss-cli": "^11.0.0",
"postcss-loader": "^7.3.4",
"postcss-loader": "^7.3.3",
"postcss-scss": "^4.0.9",
"prettier": "^2.6.2",
"replace-in-file": "^6.3.2",
"sass": "^1.69.7",
"sass": "^1.69.5",
"source-map-support": "^0.5.21",
"style-loader": "^3.3.3",
"stylelint": "^15.11.0",
Expand All @@ -143,12 +143,12 @@
"prop-types": "Since we use former ddb-react components that depend on prop-types we keep this. Should be removed when usage of prop-types is deprecated."
},
"dependencies": {
"@danskernesdigitalebibliotek/dpl-design-system": "0.0.0-53111dc1d5d35ee254a8e231f1e3721088240a4a",
"@danskernesdigitalebibliotek/dpl-design-system": "^2024.2.0-5f768839509efac19487828c1bf4d080c146bf47",
"@reach/alert": "^0.17.0",
"@reach/dialog": "^0.18.0",
"@reduxjs/toolkit": "^1.9.7",
"@types/lodash": "^4.14.202",
"clsx": "^2.1.0",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"downshift": "^6.1.7",
"focus-trap-react": "^10.2.3",
Expand All @@ -169,6 +169,6 @@
"unfetch": "^4.2.0"
},
"peerDependencies": {
"postcss": "^8.4.33"
"postcss": "^8.4.32"
}
}
Loading

0 comments on commit 1939b7e

Please sign in to comment.