Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tegner committed Sep 12, 2023
1 parent 14576f3 commit c5efb88
Show file tree
Hide file tree
Showing 6 changed files with 2,346 additions and 1,056 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ module.exports = {
'id-match': 'error',
'jsdoc/check-alignment': 'error',
'jsdoc/check-indentation': 'error',
'jsdoc/newline-after-description': 'error',
'linebreak-style': 'off',
'max-classes-per-file': ['error', 1],
'max-len': 'off',
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,40 +17,40 @@
"maintained node versions"
],
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.0.0",
"@tsconfig/svelte": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"cssnano": "^5.1.14",
"eslint": "^8.31.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.6.4",
"@rollup/plugin-typescript": "^11.1.3",
"@tsconfig/svelte": "^5.0.2",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"cssnano": "^6.0.1",
"eslint": "^8.49.0",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^46.6.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.21",
"postcss-custom-media": "^9.0.1",
"postcss": "^8.4.29",
"postcss-custom-media": "^10.0.0",
"postcss-load-config": "^4.0.1",
"rollup": "^3.9.1",
"rollup": "^3.29.1",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-svelte": "^7.1.6",
"rollup-plugin-svelte-svg": "^1.0.0-beta.6",
"rollup-plugin-terser": "^7.0.0",
"svelte": "^3.55.1",
"svelte-check": "^3.0.2",
"svelte-preprocess": "^5.0.0",
"tslib": "^2.4.1",
"typescript": "^4.9.4"
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"svelte-preprocess": "^5.0.4",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@ekstra-bladet/designsystem": "7.1.0",
"@ekstra-bladet/designsystem": "7.7.1",
"sirv-cli": "^2.0.2"
}
}
2 changes: 1 addition & 1 deletion public/build/bundle.css

Large diffs are not rendered by default.

Loading

0 comments on commit c5efb88

Please sign in to comment.