Skip to content

Commit

Permalink
chore: deps (nuxt) & README
Browse files Browse the repository at this point in the history
  • Loading branch information
cschweda committed Sep 15, 2024
1 parent f156d43 commit 3054243
Show file tree
Hide file tree
Showing 3 changed files with 747 additions and 655 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

The Safe From the Start (SFS) program provides developmentally and culturally appropriate direct services to children, ages 0 – 5, who have witnessed or been exposed to violence and their families. SFS focuses on serving young children who are victims of abuse, neglect, or maltreatment, and/or witnesses to domestic violence, sexual assault, or other violent crimes.

https://sfs.icjia.illinois.gov/

Make sure to install the dependencies:

```bash
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
},
"devDependencies": {
"@nuxt/content": "2.13.2",
"@nuxt/devtools": "1.4.1",
"@nuxt/image": "1.7.1",
"@nuxt/devtools": "1.4.2",
"@nuxt/image": "1.8.0",
"@nuxtjs/google-fonts": "3.2.0",
"@nuxtjs/plausible": "^1.0.2",
"@vueuse/nuxt": "^11.0.3",
"nuxt": "^3.13.0",
"nuxt": "^3.13.1",
"nuxt-gtag": "3.0.1",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-vuetify": "^2.0.4",
"vue": "3.4.38",
"vue-router": "^4.4.3",
"vue": "3.5.5",
"vue-router": "^4.4.5",
"vuetify": "^3.7.1"
},
"dependencies": {
Expand All @@ -39,10 +39,10 @@
"@vueuse/core": "11.0.3",
"@vueuse/integrations": "11.0.3",
"@vueuse/router": "11.0.3",
"axios": "^1.7.5",
"axios": "^1.7.7",
"dompurify": "^3.1.6",
"dotenv": "^16.4.5",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"fuse.js": "^7.0.0",
"js-yaml": "^4.1.0",
"kill-port": "2.0.1",
Expand All @@ -52,11 +52,11 @@
"material-design-icons-iconfont": "^6.7.0",
"mitt": "^3.0.1",
"moment": "2.30.1",
"sass": "1.77.8",
"sass": "1.78.0",
"sitemap": "^8.0.0",
"slugify": "1.6.6",
"thumbor-url-builder-ts": "^0.1.9",
"uuid": "^10.0.0",
"yaml": "2.5.0"
"yaml": "2.5.1"
}
}
Loading

0 comments on commit 3054243

Please sign in to comment.