Skip to content

Commit 0aa741a

Browse files
committed
update deps
1 parent b63a463 commit 0aa741a

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.github/workflows/npmpublish.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
33

4-
name: Node.js Package
4+
name: Sveltefire Package
55

66
on:
77
release:
@@ -28,6 +28,7 @@ jobs:
2828
node-version: 12
2929
registry-url: https://registry.npmjs.org/
3030
- run: npm ci
31+
- run: npm build
3132
- run: npm publish
3233
env:
3334
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
@@ -41,7 +42,7 @@ jobs:
4142
with:
4243
node-version: 12
4344
registry-url: https://npm.pkg.github.com/
44-
scope: '@your-github-username'
45+
scope: '@codediodeio'
4546
- run: npm ci
4647
- run: npm publish
4748
env:

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.1",
2+
"version": "0.1.2",
33
"name": "sveltefire",
44
"svelte": "src/index.js",
55
"main": "dist/index.js",
@@ -18,17 +18,17 @@
1818
"url": "https://github.com/codediodeio/sveltefire.git"
1919
},
2020
"devDependencies": {
21-
"concurrently": "^5.0.0",
22-
"cypress": "^3.6.1",
23-
"firebase": "^7.3.0",
24-
"firebase-tools": "^7.7.0",
25-
"jest": "^24.9.0",
26-
"rollup": "^1.11.0",
21+
"concurrently": "^5.1.0",
22+
"cypress": "^4.1.0",
23+
"firebase": "^7.10.0",
24+
"firebase-tools": "^7.14.0",
25+
"jest": "^25.1.0",
26+
"rollup": "^2.0.3",
2727
"rollup-plugin-bundle-size": "^1.0.3",
2828
"rollup-plugin-commonjs": "^10.1.0",
2929
"rollup-plugin-node-resolve": "^4.0.0",
3030
"rollup-plugin-svelte": "^5.0.0",
31-
"svelte": "^3.12.1"
31+
"svelte": "^3.19.2"
3232
},
3333
"keywords": [
3434
"svelte",

0 commit comments

Comments
 (0)