Skip to content

Commit

Permalink
Merge pull request #74 from atom-community/common-ui-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Jun 8, 2021
2 parents 39517b4 + 01a0202 commit 2d42966
Show file tree
Hide file tree
Showing 11 changed files with 1,541 additions and 1,457 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ jobs:
with:
channel: ${{ matrix.atom_channel }}
- uses: actions/setup-node@v2
with:
version: 14

- name: Setup PNPM
uses: pnpm/action-setup@master
with:
version: latest
version: 5

- name: Install base dependencies
run: |
Expand Down Expand Up @@ -78,11 +80,13 @@ jobs:
with:
channel: ${{ matrix.atom_channel }}
- uses: actions/setup-node@v2
with:
version: 14

- name: Setup PNPM
uses: pnpm/action-setup@master
with:
version: latest
version: 5
- run: |
pnpm install
pnpm prepare.nuclide
Expand Down Expand Up @@ -121,6 +125,12 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
version: 14
- name: Setup PNPM
uses: pnpm/action-setup@master
with:
version: 5

- name: Commit lint ✨
uses: wagoid/commitlint-github-action@v2
Expand Down
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,52 +79,52 @@
},
"dependencies": {
"@types/atom": "^1.40.10",
"@types/dompurify": "^2.2.1",
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/dompurify": "^2.2.2",
"@types/node": "^15.12.2",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.6",
"atom-ide-markdown-service": "^2.1.0",
"atom-package-deps": "^7.2.3",
"classnames": "^2.3.1",
"dompurify": "^2.2.7",
"dompurify": "^2.2.9",
"etch": "^0.14.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rxjs": "^6.6.7"
},
"devDependencies": {
"@babel/cli": "7.13.14",
"@babel/core": "7.13.14",
"@babel/cli": "7.14.3",
"@babel/core": "7.14.3",
"@jest-runner/nuclide-e2e": "^2.0",
"@types/chance": "^1.1.1",
"@types/classnames": "^2.2.11",
"@types/jasmine": "^3.6.9",
"@types/temp": "^0.8.34",
"atom-jasmine3-test-runner": "^5.2.2",
"babel-jest": "^26.6.3",
"babel-preset-atomic": "^4.0.0",
"@types/chance": "^1.1.2",
"@types/classnames": "^2.3.0",
"@types/jasmine": "^3.7.7",
"@types/temp": "^0.9.0",
"atom-jasmine3-test-runner": "^5.2.6",
"babel-jest": "^26",
"babel-preset-atomic": "^4.1.0",
"build-commit": "0.1.4",
"chance": "^1.1.7",
"cross-env": "7.0.3",
"csstype": "^3.0.7",
"eslint": "7.23.0",
"eslint-config-atomic": "^1.12.5",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"jest-haste-map": "26.6.2",
"jest-message-util": "26.6.2",
"jest-mock": "26.6.2",
"jest-runner": "26.6.3",
"jest-runtime": "26.6.3",
"csstype": "^3.0.8",
"eslint": "7.28.0",
"eslint-config-atomic": "^1.15.3",
"jest": "^26",
"jest-circus": "^26",
"jest-haste-map": "^26",
"jest-message-util": "^26",
"jest-mock": "^26",
"jest-runner": "^26",
"jest-runtime": "^26",
"mkdirp": "1.0.4",
"node-ipc": "9.1.4",
"npm-check-updates": "11.3.0",
"prettier": "^2.2.1",
"rollup": "2.44.0",
"rollup-plugin-atomic": "^2.2.0",
"npm-check-updates": "11.6.0",
"prettier": "^2.3.1",
"rollup": "2.51.0",
"rollup-plugin-atomic": "^2.3.2",
"shx": "0.3.3",
"temp": "^0.9.4",
"typescript": "^4.2.3"
"typescript": "^4.3.2"
},
"providedServices": {},
"consumedServices": {},
Expand Down
2 changes: 1 addition & 1 deletion package/main.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2d42966

Please sign in to comment.