Skip to content

Commit 7f3e638

Browse files
committed
chore: add shared workspace dependencies and upgrade packages
- Added `@ifla/preset-ifla` and `@ifla/theme` as workspace dependencies. - Upgraded `esbuild-sass-plugin` to v3.2.0 and added `postcss` and `postcss-modules` dependencies. - Updated `pnpm` package manager with integrity hash and adjusted package overrides.
1 parent b00e817 commit 7f3e638

File tree

3 files changed

+32
-66
lines changed

3 files changed

+32
-66
lines changed

package.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@
112112
"prepare": "husky"
113113
},
114114
"dependencies": {
115+
"@ifla/preset-ifla": "workspace:*",
116+
"@ifla/theme": "workspace:*",
115117
"@anthropic-ai/sdk": "^0.52.0",
116118
"@docusaurus/core": "3.8.1",
117119
"@docusaurus/faster": "^3.8.1",
@@ -225,7 +227,9 @@
225227
"concurrently": "^9.1.2",
226228
"dotenv": "^16.5.0",
227229
"esbuild": "^0.19.4",
228-
"esbuild-sass-plugin": "^2.0.0",
230+
"esbuild-sass-plugin": "^3.2.0",
231+
"postcss": "^8.5.5",
232+
"postcss-modules": "^6.0.1",
229233
"eslint": "^9.29.0",
230234
"eslint-plugin-mdx": "^3.4.2",
231235
"eslint-plugin-react": "^7.37.5",
@@ -266,7 +270,7 @@
266270
"engines": {
267271
"node": ">=18.0"
268272
},
269-
"packageManager": "[email protected]",
273+
"packageManager": "[email protected]+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac",
270274
"browserslist": {
271275
"development": [
272276
"last 3 chrome version",
@@ -283,7 +287,16 @@
283287
"overrides": {
284288
"@types/react": "^19.1.6",
285289
"@types/react-dom": "^19.1.6"
286-
}
290+
},
291+
"onlyBuiltDependencies": [
292+
"@parcel/watcher",
293+
"@swc/core",
294+
"core-js",
295+
"core-js-pure",
296+
"esbuild",
297+
"puppeteer",
298+
"sharp"
299+
]
287300
},
288301
"volta": {
289302
"node": "22.16.0"

packages/theme/package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
"scripts": {
1313
"build": "pnpm exec tsup"
1414
},
15-
"devDependencies": {
16-
"esbuild-sass-plugin": "^3.2.0",
17-
"postcss": "^8.5.5",
18-
"postcss-modules": "^6.0.1",
19-
"tsup": "^8.0.0"
20-
},
2115
"private": true,
2216
"exports": {
2317
".": {

pnpm-lock.yaml

Lines changed: 16 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)