Skip to content

Commit

Permalink
hotfix: swap to older version of lightningcss
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Jan 19, 2024
1 parent 00fb828 commit 4a2bceb
Show file tree
Hide file tree
Showing 14 changed files with 3,483 additions and 3,447 deletions.
2 changes: 1 addition & 1 deletion api/storage
Submodule storage updated 1 files
+7 −7 package.json
2 changes: 1 addition & 1 deletion cli/create-plasmo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-plasmo",
"version": "0.84.0",
"version": "0.84.1",
"description": "Create Plasmo Framework Browser Extension",
"main": "dist/index.js",
"bin": "bin/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion cli/plasmo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plasmo",
"version": "0.84.0",
"version": "0.84.1",
"description": "The Plasmo Framework CLI",
"publishConfig": {
"types": "dist/type.d.ts"
Expand Down
2 changes: 1 addition & 1 deletion core/parcel-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/parcel-config",
"version": "0.40.0",
"version": "0.40.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions core/parcel-transformer-inline-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/parcel-transformer-inline-css",
"version": "0.3.9",
"version": "0.3.10",
"description": "Plasmo Parcel Transformer for inline CSS",
"files": [
"dist"
Expand Down Expand Up @@ -30,6 +30,6 @@
"@parcel/plugin": "2.9.3",
"@parcel/utils": "2.9.3",
"browserslist": "4.22.1",
"lightningcss": "1.22.1"
"lightningcss": "1.21.8"
}
}
2 changes: 1 addition & 1 deletion examples
Submodule examples updated 66 files
+7 −7 with-ai/package.json
+8 −8 with-antd/package.json
+6 −6 with-background/package.json
+36 −0 with-client-tests/.gitignore
+26 −0 with-client-tests/.prettierrc.mjs
+39 −0 with-client-tests/README.md
+102 −0 with-client-tests/assets/expectedBlogRequest.json
+194 −0 with-client-tests/assets/expectedHeader.html
+ with-client-tests/assets/icon.png
+33 −0 with-client-tests/background/messages/testHandler.ts
+21 −0 with-client-tests/contents-helpers/dom-structure.ts
+48 −0 with-client-tests/contents-helpers/get-test-function.ts
+109 −0 with-client-tests/contents/content-isolated.ts
+88 −0 with-client-tests/contents/mainWorldTests.ts
+11 −0 with-client-tests/contents/relay.ts
+52 −0 with-client-tests/package.json
+11 −0 with-client-tests/tsconfig.json
+6 −6 with-content-script/package.json
+6 −6 with-content-scripts-ui/package.json
+6 −6 with-css-modules/package.json
+4 −4 with-declarative-net-request/package.json
+6 −6 with-devtools/package.json
+12 −12 with-emotion-tailwindcss-antd/package.json
+8 −8 with-emotion/package.json
+6 −6 with-env/package.json
+7 −7 with-firebase-auth/package.json
+7 −7 with-firebase-fcm/package.json
+6 −6 with-google-analytics-measurement/package.json
+6 −6 with-google-analytics/package.json
+7 −7 with-inbox-sdk/package.json
+7 −7 with-jest/package.json
+7 −7 with-jotai/package.json
+6 −6 with-locales-i18n/package.json
+6 −6 with-main-world/package.json
+10 −10 with-mantine/package.json
+6 −6 with-many-content-scripts/package.json
+6 −6 with-many-targets/package.json
+7 −7 with-messaging/package.json
+6 −6 with-microsoft-clarity/package.json
+9 −9 with-mui/package.json
+9 −9 with-multiple-tailwindcss/package.json
+6 −6 with-newtab/package.json
+7 −7 with-nextjs/package.json
+6 −6 with-options-ui/package.json
+6 −6 with-permission-ui/package.json
+6 −6 with-popup/package.json
+8 −8 with-propelauth/package.json
+10 −10 with-react-native/package.json
+8 −8 with-react-query/package.json
+7 −7 with-react-router/package.json
+11 −11 with-redux/package.json
+6 −6 with-selector/package.json
+7 −7 with-sentry/package.json
+6 −6 with-sidepanel/package.json
+8 −8 with-slate/package.json
+6 −6 with-src/package.json
+6 −6 with-storage/package.json
+9 −9 with-stripe/package.json
+8 −8 with-styled-components/package.json
+7 −7 with-supabase/package.json
+6 −6 with-svelte/package.json
+6 −6 with-tabs/package.json
+8 −8 with-tailwindcss/package.json
+8 −8 with-tw-radix/package.json
+5 −5 with-vue/package.json
+6 −6 with-web-accessible-resources/package.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@
"npm": ">=9.5.0",
"node": ">=18.0.0"
},
"packageManager": "pnpm@8.8.0"
"packageManager": "pnpm@8.14.1"
}
2 changes: 1 addition & 1 deletion packages/constants
Submodule constants updated 1 files
+1 −1 package.json
2 changes: 1 addition & 1 deletion packages/gcp-refresh-token
2 changes: 1 addition & 1 deletion packages/permission-ui
Submodule permission-ui updated 1 files
+4 −4 package.json
2 changes: 1 addition & 1 deletion packages/puro
Submodule puro updated 1 files
+5 −5 package.json
2 changes: 1 addition & 1 deletion packages/rps
Submodule rps updated 1 files
+7 −7 package.json
2 changes: 1 addition & 1 deletion packages/use-hashed-state
Submodule use-hashed-state updated 1 files
+6 −6 package.json
Loading

0 comments on commit 4a2bceb

Please sign in to comment.