Skip to content

Commit

Permalink
feat(package): update project
Browse files Browse the repository at this point in the history
release-npm
  • Loading branch information
tobua committed Jan 14, 2024
1 parent c154812 commit 24ba394
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 19 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ jobs:
id-token: write
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: npm install
- name: 🧪 Test
run: npm test
- name: 🚧 Build
run: npm run build
- run: npm install -g npm@latest
- name: 📢 Release
uses: tobua/release-npm-action@v2
uses: tobua/release-npm-action@v3
with:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions demo/css-in-js/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"papua": "^5.3.1",
"papua": "^5.9.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
8 changes: 4 additions & 4 deletions demo/sass/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"dependencies": {
"css-loader": "^6.8.1",
"css-loader": "^6.9.0",
"exmpl": "^3.0.0",
"node-sass": "^9.0.0",
"papua": "5.3.1",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3"
"papua": "5.9.6",
"sass-loader": "^13.3.3",
"style-loader": "^3.3.4"
},
"localDependencies": {
"wasser": "../.."
Expand Down
2 changes: 1 addition & 1 deletion demo/stitches/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@stitches/react": "^1.2.8",
"papua": "^5.3.1",
"papua": "^5.9.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
"test": "padua test",
"watch": "npm run build && node-sass demo --output docs --watch --recursive"
},
"devDependencies": {
"async": "^3.2.5",
"jest-puppeteer": "^9.0.2",
"less": "^4.2.0",
"node-sass": "^9.0.0",
"padua": "2.0.8",
"puppeteer": "^21.7.0"
},
"type": "module",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -47,14 +55,6 @@
"scaling",
"frontend"
],
"devDependencies": {
"async": "^3.2.4",
"jest-puppeteer": "^9.0.0",
"less": "^4.1.3",
"node-sass": "^9.0.0",
"padua": "2.0.0",
"puppeteer": "^20.7.4"
},
"prettier": "padua/configuration/.prettierrc.json",
"eslintConfig": {
"extends": "./node_modules/padua/configuration/eslint.cjs",
Expand All @@ -80,6 +80,6 @@
"provenance": true
},
"engines": {
"node": ">= 16"
"node": ">= 18"
}
}

0 comments on commit 24ba394

Please sign in to comment.