1
0
Fork 0

update npm & nix deps

This commit is contained in:
chaos 2024-02-29 11:14:06 +00:00
parent db36355ce9
commit a04c1a7e36
No known key found for this signature in database
4 changed files with 1084 additions and 674 deletions

View file

@ -18,11 +18,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1705133751, "lastModified": 1709150264,
"narHash": "sha256-rCIsyE80jgiOU78gCWN3A0wE0tR2GI5nH6MlS+HaaSQ=", "narHash": "sha256-HofykKuisObPUfj0E9CJVfaMhawXkYx3G8UIFR/XQ38=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9b19f5e77dd906cb52dade0b7bd280339d2a1f3d", "rev": "9099616b93301d5cf84274b184a3a5ec69e94e08",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -59,11 +59,11 @@
"systems": "systems" "systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1705309234, "lastModified": 1709126324,
"narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", "narHash": "sha256-q6EQdSeUZOG26WelxqkmR7kArjgWCdw5sfJVHPH/7j8=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", "rev": "d465f4819400de7c8d874d50b982301f28a84605",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -5,24 +5,24 @@
"build": "webpack" "build": "webpack"
}, },
"devDependencies": { "devDependencies": {
"css-loader": "^6.9.0", "css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^5.0.1", "css-minimizer-webpack-plugin": "^6.0.0",
"html-webpack-plugin": "^5.6.0", "html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.7.7", "mini-css-extract-plugin": "^2.8.1",
"node-sass": "^9.0.0", "node-sass": "^9.0.0",
"postcss-loader": "^7.3.4", "postcss-loader": "^8.1.1",
"sass-loader": "^14.0.0", "sass-loader": "^14.1.1",
"style-loader": "^3.3.4", "style-loader": "^3.3.4",
"ts-loader": "^9.5.1", "ts-loader": "^9.5.1",
"typescript": "^5.3.3", "typescript": "^5.3.3",
"webpack": "^5.89.0", "webpack": "^5.90.3",
"webpack-cli": "^5.1.4", "webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1" "webpack-dev-server": "^5.0.2"
}, },
"dependencies": { "dependencies": {
"@fontsource/comic-neue": "^5.0.8", "@fontsource/comic-neue": "^5.0.8",
"@fontsource/opendyslexic": "^5.0.7", "@fontsource/opendyslexic": "^5.0.7",
"bootstrap": "^5.3.2", "bootstrap": "^5.3.3",
"preact": "^10.19.3" "preact": "^10.19.6"
} }
} }

968
yarn.lock

File diff suppressed because it is too large Load diff

760
yarn.nix

File diff suppressed because it is too large Load diff