Skip to content

Commit

Permalink
feat: upgrade to harlem v3 (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexpeartha committed Mar 28, 2023
1 parent bb4c058 commit e17d43a
Show file tree
Hide file tree
Showing 4 changed files with 504 additions and 522 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"test:e2e": "vitest run test/e2e"
},
"dependencies": {
"@harlem/core": "^2.3.9",
"@harlem/plugin-devtools": "^2.3.9",
"@harlem/plugin-ssr": "^2.3.9",
"@harlem/core": "^3.1.8",
"@harlem/plugin-devtools": "^3.1.8",
"@harlem/plugin-ssr": "^3.1.8",
"@nuxt/kit": "3.3.2",
"knitwork": "^1.0.0",
"scule": "^1.0.0"
Expand All @@ -53,10 +53,10 @@
"@types/serve-static": "1.15.1",
"@vitest/coverage-c8": "0.29.7",
"eslint": "8.36.0",
"eslint-config-prettier": "8.7.0",
"eslint-config-prettier": "8.8.0",
"nuxt": "3.3.2",
"playwright": "1.32.1",
"prettier": "2.8.4",
"prettier": "2.8.7",
"release-it": "15.9.3",
"vite": "4.2.1",
"vitest": "0.29.7"
Expand Down

0 comments on commit e17d43a

Please sign in to comment.