Skip to content

Commit

Permalink
chore: bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Nov 20, 2022
1 parent e48bda5 commit 5694103
Show file tree
Hide file tree
Showing 32 changed files with 2,648 additions and 2,458 deletions.
2 changes: 1 addition & 1 deletion cli/create-plasmo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"@plasmo/constants": "workspace:*",
"@plasmo/utils": "workspace:*",
"plasmo": "workspace:*",
"typescript": "4.8.4"
"typescript": "4.9.3"
}
}
14 changes: 7 additions & 7 deletions cli/plasmo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
],
"dependencies": {
"@expo/spawn-async": "1.7.0",
"@parcel/core": "2.7.0",
"@parcel/fs": "2.7.0",
"@parcel/package-manager": "2.7.0",
"@parcel/watcher": "2.0.5",
"@parcel/core": "2.8.0",
"@parcel/fs": "2.8.0",
"@parcel/package-manager": "2.8.0",
"@parcel/watcher": "2.0.7",
"@plasmohq/init": "workspace:*",
"@plasmohq/parcel-config": "workspace:*",
"archiver": "5.3.1",
Expand All @@ -50,18 +50,18 @@
"events": "3.3.0",
"fflate": "0.7.4",
"get-port": "6.1.2",
"got": "12.5.2",
"got": "12.5.3",
"inquirer": "9.1.4",
"is-path-inside": "4.0.0",
"mnemonic-id": "3.2.7",
"node-object-hash": "2.3.10",
"package-json": "8.1.0",
"process": "0.11.10",
"semver": "7.3.8",
"sharp": "0.31.1",
"sharp": "0.31.2",
"tempy": "3.0.0",
"tiny-glob": "0.2.9",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"devDependencies": {
"@plasmo/config": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion cli/plasmo/src/features/extension-devtools/package-file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export const generatePackage = ({
packageManager: undefined as string | undefined,
scripts: {
dev: "plasmo dev",
build: "plasmo build"
build: "plasmo build",
package: "plasmo package"
},
dependencies: {
plasmo: process.env.APP_VERSION,
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,26 @@
"@plasmohq/rps": "workspace:*",
"@types/archiver": "5.3.1",
"@types/fs-extra": "9.0.13",
"@types/inquirer": "9.0.2",
"@types/node": "18.11.7",
"@types/inquirer": "9.0.3",
"@types/node": "18.11.9",
"@types/node-rsa": "1.1.1",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/semver": "7.3.13",
"@types/sharp": "0.31.0",
"@types/uuid": "8.3.4",
"esbuild": "0.15.12",
"eslint": "8.26.0",
"esbuild": "0.15.14",
"eslint": "8.28.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react": "7.31.11",
"fs-extra": "10.1.0",
"prettier": "2.7.1",
"tsup": "6.3.0",
"turbo": "1.6.2"
"tsup": "6.5.0",
"turbo": "1.6.3"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
},
"packageManager": "pnpm@7.14.2"
"packageManager": "pnpm@7.16.1"
}
2 changes: 1 addition & 1 deletion packages/config
Submodule config updated 2 files
+1 −1 package.json
+2 −0 ts/nextjs.json
2 changes: 1 addition & 1 deletion packages/constants
Submodule constants updated 1 files
+4 −4 package.json
2 changes: 1 addition & 1 deletion packages/gcp-refresh-token
6 changes: 3 additions & 3 deletions packages/init/bpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/[email protected].2
- uses: pnpm/[email protected].4
with:
version: 7.11.0
version: latest
run_install: true
- name: Use Node.js 16.x
uses: actions/[email protected]
with:
node-version: 16.x
cache: "pnpm"
- name: Build and zip extension artifact
run: pnpm build -- --zip
run: pnpm package
- name: Browser Platform Publish
uses: PlasmoHQ/bpp@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion packages/init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/init",
"version": "0.4.0",
"version": "0.5.0",
"description": "Plasmo Init command and template files",
"files": [
"entries",
Expand Down
16 changes: 8 additions & 8 deletions packages/parcel-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/parcel-bundler",
"version": "0.2.5",
"version": "0.3.0",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -18,16 +18,16 @@
"parcel": ">= 2.7.0"
},
"dependencies": {
"@parcel/core": "2.7.0",
"@parcel/diagnostic": "2.7.0",
"@parcel/hash": "2.7.0",
"@parcel/plugin": "2.7.0",
"@parcel/utils": "2.7.0",
"@parcel/core": "2.8.0",
"@parcel/diagnostic": "2.8.0",
"@parcel/hash": "2.8.0",
"@parcel/plugin": "2.8.0",
"@parcel/utils": "2.8.0",
"nullthrows": "1.1.1"
},
"devDependencies": {
"@parcel/types": "2.7.0",
"@parcel/types": "2.8.0",
"@plasmo/config": "workspace:*",
"tsup": "6.3.0"
"tsup": "6.5.0"
}
}
28 changes: 14 additions & 14 deletions packages/parcel-config/package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "@plasmohq/parcel-config",
"version": "0.22.0",
"version": "0.23.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/PlasmoHQ/plasmo.git"
},
"main": "index.json",
"dependencies": {
"@parcel/config-default": "2.7.0",
"@parcel/core": "2.7.0",
"@parcel/optimizer-data-url": "2.7.0",
"@parcel/runtime-js": "2.7.0",
"@parcel/runtime-service-worker": "2.7.0",
"@parcel/config-default": "2.8.0",
"@parcel/core": "2.8.0",
"@parcel/optimizer-data-url": "2.8.0",
"@parcel/runtime-js": "2.8.0",
"@parcel/runtime-service-worker": "2.8.0",
"@parcel/source-map": "2.1.1",
"@parcel/transformer-css": "2.7.0",
"@parcel/transformer-graphql": "2.7.0",
"@parcel/transformer-inline-string": "2.7.0",
"@parcel/transformer-less": "2.7.0",
"@parcel/transformer-postcss": "2.7.0",
"@parcel/transformer-raw": "2.7.0",
"@parcel/transformer-sass": "2.7.0",
"@parcel/transformer-worklet": "2.7.0",
"@parcel/transformer-css": "2.8.0",
"@parcel/transformer-graphql": "2.8.0",
"@parcel/transformer-inline-string": "2.8.0",
"@parcel/transformer-less": "2.8.0",
"@parcel/transformer-postcss": "2.8.0",
"@parcel/transformer-raw": "2.8.0",
"@parcel/transformer-sass": "2.8.0",
"@parcel/transformer-worklet": "2.8.0",
"@plasmohq/parcel-bundler": "workspace:*",
"@plasmohq/parcel-namer-manifest": "workspace:*",
"@plasmohq/parcel-packager": "workspace:*",
Expand Down
12 changes: 6 additions & 6 deletions packages/parcel-namer-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/parcel-namer-manifest",
"version": "0.2.4",
"version": "0.3.0",
"description": "Plasmo Parcel Namer for Extension Manifest",
"files": [
"dist"
Expand All @@ -23,12 +23,12 @@
},
"devDependencies": {
"@plasmo/config": "workspace:*",
"tsup": "6.3.0"
"tsup": "6.5.0"
},
"dependencies": {
"@parcel/core": "2.7.0",
"@parcel/plugin": "2.7.0",
"@parcel/types": "2.7.0",
"@parcel/utils": "2.7.0"
"@parcel/core": "2.8.0",
"@parcel/plugin": "2.8.0",
"@parcel/types": "2.8.0",
"@parcel/utils": "2.8.0"
}
}
12 changes: 6 additions & 6 deletions packages/parcel-packager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/parcel-packager",
"version": "0.5.0",
"version": "0.6.0",
"description": "Plasmo Parcel Packager for Web Extension Manifest",
"files": [
"dist"
Expand All @@ -24,13 +24,13 @@
"devDependencies": {
"@plasmo/config": "workspace:*",
"@plasmo/constants": "workspace:*",
"tsup": "6.3.0"
"tsup": "6.5.0"
},
"dependencies": {
"@parcel/core": "2.7.0",
"@parcel/plugin": "2.7.0",
"@parcel/types": "2.7.0",
"@parcel/utils": "2.7.0",
"@parcel/core": "2.8.0",
"@parcel/plugin": "2.8.0",
"@parcel/types": "2.8.0",
"@parcel/utils": "2.8.0",
"nullthrows": "1.1.1"
}
}
16 changes: 8 additions & 8 deletions packages/parcel-resolver-post/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/parcel-resolver-post",
"version": "0.0.0",
"version": "0.1.0",
"description": "Plasmo Parcel Resolver Post-processing",
"files": [
"dist"
Expand All @@ -26,12 +26,12 @@
"@plasmo/utils": "workspace:*"
},
"dependencies": {
"@parcel/core": "2.7.0",
"@parcel/utils": "2.7.0",
"@parcel/types": "2.7.0",
"@parcel/hash": "2.7.0",
"@parcel/plugin": "2.7.0",
"typescript": "4.8.4",
"tsup": "6.3.0"
"@parcel/core": "2.8.0",
"@parcel/hash": "2.8.0",
"@parcel/plugin": "2.8.0",
"@parcel/types": "2.8.0",
"@parcel/utils": "2.8.0",
"tsup": "6.5.0",
"typescript": "4.9.3"
}
}
14 changes: 7 additions & 7 deletions packages/parcel-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/parcel-resolver",
"version": "0.7.0",
"version": "0.8.0",
"description": "Plasmo Parcel Resolver",
"files": [
"dist"
Expand All @@ -23,13 +23,13 @@
},
"devDependencies": {
"@plasmo/config": "workspace:*",
"tsup": "6.3.0"
"tsup": "6.5.0"
},
"dependencies": {
"@parcel/core": "2.7.0",
"@parcel/types": "2.7.0",
"@parcel/hash": "2.7.0",
"@parcel/plugin": "2.7.0",
"got": "12.5.2"
"@parcel/core": "2.8.0",
"@parcel/hash": "2.8.0",
"@parcel/plugin": "2.8.0",
"@parcel/types": "2.8.0",
"got": "12.5.3"
}
}
10 changes: 5 additions & 5 deletions packages/parcel-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/parcel-runtime",
"version": "0.11.1",
"version": "0.12.0",
"description": "Plasmo Parcel Runtime",
"files": [
"dist"
Expand Down Expand Up @@ -32,12 +32,12 @@
"devDependencies": {
"@plasmo/config": "workspace:*",
"@plasmo/utils": "workspace:*",
"@types/chrome": "0.0.200",
"tsup": "6.3.0"
"@types/chrome": "0.0.202",
"tsup": "6.5.0"
},
"dependencies": {
"@parcel/core": "2.7.0",
"@parcel/plugin": "2.7.0",
"@parcel/core": "2.8.0",
"@parcel/plugin": "2.8.0",
"react-refresh": "0.14.0"
}
}
10 changes: 5 additions & 5 deletions packages/parcel-transformer-inject-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/parcel-transformer-inject-env",
"version": "0.1.4",
"version": "0.2.0",
"description": "Plasmo Parcel Transformer to inject environment variables",
"files": [
"dist"
Expand All @@ -23,11 +23,11 @@
},
"devDependencies": {
"@plasmo/config": "workspace:*",
"tsup": "6.3.0"
"tsup": "6.5.0"
},
"dependencies": {
"@parcel/core": "2.7.0",
"@parcel/plugin": "2.7.0",
"@parcel/types": "2.7.0"
"@parcel/core": "2.8.0",
"@parcel/plugin": "2.8.0",
"@parcel/types": "2.8.0"
}
}
10 changes: 5 additions & 5 deletions packages/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.1.6",
"version": "0.2.0",
"description": "Plasmo Parcel Transformer for inline CSS",
"files": [
"dist"
Expand All @@ -23,12 +23,12 @@
},
"devDependencies": {
"@plasmo/config": "workspace:*",
"tsup": "6.3.0"
"tsup": "6.5.0"
},
"dependencies": {
"@parcel/core": "2.7.0",
"@parcel/core": "2.8.0",
"@parcel/css": "1.14.0",
"@parcel/plugin": "2.7.0",
"@parcel/utils": "2.7.0"
"@parcel/plugin": "2.8.0",
"@parcel/utils": "2.8.0"
}
}
Loading

0 comments on commit 5694103

Please sign in to comment.