Skip to content

Commit

Permalink
Merge pull request #23 from php-flasher/feat/extract-assets
Browse files Browse the repository at this point in the history
extract css assets into their own files
  • Loading branch information
yoeunes authored Jun 5, 2023
2 parents c128320 + 147fac4 commit d95883a
Show file tree
Hide file tree
Showing 44 changed files with 6,280 additions and 5,821 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,33 +40,33 @@
"url": "https://github.com/php-flasher/flasher-js.git"
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/core": "^7.22.1",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^10.0.1",
"@types/node": "^18.11.17",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"cssnano": "^5.1.14",
"eslint": "^8.30.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-typescript": "^11.1.1",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"cssnano": "^6.0.1",
"eslint": "^8.42.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"lerna": "^6.1.0",
"node-sass": "^8.0.0",
"postcss-discard-comments": "^5.1.2",
"rollup": "^3.8.1",
"lerna": "^6.6.2",
"node-sass": "^9.0.0",
"postcss-discard-comments": "^6.0.0",
"rollup": "^3.23.1",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-filesize": "^9.1.2",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"typescript": "^4.9.4"
"tslib": "^2.5.3",
"typescript": "^5.1.3"
}
}
1 change: 1 addition & 0 deletions packages/flasher/dist/flasher.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d95883a

Please sign in to comment.