|
1 | 1 | {
|
2 | 2 | "name": "misk-web-tab-palette-exemplar",
|
3 |
| - "version": "0.3.1", |
| 3 | + "version": "0.3.2", |
4 | 4 | "license": "SEE LICENSE IN https://github.com/cashapp/misk-web",
|
5 | 5 | "main": "src/index.tsx",
|
6 | 6 | "scripts": {
|
|
19 | 19 | "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='palette-exemplar.tgz' -czvf palette-exemplar.tgz ./"
|
20 | 20 | },
|
21 | 21 | "dependencies": {
|
22 |
| - "@misk/common": "0.3.1", |
23 |
| - "@misk/core": "0.3.1", |
24 |
| - "@misk/simpleredux": "0.3.1", |
| 22 | + "@misk/common": "0.3.3", |
| 23 | + "@misk/core": "0.3.3", |
| 24 | + "@misk/simpleredux": "0.3.3", |
25 | 25 | "@blueprintjs/core": "3.19.1",
|
26 | 26 | "@blueprintjs/datetime": "3.13.0",
|
27 | 27 | "@blueprintjs/icons": "3.13.0",
|
|
54 | 54 | "styled-components": "4.4.1"
|
55 | 55 | },
|
56 | 56 | "devDependencies": {
|
57 |
| - "@misk/cli": "0.3.1", |
58 |
| - "@misk/dev": "0.3.1", |
59 |
| - "@misk/prettier": "0.3.1", |
60 |
| - "@misk/test": "0.3.1", |
| 57 | + "@misk/cli": "0.3.3", |
| 58 | + "@misk/dev": "0.3.3", |
| 59 | + "@misk/prettier": "0.3.3", |
| 60 | + "@misk/test": "0.3.3", |
61 | 61 | "jest-emotion": "10.0.14",
|
62 |
| - "@misk/tslint": "0.3.1", |
| 62 | + "@misk/tslint": "0.3.3", |
63 | 63 | "@testing-library/dom": "7.2.2",
|
64 | 64 | "@testing-library/react": "9.1.1",
|
65 | 65 | "@types/history": "4.7.5",
|
|
0 commit comments