Skip to content

Commit d027e17

Browse files
Update dependencies
1 parent 5134130 commit d027e17

File tree

4 files changed

+215
-203
lines changed

4 files changed

+215
-203
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"python.analysis.typeCheckingMode": "standard"
2+
"python.analysis.typeCheckingMode": "standard",
3+
"python-envs.defaultEnvManager": "ms-python.python:conda",
4+
"python-envs.defaultPackageManager": "ms-python.python:conda",
5+
"python-envs.pythonProjects": []
36
}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Let's go
22

33
```
4-
npm run build
4+
python build_variants.py
5+
pnpm run build
56
```
67

78
# Crypto

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"private": true,
33
"devDependencies": {
44
"css-loader": "^7.1.2",
5-
"mini-css-extract-plugin": "^2.9.2",
6-
"sass": "^1.89.1",
5+
"mini-css-extract-plugin": "^2.9.4",
6+
"sass": "^1.93.2",
77
"sass-loader": "^16.0.5",
88
"style-loader": "^4.0.0",
9-
"ts-loader": "^9.5.2",
10-
"typescript": "^5.8.3",
11-
"webpack": "^5.99.9",
9+
"ts-loader": "^9.5.4",
10+
"typescript": "^5.9.3",
11+
"webpack": "^5.102.1",
1212
"webpack-cli": "^6.0.1"
1313
},
1414
"version": "1.0.0",
@@ -19,7 +19,5 @@
1919
"build:dev": "webpack --mode=development",
2020
"build:prod": "webpack --mode=production --node-env=production",
2121
"watch": "webpack --watch"
22-
},
23-
"dependencies": {
2422
}
2523
}

0 commit comments

Comments
 (0)