Skip to content

Commit

Permalink
Merge pull request #62 from joshdales/website/update-for-v0.8.1
Browse files Browse the repository at this point in the history
Website/update for v0.8.1
  • Loading branch information
joshdales authored Sep 21, 2024
2 parents b8325c3 + e1911ed commit 7d7602e
Show file tree
Hide file tree
Showing 7 changed files with 638 additions and 978 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
version: 9
run_install: false
- name: Install Node.js
uses: actions/setup-node@v4
Expand Down
166 changes: 94 additions & 72 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 21 additions & 19 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "tundra-css-website",
"version": "0.0.1",
"private": true,
"scripts": {
"serve": "vite dev",
"build": "vite build",
Expand All @@ -12,25 +11,28 @@
"format": "prettier --write ."
},
"dependencies": {
"modern-normalize": "^2.0.0",
"tundra-css": "^0.8.0"
"modern-normalize": "^3.0.1",
"tundra-css": "^0.8.1"
},
"devDependencies": {
"@sveltejs/adapter-cloudflare": "^4.4.0",
"@sveltejs/kit": "^2.4.3",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.30.0",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.0",
"svelte": "4.2.8",
"svelte-check": "^3.6.2",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.13"
"@sveltejs/adapter-cloudflare": "^4.7.2",
"@sveltejs/kit": "^2.5.27",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.44.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"svelte": "4.2.19",
"svelte-check": "^4.0.2",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^5.4.5"
},
"type": "module"
"type": "module",
"engines": {
"node": "20"
}
}
Loading

0 comments on commit 7d7602e

Please sign in to comment.