Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #105 from brave/f/postcss-js
Browse files Browse the repository at this point in the history
chore: add postcss-js to dev-dependencies
  • Loading branch information
onyb authored Nov 22, 2022
2 parents b556cac + f5d5572 commit b2407c6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
37 changes: 17 additions & 20 deletions interface/package-lock.json

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

7 changes: 4 additions & 3 deletions interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brave/swap-interface",
"version": "0.12.1",
"version": "0.12.2",
"description": "Brave Swap - an open-source swap interface by Brave, focussed on usability and multi-chain support.",
"type": "module",
"license": "MPL-2.0",
Expand Down Expand Up @@ -52,18 +52,19 @@
"async": "^3.2.4",
"bignumber.js": "^9.1.0",
"ethereum-blockies": "github:brave/blockies",
"postcss-js": "^4.0.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-window": "^1.8.5",
"styled-components": "^5.3.0"
"styled-components": "^5.3.0",
"svelte2tsx": "^0.5.20"
},
"devDependencies": {
"@types/async": "^3.2.15",
"@types/node": "^18.7.20",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@vitejs/plugin-react": "2.1.0",
"svelte2tsx": "^0.5.20",
"typescript": "^4.6.4",
"vite": "^3.0.0",
"vite-plugin-dts": "1.6.6"
Expand Down
8 changes: 5 additions & 3 deletions sites/mock/package-lock.json

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

0 comments on commit b2407c6

Please sign in to comment.