Skip to content

Commit 1d59689

Browse files
committed
📦 chore(package, gitignore): migrate to pnpm, add pnpm-lock to ignore list
1 parent 41c9cd5 commit 1d59689

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dist/
88
node_modules/
99

1010
# Ignore package-lock
11-
package-lock.json
11+
pnpm-lock.yaml
1212

1313
# logs
1414
npm-debug.log*

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/check": "^0.9.4",
14-
"@astrojs/react": "^4.2.7",
14+
"@astrojs/react": "^4.3.0",
1515
"@octokit/rest": "github:octokit/rest.js",
16-
"@types/react": "^19.1.4",
17-
"@types/react-dom": "^19.1.5",
18-
"astro": "^5.1.7",
16+
"@types/react": "^19.1.9",
17+
"@types/react-dom": "^19.1.7",
18+
"astro": "^5.12.8",
1919
"nanostores": "^1.0.1",
20-
"react": "^19.1.0",
21-
"react-dom": "^19.1.0",
20+
"react": "^19.1.1",
21+
"react-dom": "^19.1.1",
2222
"react-icons": "^5.5.0",
23-
"typescript": "^5.4.5"
23+
"typescript": "^5.9.2"
2424
},
2525
"devDependencies": {
26-
"sass": "^1.79.2"
26+
"sass": "^1.89.2"
2727
}
2828
}

0 commit comments

Comments
 (0)