Skip to content

Commit

Permalink
Snapshot from scm.treehouse.uc/fs-v source correlation id:59e564d5-ef…
Browse files Browse the repository at this point in the history
…92-4e20-9d02-57e1b1e7a6ec; job:efb2dde7-3d8c-4aa0-b298-fb103d76c5da
  • Loading branch information
unreadablewxy committed Aug 3, 2021
1 parent b3510bb commit 2ecb5c3
Show file tree
Hide file tree
Showing 50 changed files with 9,051 additions and 8,213 deletions.
14,131 changes: 7,016 additions & 7,115 deletions package-lock.json

Large diffs are not rendered by default.

83 changes: 42 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fs-viewer",
"version": "1.1.1",
"version": "1.2.0",
"description": "A tagging small media browser",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -49,61 +49,62 @@
"url": "https://github.com/unreadable-code"
},
"homepage": "https://github.com/unreadablewxy/fs-viewer",
"license": "GPL-2.0",
"license": "UNLICENSED",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@types/enzyme": "^3.10.8",
"@types/jest": "^26.0.19",
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@types/enzyme": "^3.10.9",
"@types/jest": "^26.0.24",
"@types/mime": "^2.0.3",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.6",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.1.8",
"@types/reselect": "^2.2.0",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^4.3.0",
"electron": "^11.2.1",
"electron-builder": "^22.9.1",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^5.2.6",
"electron": "^13.1.6",
"electron-builder": "^22.11.7",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"eslint": "^7.16.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^7.30.0",
"eslint-loader": "^4.0.2",
"eslint-webpack-plugin": "^2.4.1",
"html-webpack-plugin": "^4.5.0",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^0.11.3",
"eslint-webpack-plugin": "^2.5.4",
"html-webpack-plugin": "^5.3.2",
"jest": "^27.0.6",
"license-webpack-plugin": "^2.3.20",
"mini-css-extract-plugin": "^2.1.0",
"native-ext-loader": "^2.3.0",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"source-map-loader": "^1.1.3",
"style-loader": "^1.3.0",
"terser-webpack-plugin": "^4.2.3",
"typescript": "^4.1.3",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-config-builder": "github:unreadable-code/webpack-config-builder",
"webpack-license-plugin": "^4.1.2"
"sass": "^1.35.2",
"sass-loader": "^12.1.0",
"source-map-loader": "^3.0.0",
"style-loader": "^3.0.0",
"terser-webpack-plugin": "^5.1.4",
"typescript": "^4.3.5",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2",
"webpack-config-builder": "github:unreadable-code/webpack-config-builder#permissive-deps"
},
"optionalDependencies": {
"fs-xattr": "^0.3.1",
"shell-image-win": "github:unreadable-code/shell-image-win#upgrade-nan"
},
"dependencies": {
"@mdi/js": "^5.8.55",
"@mdi/react": "^1.4.0",
"@mdi/js": "^5.9.55",
"@mdi/react": "^1.5.0",
"dbus-native": "^0.4.0",
"fuse.js": "^6.4.6",
"inconel": "github:unreadable-code/inconel",
"mime": "^2.4.7",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"mime": "^2.5.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"reselect": "^4.0.0"
}
Expand Down
Loading

0 comments on commit 2ecb5c3

Please sign in to comment.