diff --git a/package-lock.json b/package-lock.json index cd78920bff..92cad62b7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,39 +8,39 @@ "name": "zarf-ui", "version": "0.0.1", "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" } }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index bb5b67a92a..a2ca4662a8 100644 --- a/package.json +++ b/package.json @@ -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" } }