Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Misk-Web 0.1.22 #1219

Merged
merged 1 commit into from Oct 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion misk/web/tabs/admin-dashboard/miskTab.json
Expand Up @@ -12,7 +12,7 @@
"slug": "admin-dashboard",
"useWebpackBundleAnalyzer": false,
"useWebpackExternals": true,
"version": "0.1.19",
"version": "0.1.22",
"zipOnBuild": false,
"___DeprecatedKeys": "Any keys below this point in your miskTab.json are deprecated and can be safely removed."
}
12,245 changes: 7,239 additions & 5,006 deletions misk/web/tabs/admin-dashboard/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions misk/web/tabs/admin-dashboard/package.json
Expand Up @@ -19,15 +19,15 @@
"zip": "tar --exclude='.gitignore' --exclude='.old_build_files' --exclude='package.json' --exclude='package-lock.json' --exclude='prettier.config.js' --exclude='tsconfig.json' --exclude='tslint.json' --exclude='webpack.config.js' --exclude='yarn.lock' --exclude='demo' --exclude='lib' --exclude='.DS_Store' --exclude='*.log' --exclude='node_modules' --exclude='admin-dashboard.tgz' -czvf admin-dashboard.tgz ./"
},
"dependencies": {
"@misk/common": "0.1.19",
"@misk/core": "0.1.19",
"@misk/simpleredux": "0.1.19"
"@misk/common": "0.1.22",
"@misk/core": "0.1.22",
"@misk/simpleredux": "0.1.22"
},
"devDependencies": {
"@misk/dev": "0.1.19",
"@misk/tslint": "0.1.19",
"@misk/test": "0.1.19",
"@misk/prettier": "0.1.19"
"@misk/dev": "0.1.22",
"@misk/tslint": "0.1.22",
"@misk/test": "0.1.22",
"@misk/prettier": "0.1.22"
},
"jest": {
"testEnvironment": "jsdom",
Expand Down
2 changes: 1 addition & 1 deletion misk/web/tabs/config/miskTab.json
Expand Up @@ -12,7 +12,7 @@
"slug": "config",
"useWebpackBundleAnalyzer": false,
"useWebpackExternals": true,
"version": "0.1.19",
"version": "0.1.22",
"zipOnBuild": false,
"___DeprecatedKeys": "Any keys below this point in your miskTab.json are deprecated and can be safely removed."
}