1
0
Fork 0

update yarn & nix deps

This commit is contained in:
chaos 2024-01-16 13:17:30 +00:00
parent 6b0eada625
commit 48da8c6182
No known key found for this signature in database
4 changed files with 680 additions and 782 deletions

View file

@ -18,11 +18,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1700794826, "lastModified": 1705133751,
"narHash": "sha256-RyJTnTNKhO0yqRpDISk03I/4A67/dp96YRxc86YOPgU=", "narHash": "sha256-rCIsyE80jgiOU78gCWN3A0wE0tR2GI5nH6MlS+HaaSQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5a09cb4b393d58f9ed0d9ca1555016a8543c2ac8", "rev": "9b19f5e77dd906cb52dade0b7bd280339d2a1f3d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -59,11 +59,11 @@
"systems": "systems" "systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1694529238, "lastModified": 1705309234,
"narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "ff7b65b44d01cf9ba6a71320833626af21126384", "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -5,35 +5,35 @@
"build": "webpack" "build": "webpack"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.23.3", "@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3", "@babel/eslint-parser": "^7.23.3",
"@babel/plugin-proposal-decorators": "^7.23.3", "@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/plugin-syntax-import-assertions": "^7.23.3", "@babel/plugin-syntax-import-assertions": "^7.23.3",
"@babel/plugin-transform-class-properties": "^7.23.3", "@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.4", "@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.3", "@babel/preset-env": "^7.23.8",
"@types/file-saver": "^2.0.7", "@types/file-saver": "^2.0.7",
"@types/js-yaml": "^4.0.9", "@types/js-yaml": "^4.0.9",
"@types/prismjs": "^1.26.3", "@types/prismjs": "^1.26.3",
"@types/uikit": "^3.14.4", "@types/uikit": "^3.14.5",
"@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.12.0", "@typescript-eslint/parser": "^6.19.0",
"babel-loader": "^9.1.3", "babel-loader": "^9.1.3",
"css-loader": "^6.8.1", "css-loader": "^6.9.0",
"css-minimizer-webpack-plugin": "^5.0.1", "css-minimizer-webpack-plugin": "^5.0.1",
"eslint": "^8.54.0", "eslint": "^8.56.0",
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0", "eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.0.1", "eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0", "eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"git-revision-webpack-plugin": "^5.0.0", "git-revision-webpack-plugin": "^5.0.0",
"html-webpack-plugin": "^5.5.3", "html-webpack-plugin": "^5.6.0",
"node-sass": "^9.0.0", "node-sass": "^9.0.0",
"prettier": "^3.1.0", "prettier": "^3.2.2",
"raw-loader": "^4.0.2", "raw-loader": "^4.0.2",
"sass-loader": "^13.3.2", "sass-loader": "^14.0.0",
"ts-loader": "^9.5.1", "ts-loader": "^9.5.1",
"typescript": "^5.3.2", "typescript": "^5.3.3",
"webpack": "^5.89.0", "webpack": "^5.89.0",
"webpack-cli": "^5.1.4", "webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1" "webpack-dev-server": "^4.15.1"
@ -41,18 +41,18 @@
"dependencies": { "dependencies": {
"clipboard": "^2.0.11", "clipboard": "^2.0.11",
"codejar": "^4.2.0", "codejar": "^4.2.0",
"core-js": "^3.33.3", "core-js": "^3.35.0",
"date-fns": "^2.30.0", "date-fns": "^3.2.0",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"i18next": "^23.7.6", "i18next": "^23.7.16",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"json5": "^2.2.3", "json5": "^2.2.3",
"normalize.css": "^8.0.1", "normalize.css": "^8.0.1",
"preact": "^10.19.2", "preact": "^10.19.3",
"preact-router": "^4.1.2", "preact-router": "^4.1.2",
"prismjs": "^1.29.0", "prismjs": "^1.29.0",
"qr-scanner": "^1.4.2", "qr-scanner": "^1.4.2",
"sass": "^1.69.5", "sass": "^1.69.7",
"uikit": "^3.17.11" "uikit": "^3.17.11"
} }
} }

792
yarn.lock

File diff suppressed because it is too large Load diff

616
yarn.nix

File diff suppressed because it is too large Load diff