Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
Rollback to previous dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lbirkert committed Jul 8, 2023
1 parent f6a8baa commit 1c926f1
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,39 +13,39 @@
"format": "prettier --write . --plugin-search-dir=."
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@sveltejs/adapter-static": "1.0.0-next.50",
"@sveltejs/kit": "1.0.0-next.589",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@sveltejs/adapter-static": "next",
"@sveltejs/kit": "next",
"@types/html-minifier-terser": "^7.0.0",
"@types/ogl": "npm:ogl-types@^0.0.102",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"autoprefixer": "^10.4.14",
"devalue": "^4.3.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"autoprefixer": "^10.4.8",
"devalue": "^4.0.1",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"html-minifier-terser": "^7.2.0",
"ogl": "^0.0.115",
"postcss": "^8.4.23",
"postcss-import": "^15.1.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.0",
"svelte": "^3.58.0",
"svelte-check": "^3.3.0",
"html-minifier-terser": "^7.0.0",
"postcss": "^8.4.16",
"postcss-import": "^15.0.0",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"svelte": "^3.50.1",
"svelte-check": "^3.0.1",
"@types/ogl": "npm:ogl-types@^0.0.102",
"ogl": "^0.0.112",
"svelte-ogl": "^0.0.102",
"svelte-preprocess": "^5.0.3",
"tailwindcss": "^3.3.2",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"vite": "4.3.2"
"svelte-preprocess": "^5.0.0",
"tailwindcss": "^3.1.8",
"tslib": "^2.4.0",
"typescript": "^4.8.3",
"vite": "4.1.4"
},
"type": "module",
"dependencies": {
"@fontsource/dela-gothic-one": "^4.5.11",
"@fontsource/inter": "^4.5.15",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fontsource/dela-gothic-one": "^4.5.10",
"@fontsource/inter": "^4.5.12",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"svelte-fa": "^3.0.3",
"timezones.json": "^1.7.0"
"timezones.json": "^1.6.1"
}
}

0 comments on commit 1c926f1

Please sign in to comment.