Skip to content

Commit

Permalink
Remove redux-actions (#36)
Browse files Browse the repository at this point in the history
* Remove redux-actions

* Add autopublish action

* Use latest actions/checkout
  • Loading branch information
chawes13 authored Sep 28, 2023
1 parent 62069a9 commit e4cd083
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 19 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Publish
run-name: ${{ github.actor }} published a new release
on:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out latest code
uses: actions/checkout@v4
- name: Set up node
uses: actions/setup-node@v3
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
scope: '@launchpadlab'
- name: Install dependencies
run: HUSKY=0 yarn --frozen-lockfile
- name: Publish package on NPM
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpadlab/lp-subsection-generator",
"version": "8.0.1",
"version": "8.0.2",
"description": "",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -33,8 +33,7 @@
"react": ">= 16",
"react-redux": "^7.2.8 || ^8.0.0",
"react-router-dom": "^4.0.0 || ^5.0.0",
"redux": "^4.1.2",
"redux-actions": "^2.6.5"
"redux": "^4.1.2"
},
"optionalDependencies": {
"@ionic/react": ">= 5"
Expand Down
44 changes: 28 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,22 +137,22 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==

"@ionic/core@6.4.0":
version "6.4.0"
resolved "https://registry.yarnpkg.com/@ionic/core/-/core-6.4.0.tgz#c7afb2b52cc6c343bfb948de2f5a19034c56c325"
integrity sha512-rWqXX67bWDD5r5Kleacy4dTBIXcB1gX+2Q5AK7LAtmtHUUuJPqGw/bAWE8hGKlF7ehJTyzb5CYV9XDzb8/00Zw==
"@ionic/core@7.4.2":
version "7.4.2"
resolved "https://registry.yarnpkg.com/@ionic/core/-/core-7.4.2.tgz#318f81575073f88833dae19f0dda278f712a3a73"
integrity sha512-ePuP+SxS6HY/nos267dBdAvL0kth1FYUWs8Y+DSM+FFTeRdEbvOsa2JeQCY7gCt/Ep9e7lSND95qfkX23pGNDA==
dependencies:
"@stencil/core" "^2.18.0"
ionicons "^6.0.4"
"@stencil/core" "^4.3.0"
ionicons "7.1.0"
tslib "^2.1.0"

"@ionic/react@^6.4.0":
version "6.4.0"
resolved "https://registry.yarnpkg.com/@ionic/react/-/react-6.4.0.tgz#6a475a8777fae8c56021374f93232ee0abf6f293"
integrity sha512-TgKmIVBR0puqvm2N6PYSdW36ASDwha363oa2MAir6Ir5DAWpXZ9GbG9Wpizh/WDEdRPtdejWFIHJ54MPXOVLAQ==
"@ionic/react@>= 5":
version "7.4.2"
resolved "https://registry.yarnpkg.com/@ionic/react/-/react-7.4.2.tgz#f5b2eba3249c5af458c47fa8d47fa8e63e3d8e5e"
integrity sha512-lU6rVunrEQhpgC4ftEzqNC30c8U2PQTQivzwDSkd2y/WsJSCzYyG/+ZHhACSWfa4dbGZizOHdFCWsnAjZjDJFw==
dependencies:
"@ionic/core" "6.4.0"
ionicons "^6.0.2"
"@ionic/core" "7.4.2"
ionicons "^7.0.0"
tslib "*"

"@launchpadlab/eslint-config@^2.1.0":
Expand All @@ -170,6 +170,11 @@
resolved "https://registry.yarnpkg.com/@stencil/core/-/core-2.20.0.tgz#0e68b5b42e727233803291eb0367ab2b53f7f1f3"
integrity sha512-ka+eOW+dNteXIfLCRipNbbAlBEQjqJ2fkx3fxzlKgnNHEQMdZiuIjlWt63KzvOJStNeuADdQXo89BB1dC2VRUw==

"@stencil/core@^4.3.0":
version "4.3.0"
resolved "https://registry.yarnpkg.com/@stencil/core/-/core-4.3.0.tgz#ab7c4eedce1bd8947bfefdf6a0c19372f88c7fb6"
integrity sha512-WYjftKg5fuqO7mf3nTl1aCRurkeMmfEF38WcBG4VLF6UPQ+MA76/koedGR2LGhATGByx+pbxR4iRxAr2Bspc9A==

"@types/json5@^0.0.29":
version "0.0.29"
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
Expand Down Expand Up @@ -1244,10 +1249,17 @@ invariant@^2.2.0:
dependencies:
loose-envify "^1.0.0"

ionicons@^6.0.2, ionicons@^6.0.4:
version "6.0.4"
resolved "https://registry.yarnpkg.com/ionicons/-/ionicons-6.0.4.tgz#ab7aa439b7f17f29e0ef0a28568b4920c3167bfd"
integrity sha512-uDNOkBo0OVYV+kIhb51g9mb7r3Z0b+78GPZQBsjXuaetNmrB/mNTqN/uFtO+vxL/rQySKjzk8qeKJI5NWL9Ueg==
[email protected]:
version "7.1.0"
resolved "https://registry.yarnpkg.com/ionicons/-/ionicons-7.1.0.tgz#25daa91345acedcb0f4fb7da670f5aff2e1f266a"
integrity sha512-iE4GuEdEHARJpp0sWL7WJZCzNCf5VxpNRhAjW0fLnZPnNL5qZOJUcfup2Z2Ty7Jk8Q5hacrHfGEB1lCwOdXqGg==
dependencies:
"@stencil/core" "^2.18.0"

ionicons@^7.0.0:
version "7.1.2"
resolved "https://registry.yarnpkg.com/ionicons/-/ionicons-7.1.2.tgz#fdf47afdad980349803a705473f51697370b3dad"
integrity sha512-zZ4njAqSP39H8RRvZhJvkHsv7cBjYE/VfInH218Osf2UVxJITSOutTTd25MW+tAXKN5fheYzclUXUsF55JHUDg==
dependencies:
"@stencil/core" "^2.18.0"

Expand Down

0 comments on commit e4cd083

Please sign in to comment.