Skip to content

Commit

Permalink
Merge branch 'main' of ssh://github.com/RoundedCorners/Application
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Feb 9, 2024
2 parents 350210e + 17beb02 commit 1cf69bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
node-version: "18"
registry-url: "https://registry.npmjs.org"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v3.0.0
with:
version: 8.6.12
run_install: |
Expand All @@ -73,7 +73,7 @@ jobs:
--unsafe-perm=true
]
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
},
"devDependencies": {
"@tauri-apps/cli": "2.0.0-beta.1",
"@types/node": "20.11.16",
"@types/node": "20.11.17",
"autoprefixer": "10.4.17",
"cssnano": "6.0.3",
"cssnano-preset-advanced": "6.0.3",
"postcss": "8.4.34",
"postcss": "8.4.35",
"postcss-combine-duplicated-selectors": "10.0.3",
"postcss-combine-media-query": "1.0.1",
"postcss-import": "16.0.0",
"postcss-reporter": "7.1.0",
"postcss-url": "10.1.3",
"tailwindcss": "3.4.1",
"typescript-esbuild": "0.3.7",
"vite": "5.0.12",
"vite": "5.1.0",
"vite-plugin-solid": "2.9.1"
},
"publishConfig": {
Expand Down

0 comments on commit 1cf69bf

Please sign in to comment.