We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e57d3 commit f7fb3beCopy full SHA for f7fb3be
Makefile
@@ -20,6 +20,10 @@ clean:
20
%/:
21
mkdir -p $@
22
23
+init:
24
+ npm install --include dev
25
+ pip install -r docs/requirements.txt
26
+
27
28
# Flottplot modules
29
docs/requirements.txt
@@ -0,0 +1,4 @@
1
+numpy
2
+matplotlib
3
+flottplot
4
package.json
@@ -1,10 +1,10 @@
{
"devDependencies": {
- "less": "^4.1.3",
- "mocha": "^10.2.0",
5
- "ts-loader": "^9.4.2",
6
- "typescript": "^5.0.4",
7
- "webpack": "^5.82.0",
8
- "webpack-cli": "^5.1.0"
+ "less": "^4.2.2",
+ "mocha": "^11.1.0",
+ "ts-loader": "^9.5.2",
+ "typescript": "^5.7.3",
+ "webpack": "^5.97.1",
+ "webpack-cli": "^6.0.1"
9
}
10
0 commit comments