sveltekit-auth-example 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # 1.0.4
2
+ * Bump dependencies
3
+
1
4
  # 1.0.4
2
5
  * [Fix] If you login with a Google account, you cannot Update the Profile (UI is looking for password and confirm password which don't make sense in this context)
3
6
  * Added Content Security Policy
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sveltekit-auth-example",
3
3
  "description": "SvelteKit Authentication Example",
4
- "version": "1.0.4",
4
+ "version": "1.0.5",
5
5
  "private": false,
6
6
  "author": "Nate Stuyvesant",
7
7
  "license": "https://github.com/nstuyvesant/sveltekit-auth-example/blob/master/LICENSE",
@@ -53,14 +53,14 @@
53
53
  "@typescript-eslint/parser": "^5.18.0",
54
54
  "bootstrap": "^5.1.3",
55
55
  "bootstrap-icons": "^1.8.1",
56
- "eslint": "^8.12.0",
56
+ "eslint": "^8.13.0",
57
57
  "eslint-config-prettier": "^8.5.0",
58
58
  "eslint-plugin-svelte3": "^3.4.1",
59
59
  "prettier": "^2.6.2",
60
- "prettier-plugin-svelte": "^2.6.0",
61
- "sass": "^1.49.11",
62
- "svelte": "^3.46.6",
63
- "svelte-check": "^2.4.6",
60
+ "prettier-plugin-svelte": "^2.7.0",
61
+ "sass": "^1.50.0",
62
+ "svelte": "^3.47.0",
63
+ "svelte-check": "^2.6.0",
64
64
  "svelte-preprocess": "^4.10.5",
65
65
  "tslib": "^2.3.1",
66
66
  "typescript": "^4.6.3"