Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
CI fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
pylixonly committed Jan 13, 2024
1 parent ced08ca commit f1abf6f
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 17 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@
],
"author": "amsyarasyiq",
"devDependencies": {
"@swc/core": "^1.3.76",
"@swc/core": "1.3.76",
"@types/react": "^18.2.47",
"@types/react-native": "^0.70.19",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/typescript-estree": "^6.18.1",
"esbuild": "^0.17.19",
"eslint": "^8.56.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-path-alias": "^1.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-simple-import-sort": "^10.0.0"
"eslint-plugin-simple-import-sort": "^10.0.0",
"typescript": "^5.3.3"
},
"dependencies": {
"@swc/helpers": "^0.5.3",
"@typescript-eslint/typescript-estree": "^6.18.1",
"core^\u001b[200~1.3.76~": "link:@swc/core^\u001b[200~1.3.76~",
"spitroast": "^1.4.3"
},
"pnpm": {
Expand Down
58 changes: 45 additions & 13 deletions pnpm-lock.yaml

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

0 comments on commit f1abf6f

Please sign in to comment.