Skip to content

Commit

Permalink
Pin dependencies (#770)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Megamind <[email protected]>
  • Loading branch information
renovate[bot] and jeff-mccoy authored Sep 24, 2022
1 parent f312a98 commit 4e38086
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 60 deletions.
60 changes: 30 additions & 30 deletions package-lock.json

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

60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,38 +21,38 @@
]
},
"devDependencies": {
"@defense-unicorns/unicorn-ui": "^0.0.10",
"@fontsource/roboto": "^4.5.8",
"@material/card": "^14.0.0",
"@material/data-table": "^14.0.0",
"@material/layout-grid": "^14.0.0",
"@material/linear-progress": "^14.0.0",
"@material/theme": "^14.0.0",
"@playwright/test": "^1.26.0",
"@defense-unicorns/unicorn-ui": "0.0.10",
"@fontsource/roboto": "4.5.8",
"@material/card": "14.0.0",
"@material/data-table": "14.0.0",
"@material/layout-grid": "14.0.0",
"@material/linear-progress": "14.0.0",
"@material/theme": "14.0.0",
"@playwright/test": "1.26.0",
"@sveltejs/adapter-static": "next",
"@sveltejs/kit": "next",
"@sveltejs/package": "next",
"@testing-library/svelte": "^3.2.1",
"@tsconfig/svelte": "^3.0.0",
"@types/prismjs": "^1.26.0",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"concurrently": "^7.4.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"nodemon": "^2.0.20",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"prismjs": "^1.29.0",
"sanitize.css": "^13.0.0",
"sass": "^1.55.0",
"svelte": "^3.50.1",
"svelte-check": "^2.9.0",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.8.3",
"vite": "^3.1.3",
"yaml": "^2.1.1"
"@testing-library/svelte": "3.2.1",
"@tsconfig/svelte": "3.0.0",
"@types/prismjs": "1.26.0",
"@typescript-eslint/eslint-plugin": "5.38.0",
"@typescript-eslint/parser": "5.38.0",
"concurrently": "7.4.0",
"eslint": "8.23.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-svelte3": "4.0.0",
"nodemon": "2.0.20",
"prettier": "2.7.1",
"prettier-plugin-svelte": "2.7.0",
"prismjs": "1.29.0",
"sanitize.css": "13.0.0",
"sass": "1.55.0",
"svelte": "3.50.1",
"svelte-check": "2.9.0",
"svelte-preprocess": "4.10.7",
"tslib": "2.4.0",
"typescript": "4.8.3",
"vite": "3.1.3",
"yaml": "2.1.1"
}
}

0 comments on commit 4e38086

Please sign in to comment.