Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
[ROOT]: updated packages and move to have a single .swcrc file. (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
leebeydoun committed Mar 6, 2022
1 parent 288e0b3 commit bdd8af2
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 28 deletions.
6 changes: 6 additions & 0 deletions .changeset/wild-dancers-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@resembli/react-virtualized-window": patch
"@resembli/ui": patch
---

Transpile target is now es2022.
16 changes: 15 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,19 @@
"testid",
"vitebook",
"wouter"
]
],
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true,
"**/node_modules": true
},
"explorerExclude.backup": null
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"jsc": {
"target": "es2021",
"target": "es2022",
"parser": {
"syntax": "typescript",
"tsx": true
Expand Down
2 changes: 1 addition & 1 deletion packages/react-virtualized-window/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://www.resembli.com/docs/react-virtualized-window/",
"scripts": {
"build": "swc ./src -d dist && tsc",
"build": "swc ./src -d dist --config-file ../.swcrc && tsc",
"clean": "rimraf dist",
"clean:build": "rimraf dist && swc ./src -d dist && tsc"
},
Expand Down
16 changes: 0 additions & 16 deletions packages/ui/.swcrc

This file was deleted.

4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://www.resembli.com",
"scripts": {
"build": "swc ./src -d dist && tsc",
"build": "swc ./src -d dist --config-file ../.swcrc && tsc",
"clean": "rimraf dist",
"clean:build": "rimraf dist && swc ./src -d dist && tsc"
},
Expand All @@ -41,7 +41,7 @@
},
"sideEffects": false,
"dependencies": {
"@stitches/core": "^1.2.6"
"@stitches/core": "^1.2.7"
},
"devDependencies": {
"framer-motion": "^6.2.8",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@resembli/react-virtualized-window": "workspace:^",
"@resembli/ui": "workspace:^0.0.1",
"@stitches/core": "^1.2.6",
"@stitches/core": "^1.2.7",
"framer-motion": "^6.2.8",
"react": "^18.0.0-rc.0",
"react-dom": "^18.0.0-rc.0"
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit bdd8af2

Please sign in to comment.