Skip to content

Commit

Permalink
updated dep and fixed cache for PR (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
judemanutd committed Sep 9, 2023
1 parent 75930c3 commit 84f315e
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 136 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: cache-npm
with:
path: node_modules
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
key: ${{ runner.os }}-npm-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-npm-
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"eslint": "8.48.0",
"eslint": "8.49.0",
"next": "^13.4.19",
"next-seo": "^6.1.0",
"react": "^18.2.0",
Expand All @@ -38,16 +38,16 @@
"voca": "^1.4.1"
},
"devDependencies": {
"@slicemachine/adapter-next": "^0.3.13",
"@types/node": "20.5.8",
"@slicemachine/adapter-next": "^0.3.14",
"@types/node": "20.6.0",
"@types/react": "^18.2.21",
"@types/react-dom": "18.2.7",
"@types/voca": "^1.4.2",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"autoprefixer": "^10.4.15",
"concurrently": "^8.2.1",
"eslint": "8.48.0",
"eslint": "8.49.0",
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
Expand All @@ -57,12 +57,12 @@
"eslint-plugin-unicorn": "^48.0.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"next-sitemap": "^4.2.2",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"pretty-quick": "^3.1.3",
"slice-machine-ui": "^1.11.0",
"slice-machine-ui": "^1.12.0",
"tailwindcss": "^3.3.3",
"typescript": "5.2.2"
}
Expand Down
Loading

0 comments on commit 84f315e

Please sign in to comment.