Skip to content

Commit 5313c51

Browse files
committed
switch to pnpm
1 parent 9ca4b9a commit 5313c51

File tree

36 files changed

+17770
-24722
lines changed

36 files changed

+17770
-24722
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Use Node.js
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 20.x
23+
node-version: 18.x
2424
- name: run unit tests
2525
run: |
2626
yarn install

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 20.1.0
1+
nodejs lts-hydrogen

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Lines changed: 0 additions & 363 deletions
This file was deleted.

.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Lines changed: 0 additions & 28 deletions
This file was deleted.

.yarn/releases/yarn-3.5.0.cjs

Lines changed: 0 additions & 873 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

examples/gatsby-with-theme-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"gatsby"
99
],
1010
"scripts": {
11-
"predevelop": "yarn clean",
11+
"predevelop": "pnpm clean",
1212
"develop": "gatsby develop",
1313
"start": "gatsby develop",
1414
"build": "gatsby build",

package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@
3333
"release": "yarn build && yarn changeset publish",
3434
"postinstall": "husky install"
3535
},
36-
"workspaces": {
37-
"packages": [
38-
"./packages/*",
39-
"./examples/*",
40-
"./website"
41-
]
42-
},
4336
"lint-staged": {
4437
"*.{js,jsx,ts,tsx}": "eslint --cache --fix",
4538
"*.{js,jsx,ts,tsx,md,html,css,json}": "prettier --write"

packages/estree-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"directory": "packages/estree-jsx"
1616
},
1717
"scripts": {
18-
"build": "yarn clean && yarn compile",
18+
"build": "pnpm clean && pnpm compile",
1919
"clean": "del ./dist tsconfig.tsbuildinfo",
2020
"compile": "tsc -b"
2121
},

packages/gatsby-plugin-orga-theme-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"*.js"
1717
],
1818
"scripts": {
19-
"build": "yarn clean && yarn compile",
19+
"build": "pnpm clean && pnpm compile",
2020
"clean": "del ./dist tsconfig.tsbuildinfo",
2121
"compile": "tsc -b"
2222
},

0 commit comments

Comments
 (0)