Skip to content

Commit

Permalink
Merge branch 'main' into feature/disk-moon-city
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Nov 11, 2024
2 parents 8192944 + 862c6a4 commit 2981748
Show file tree
Hide file tree
Showing 7 changed files with 7,087 additions and 7,157 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
22.11.0
9,396 changes: 4,722 additions & 4,674 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@nuxt/eslint": "0.6.0",
"@types/node": "22.7.5",
"eslint": "9.12.0",
"@nuxt/eslint": "0.6.1",
"@types/node": "22.9.0",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-security": "3.0.1",
Expand All @@ -42,7 +42,7 @@
"stylelint-config-recess-order": "5.1.1",
"stylelint-config-standard": "36.0.1",
"stylelint-prettier": "5.0.2",
"vitest": "2.1.3",
"vitest": "2.1.4",
"vue-eslint-parser": "9.4.3"
},
"workspaces": [
Expand Down
12 changes: 6 additions & 6 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"dotenv-mono": "1.3.14",
"@fullhuman/postcss-purgecss": "6.0.0",
"@nuxtjs/critters": "0.7.2",
"@nuxt/eslint": "0.6.0",
"@nuxtjs/robots": "4.1.8",
"@nuxtjs/sitemap": "6.1.1",
"nuxt": "3.13.2",
"@nuxt/eslint": "0.6.1",
"@nuxtjs/robots": "4.1.11",
"@nuxtjs/sitemap": "6.1.5",
"nuxt": "3.14.159",
"postcss-html": "1.7.0",
"postcss-nested": "6.2.0",
"postcss-nested": "7.0.2",
"postcss-normalize": "13.0.1",
"postcss-preset-env": "10.0.7",
"postcss-preset-env": "10.1.0",
"postcss-url": "10.1.3",
"read-pkg": "9.0.1",
"rucksack-css": "1.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"@js-basics/vector": "2.1.0",
"change-case": "5.4.4",
"columnify": "1.6.0",
"firebase": "10.14.1",
"marked": "14.1.3",
"firebase": "11.0.1",
"marked": "15.0.0",
"rxjs": "7.8.1",
"uuid": "10.0.0"
"uuid": "11.0.3"
},
"devDependencies": {
"dotenv-mono": "1.3.14",
"vite": "5.4.9"
"vite": "5.4.11"
}
}
4 changes: 2 additions & 2 deletions packages/disk-extras13/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"range-overlap": "1.0.0",
"rxjs": "7.8.1",
"tone": "15.0.4",
"uuid": "10.0.0",
"uuid": "11.0.3",
"webmidi": "3.1.11"
},
"devDependencies": {
"dotenv-mono": "1.3.14",
"vite": "5.4.9"
"vite": "5.4.11"
}
}
Loading

0 comments on commit 2981748

Please sign in to comment.