Skip to content

Commit 174be96

Browse files
committed
chore: bump packages
1 parent 1b21193 commit 174be96

File tree

9 files changed

+34
-34
lines changed

9 files changed

+34
-34
lines changed

packages/angular/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fireworks-js/angular",
33
"private": true,
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"typings": "./dist/ng-fireworks/index.d.ts",
66
"exports": {
77
"./package.json": {
@@ -23,25 +23,25 @@
2323
"watch": "ng build --watch --configuration development"
2424
},
2525
"dependencies": {
26-
"@angular/animations": "^14.0.0",
27-
"@angular/common": "^14.0.0",
28-
"@angular/compiler": "^14.0.0",
29-
"@angular/core": "^14.0.0",
30-
"@angular/forms": "^14.0.0",
31-
"@angular/platform-browser": "^14.0.0",
32-
"@angular/platform-browser-dynamic": "^14.0.0",
33-
"@angular/router": "^14.0.0",
34-
"fireworks-js": "workspace:2.0.1",
35-
"rxjs": "~7.5.0",
26+
"@angular/animations": "^14.1.2",
27+
"@angular/common": "^14.1.2",
28+
"@angular/compiler": "^14.1.2",
29+
"@angular/core": "^14.1.2",
30+
"@angular/forms": "^14.1.2",
31+
"@angular/platform-browser": "^14.1.2",
32+
"@angular/platform-browser-dynamic": "^14.1.2",
33+
"@angular/router": "^14.1.2",
34+
"fireworks-js": "workspace:2.0.2",
35+
"rxjs": "~7.5.6",
3636
"tslib": "2.4.0",
37-
"zone.js": "~0.11.4"
37+
"zone.js": "~0.11.8"
3838
},
3939
"devDependencies": {
40-
"@angular-devkit/build-angular": "^14.0.5",
41-
"@angular/cli": "~14.0.5",
42-
"@angular/compiler-cli": "^14.0.0",
43-
"@types/jasmine": "~4.0.0",
44-
"jasmine-core": "~4.1.0",
45-
"ng-packagr": "^14.0.0"
40+
"@angular-devkit/build-angular": "^14.1.2",
41+
"@angular/cli": "~14.0.7",
42+
"@angular/compiler-cli": "^14.1.2",
43+
"@types/jasmine": "~4.0.3",
44+
"jasmine-core": "~4.1.1",
45+
"ng-packagr": "^14.1.0"
4646
}
4747
}

packages/angular/projects/ng-fireworks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fireworks-js/angular",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A simple fireworks library!",
55
"homepage": "https://fireworks.js.org",
66
"repository": {
@@ -27,7 +27,7 @@
2727
"@angular/core": "^14.0.0"
2828
},
2929
"dependencies": {
30-
"fireworks-js": "workspace:2.0.1",
30+
"fireworks-js": "workspace:2.0.2",
3131
"tslib": "2.4.0"
3232
}
3333
}

packages/fireworks-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fireworks-js",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"type": "module",
55
"description": "A simple fireworks library!",
66
"homepage": "https://fireworks.js.org",

packages/preact/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fireworks-js/preact",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"type": "module",
55
"description": "A simple fireworks library!",
66
"homepage": "https://fireworks.js.org",
@@ -48,7 +48,7 @@
4848
"prepublishOnly": "pnpm build"
4949
},
5050
"dependencies": {
51-
"fireworks-js": "workspace:2.0.1"
51+
"fireworks-js": "workspace:2.0.2"
5252
},
5353
"devDependencies": {
5454
"@preact/preset-vite": "2.3.0",

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fireworks-js/react",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"type": "module",
55
"description": "A simple fireworks library!",
66
"homepage": "https://fireworks.js.org",
@@ -43,7 +43,7 @@
4343
"prepublishOnly": "pnpm build"
4444
},
4545
"dependencies": {
46-
"fireworks-js": "workspace:2.0.1"
46+
"fireworks-js": "workspace:2.0.2"
4747
},
4848
"devDependencies": {
4949
"@types/react": "18.0.15",

packages/solid/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fireworks-js/solid",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"type": "module",
55
"description": "A simple fireworks library!",
66
"homepage": "https://fireworks.js.org",
@@ -44,8 +44,8 @@
4444
"prepublishOnly": "pnpm build"
4545
},
4646
"dependencies": {
47-
"fireworks-js": "workspace:2.0.1",
48-
"solid-js": "^1.4.7"
47+
"fireworks-js": "workspace:2.0.2",
48+
"solid-js": "^1.4.8"
4949
},
5050
"devDependencies": {
5151
"solid-js": "1.4.7",

packages/svelte/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fireworks-js/svelte",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"type": "module",
55
"description": "A simple fireworks library!",
66
"homepage": "https://fireworks.js.org",
@@ -41,7 +41,7 @@
4141
"prepublishOnly": "pnpm build"
4242
},
4343
"dependencies": {
44-
"fireworks-js": "workspace:2.0.1",
44+
"fireworks-js": "workspace:2.0.2",
4545
"svelte": "3.49.0"
4646
},
4747
"devDependencies": {

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fireworks-js/vue",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"type": "module",
55
"description": "A simple fireworks library!",
66
"homepage": "https://fireworks.js.org",
@@ -45,7 +45,7 @@
4545
"prepublishOnly": "pnpm build"
4646
},
4747
"dependencies": {
48-
"fireworks-js": "workspace:2.0.1"
48+
"fireworks-js": "workspace:2.0.2"
4949
},
5050
"devDependencies": {
5151
"@vitejs/plugin-vue": "3.0.0",

packages/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fireworks-js/web",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"type": "module",
55
"description": "A simple fireworks library!",
66
"homepage": "https://fireworks.js.org",
@@ -35,6 +35,6 @@
3535
"prepublishOnly": "pnpm build"
3636
},
3737
"dependencies": {
38-
"fireworks-js": "workspace:2.0.1"
38+
"fireworks-js": "workspace:2.0.2"
3939
}
4040
}

0 commit comments

Comments
 (0)