1
0
Fork 0

update npm & nix deps

This commit is contained in:
chaos 2024-02-29 11:13:58 +00:00
parent ea11dd6514
commit 9d86d2d6d0
No known key found for this signature in database
4 changed files with 1451 additions and 972 deletions

View file

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

View file

@ -5,23 +5,23 @@
"build": "webpack"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-proposal-decorators": "^7.24.0",
"@babel/plugin-syntax-import-assertions": "^7.23.3",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/plugin-transform-runtime": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@types/file-saver": "^2.0.7",
"@types/js-yaml": "^4.0.9",
"@types/prismjs": "^1.26.3",
"@types/uikit": "^3.14.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"babel-loader": "^9.1.3",
"css-loader": "^6.9.0",
"css-minimizer-webpack-plugin": "^5.0.1",
"eslint": "^8.56.0",
"css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
@ -29,30 +29,30 @@
"git-revision-webpack-plugin": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
"node-sass": "^9.0.0",
"prettier": "^3.2.2",
"prettier": "^3.2.5",
"raw-loader": "^4.0.2",
"sass-loader": "^14.0.0",
"sass-loader": "^14.1.1",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
"webpack-dev-server": "^5.0.2"
},
"dependencies": {
"clipboard": "^2.0.11",
"codejar": "^4.2.0",
"core-js": "^3.35.0",
"date-fns": "^3.2.0",
"core-js": "^3.36.0",
"date-fns": "^3.3.1",
"file-saver": "^2.0.5",
"i18next": "^23.7.16",
"i18next": "^23.10.0",
"js-yaml": "^4.1.0",
"json5": "^2.2.3",
"normalize.css": "^8.0.1",
"preact": "^10.19.3",
"preact": "^10.19.6",
"preact-router": "^4.1.2",
"prismjs": "^1.29.0",
"qr-scanner": "^1.4.2",
"sass": "^1.69.7",
"uikit": "^3.17.11"
"sass": "^1.71.1",
"uikit": "^3.18.3"
}
}

1355
yarn.lock

File diff suppressed because it is too large Load diff

1016
yarn.nix

File diff suppressed because it is too large Load diff